Last active
April 27, 2018 14:53
-
-
Save kraih/2dbbd59dbdac32083ee8c0ff18c54115 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: { | |
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