Skip to content

Instantly share code, notes, and snippets.

@grippado
Created August 10, 2023 12:28
Show Gist options
  • Save grippado/24eb25a72db6e7aee00839ce6eff0ac9 to your computer and use it in GitHub Desktop.
Save grippado/24eb25a72db6e7aee00839ce6eff0ac9 to your computer and use it in GitHub Desktop.
hyper.js config
"use strict";
module.exports = {
config: {
updateChannel: 'stable',
fontSize: 14,
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
fontWeight: 'normal',
fontWeightBold: 'bold',
lineHeight: 1,
letterSpacing: 0,
cursorColor: '#A6ACCD',
cursorAccentColor: '#000',
cursorShape: 'BLOCK',
cursorBlink: false,
foregroundColor: '#A6ACCD',
backgroundColor: '#1B1E28',
selectionColor: '#616161',
borderColor: '#333',
css: '',
termCSS: '',
workingDirectory: '',
showHamburgerMenu: '',
showWindowControls: '',
padding: '12px 14px',
colors: {
black: '#595959',
red: '#F087BD',
green: '#5DE4C7',
yellow: '#FFFAC2',
blue: '#ADD7FF',
magenta: '#5FB3A1',
cyan: '#3A96DD',
white: '#E4F0FB',
lightBlack: '#767676',
lightRed: '#FF8FC9',
lightGreen: '#68FFDF',
lightYellow: '#F9F1A5',
lightBlue: '#BDE9FF',
lightMagenta: '#77E0CA',
lightCyan: '#43ADFF',
lightWhite: '#EFF7FF',
limeGreen: '#32CD32',
lightCoral: '#F08080',
},
shell: '',
shellArgs: ['--login'],
//shell: 'C:\\Windows\\System32\\wsl.exe', //IF USING WINDOWS WITH WSL CHANGE FOR THIS AND BELOW LINE
//shellArgs: ['~'],
env: {},
bell: 'SOUND',
copyOnSelect: false,
defaultSSHApp: true,
quickEdit: false,
macOptionSelectionMode: 'vertical',
webGLRenderer: true,
webLinksActivationKey: '',
disableLigatures: true,
disableAutoUpdates: false,
screenReaderMode: false,
preserveCWD: true,
},
plugins: [],
localPlugins: [],
keymaps: {
'window:devtools': 'cmd+alt+o',
},
};
//# sourceMappingURL=config-default.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment