Skip to content

Instantly share code, notes, and snippets.

@scottzirkel
Last active September 25, 2017 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottzirkel/3f291113c126622dc048247ac63de07b to your computer and use it in GitHub Desktop.
Save scottzirkel/3f291113c126622dc048247ac63de07b to your computer and use it in GitHub Desktop.
Hyper Settings
module.exports = {
config: {
updateChannel: 'stable',
fontSize: 13,
fontFamily: '"Source Code Pro", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
cursorColor: 'hsl(12, 100%, 61%)',
cursorShape: 'BLOCK',
cursorBlink: false,
foregroundColor: 'hsl(0, 33%, 90%)',
backgroundColor: 'hsl(45, 5%, 16%)',
borderColor: 'hsl(45, 5%, 16%)',
css: '',
termCSS: '',
showHamburgerMenu: '',
showWindowControls: '',
padding: '12px 14px',
colors: {
black: 'hsl(45, 5%, 16%)',
red: '#dc0000',
green: '#2ccd00',
yellow: '#dccd00',
blue: '#ffff00',
magenta: '#b0009f',
cyan: '#00cd9f',
white: '#42cd9f',
lightBlack: '#5c5541',
lightRed: '#dc3e30',
lightGreen: '#61cd30',
lightYellow: '#dccd30',
lightBlue: '#dccd30',
lightMagenta: '#bd3e9f',
lightCyan: '#42cd9f',
lightWhite: '#ffffff'
},
shell: '',
shellArgs: ['--login'],
env: {},
bell: false,
copyOnSelect: true
},
plugins: [`hyper-peacock`,`hyper-statusline`, `hyperterm-paste`, `hyper-sync-settings`],
localPlugins: [],
keymaps: {}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment