-
-
Save njpatel/9d96b9326e7e4e19be7b60f8f6b3747c 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 | |
term_.prefs_.set('color-palette-overrides', | |
[ black , red , green , yellow, | |
blue , magenta , cyan , white, | |
lightBlack , lightRed , lightGreen , lightYellow, | |
lightBlue , lightMagenta , lightCyan , lightWhite ]); | |
term_.prefs_.set('cursor-color', 'rgba(216, 222, 233, 1)'); | |
term_.prefs_.set('foreground-color', '#d8dee9'); | |
term_.prefs_.set('background-color', '#2e3440'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment