Skip to content

Instantly share code, notes, and snippets.

@kevinSuttle
Last active April 24, 2018 15:16
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 kevinSuttle/0e830041913088561cd1997d5c08da00 to your computer and use it in GitHub Desktop.
Save kevinSuttle/0e830041913088561cd1997d5c08da00 to your computer and use it in GitHub Desktop.
Hyper config
module.exports = {
config: {
updateChannel: "stable",
fontSize: 18,
fontFamily:
'"Fira Code", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
fontWeight: "normal",
fontWeightBold: "bold",
cursorColor: "#80cbc4",
cursorAccentColor: "#000",
cursorShape: "BEAM",
cursorBlink: true,
foregroundColor: "#fff",
backgroundColor: "#000",
selectionColor: "rgba(12.9%, 58.8%, 95.3%, 0.3)",
borderColor: "#333",
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"
},
shellArgs: ["--login", "cd ~/code/"],
bell: "SOUND",
copyOnSelect: false,
defaultSSHApp: true
},
plugins: ['nord-hyper'],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment