Created
October 28, 2017 01:53
-
-
Save digitalbocca/ea7d520c748f46d04441a15ff9539e50 to your computer and use it in GitHub Desktop.
Arquivo de Configuração do HyperTerm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
config: { | |
// Material Box | |
materialBox: { | |
scheme: 'monokai', | |
}, | |
updateChannel: 'stable', | |
fontSize: 18, | |
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', | |
cursorColor: 'rgba(248,28,229,0.8)', | |
cursorShape: 'BLOCK', | |
cursorBlink: true, | |
foregroundColor: '#fff', | |
backgroundColor: '#000', | |
borderColor: '#333', | |
css: '', | |
termCSS: '', | |
showHamburgerMenu: '', | |
showWindowControls: '', | |
padding: '12px 14px', | |
colors: { | |
black: '#000000', | |
red: '#ff0000', | |
green: '#33ff00', | |
yellow: '#ffff00', | |
blue: '#0066ff', | |
magenta: '#cc00ff', | |
cyan: '#00ffff', | |
white: '#d0d0d0', | |
lightBlack: '#808080', | |
lightRed: '#ff0000', | |
lightGreen: '#33ff00', | |
lightYellow: '#ffff00', | |
lightBlue: '#0066ff', | |
lightMagenta: '#cc00ff', | |
lightCyan: '#00ffff', | |
lightWhite: '#ffffff' | |
}, | |
shell: 'C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe', | |
shellArgs: [], | |
env: {}, | |
bell: false, | |
copyOnSelect: false | |
}, | |
plugins: [ | |
'hyperline', | |
'gitrocket', | |
'hyper-material-box', | |
'hyperfullscreen' | |
], | |
localPlugins: [], | |
keymaps: {} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment