-
-
Save say4n/67946d43713e1a027fb04e893ff7dcd5 to your computer and use it in GitHub Desktop.
Blink shell Atom One Dark theme
This file contains 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 = '#282c34'; | |
red = '#e06c75'; // red | |
green = '#98c379'; // green | |
yellow = '#d19a66'; // yellow | |
blue = '#56b6c2'; // blue | |
magenta = '#c678dd'; // pink | |
cyan = '#56b6c2'; // cyan | |
white = '#d0d0d0'; // light gray | |
lightBlack = '#808080'; // medium gray | |
lightRed = '#e06c75'; // red | |
lightGreen = '#98c379'; // green | |
lightYellow = '#d19a66'; // yellow | |
lightBlue = '#56b6c2'; // blue | |
lightMagenta= '#c678dd'; // pink | |
lightCyan = '#56b6c2'; // cyan | |
lightWhite = '#e2e2e2'; // 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', '#abb2bf'); | |
t.prefs_.set('foreground-color', '#abb2bf'); | |
t.prefs_.set('background-color', '#282c34'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment