Last active
September 27, 2016 02:38
-
-
Save stvhwrd/ce117c1116e6581f32f55bf5b8c87de6 to your computer and use it in GitHub Desktop.
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": { | |
"fontSize": 12, | |
"fontFamily": "Menlo, \"DejaVu Sans Mono\", \"Lucida Console\", monospace", | |
"cursorColor": "rgba(248,28,229,0.75)", | |
"cursorShape": "UNDERLINE", | |
"foregroundColor": "#fff", | |
"backgroundColor": "#000", | |
"borderColor": "#333", | |
"css": "", | |
"termCSS": "", | |
"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": "", | |
"visor": { | |
"hotkey": "F12", | |
"position": "left", // or left, right, bottom} | |
}, | |
}, | |
"plugins": [ | |
"hyperterm-atom-dark", | |
"hyperterm-lastpass", | |
"hyperterm-sync-settings", | |
"hyperterm-tab-icons", | |
"hyperterm-visor", | |
"hypertheme" | |
], | |
"localPlugins": [] | |
} |
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
asdfas |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment