Skip to content

Instantly share code, notes, and snippets.

@kraih
Last active April 27, 2018 14:53
Show Gist options
  • Save kraih/2dbbd59dbdac32083ee8c0ff18c54115 to your computer and use it in GitHub Desktop.
Save kraih/2dbbd59dbdac32083ee8c0ff18c54115 to your computer and use it in GitHub Desktop.
module.exports = {
config: {
backgroundColor: "#2e3440",
borderColor: "#3b4252",
colors: {
black: "#3b4252",
blue: "#81a1c1",
cyan: "#88c0d0",
green: "#a3be8c",
lightBlack: "#4c566a",
lightBlue: "#81a1c1",
lightCyan: "#8fbcbb",
lightGreen: "#a3be8c",
lightMagenta: "#b48ead",
lightRed: "#bf616a",
lightYellow: "#ebcb8b",
lightWhite: "#eceff4",
magenta: "#b48ead",
red: "#bf616a",
yellow: "#ebcb8b",
white: "#e5e9f0"
},
copyOnSelect: true,
cursorAccentColor: "#282c34",
cursorColor: "#c8c8c8",
fontFamily: "Consolas",
fontSize: 13,
foregroundColor: "#d8dee9",
padding: "10px 10px",
selectionColor: "rgba(67,76,94,0.3)"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment