Created
August 24, 2020 22:27
-
-
Save crsayen/5d315736c6e207bf3cadc6a09f493a30 to your computer and use it in GitHub Desktop.
hyper congfig
This file contains 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: { | |
updateChannel: "stable", | |
webGLRenderer: false, | |
fontSize: 16, | |
fontFamily: "OperatorMono Nerd Font", | |
fontWeight: "bold", | |
fontWeightBold: "bold", | |
lineHeight: 1, | |
letterSpacing: 0, | |
cursorColor: "rgba(248,28,229,0.8)", | |
cursorAccentColor: "#000", | |
cursorShape: "BLOCK", | |
cursorBlink: true, | |
foregroundColor: "#fff", | |
backgroundColor: "#1a1a1a", | |
selectionColor: "rgba(248,28,229,0.3)", | |
borderColor: "#333", | |
css: "", | |
termCSS: "", | |
showHamburgerMenu: "", | |
showWindowControls: false, | |
padding: "12px 14px 20px", | |
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", | |
}, | |
shell: "", | |
shellArgs: ["--login"], | |
env: {}, | |
bell: "SOUND", | |
copyOnSelect: false, | |
defaultSSHApp: true, | |
visor: { | |
hotkey: "CommandOrControl+Shift+X", | |
position: "bottom", | |
width: 1200, | |
height: 800, | |
}, | |
plugins: ["hyper-font-ligatures", "hyperline", "hyperterm-visor"], | |
localPlugins: ["dracula-pro-van-helsing"], | |
keymaps: {}, | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment