Created
February 9, 2017 15:48
-
-
Save nicholasjackson/eebeacbc7482c248163acb0c2dff2b40 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
black = '#3b4252'; | |
red = '#bf616a'; // red | |
green = '#a3be8c'; // green | |
yellow = '#ebcb8b'; // yellow | |
blue = '#81a1c1'; // blue | |
magenta = '#b48ead'; // pink | |
cyan = '#88c0d0'; // cyan | |
white = '#e5e9f0'; // light gray | |
lightBlack = '#4c566a'; // medium gray | |
lightRed = '#bf616a'; // red | |
lightGreen = '#a3be8c'; // green | |
lightYellow = '#ebcb8b'; // yellow | |
lightBlue = '#81a1c1'; // blue | |
lightMagenta= '#b48ead'; // pink | |
lightCyan = '#8fbcbb'; // cyan | |
lightWhite = '#eceff4'; // white | |
t.prefs_.set('color-palette-overrides', | |
[ black , red , green , yellow, | |
blue , magenta , cyan , white, | |
lightBlack , lightRed , lightGreen , lightYellow, | |
lightBlue , lightMagenta , lightCyan , lightWhite ]); | |
t.prefs_.set('cursor-color', 'rgba(216, 222, 233, 1)'); | |
t.prefs_.set('foreground-color', '#d8dee9'); | |
t.prefs_.set('background-color', '#2e3440'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment