Skip to content

Instantly share code, notes, and snippets.

@camilonova
Created May 18, 2019 17:35
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 camilonova/e91a8bbe8068afa17603982c8430fd46 to your computer and use it in GitHub Desktop.
Save camilonova/e91a8bbe8068afa17603982c8430fd46 to your computer and use it in GitHub Desktop.
module.exports = {
config: {
updateChannel: 'stable',
fontSize: 13,
fontFamily: '"Source Code Pro", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
fontWeight: 'normal',
fontWeightBold: 'bold',
lineHeight: 1,
letterSpacing: 0,
cursorColor: '#d5d5d5',
cursorAccentColor: '#3b3b3b',
cursorShape: 'BLOCK',
cursorBlink: false,
foregroundColor: '#d5d5d5',
backgroundColor: '#3b3b3b',
selectionColor: 'rgba(254,254,254,0.3)',
borderColor: '#333',
css: '',
termCSS: '',
showHamburgerMenu: '',
showWindowControls: '',
padding: '12px 14px',
colors: {
black: '#000000',
red: '#f68d8c',
green: '#a7d3a9',
yellow: '#ffd478',
blue: '#77aad5',
magenta: '#d6acd5',
cyan: '#75d4d5',
white: '#fefefe',
lightBlack: '#000000',
lightRed: '#f68d8c',
lightGreen: '#a7d3a9',
lightYellow: '#ffd478',
lightBlue: '#77aad5',
lightMagenta: '#d6acd5',
lightCyan: '#75d4d5',
lightWhite: '#fefefe',
},
shell: '',
shellArgs: ['--login'],
env: {},
bell: 'SOUND',
copyOnSelect: true,
defaultSSHApp: true,
},
plugins: [
'hyperpower',
],
localPlugins: [],
keymaps: {},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment