Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module.exports = {
- config: {
- updateChannel: 'stable',
- fontSize: 12,
- fontFamily: 'Roboto Mono',
- fontWeight: 'normal',
- fontWeightBold: 'bold',
- cursorColor: 'rgba(248,28,229,0.8)',
- cursorAccentColor: '#000',
- cursorShape: 'BEAM',
- cursorBlink: false,
- foregroundColor: '#fff',
- backgroundColor: '#000',
- selectionColor: 'rgba(248,28,229,0.3)',
- borderColor: '#333',
- css: '',
- termCSS: '',
- showHamburgerMenu: '',
- showWindowControls: '',
- padding: '12px 14px',
- colors: {
- black: '#000000',
- red: '#C51E14',
- green: '#1DC121',
- yellow: '#C7C329',
- blue: '#0A2FC4',
- magenta: '#C839C5',
- cyan: '#20C5C6',
- white: '#C7C7C7',
- lightBlack: '#686868',
- lightRed: '#FD6F6B',
- lightGreen: '#67F86F',
- lightYellow: '#FFFA72',
- lightBlue: '#6A76FB',
- lightMagenta: '#FD7CFC',
- lightCyan: '#68FDFE',
- lightWhite: '#FFFFFF',
- },
- // Windows
- shell: 'cmd.exe',
- shellArgs: ['/k', 'A:\\programs\\cmder\\vendor\\init.bat'],
- env: { 'TERM':'cygwin' },
- bell: 'false',
- copyOnSelect: false,
- defaultSSHApp: true,
- },
- plugins: [
- "hyper-seti-monokai",
- "hyper-tabs-enhanced",
- "hyperminimal",
- "hyper-startup",
- "gitrocket"
- ],
- keymaps: {
- // Example
- // 'window:devtools': 'cmd+alt+o',
- },
- };
Advertisement
Add Comment
Please, Sign In to add comment