Skip to content

Instantly share code, notes, and snippets.

@zeiv
Created April 6, 2018 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save zeiv/236244d08820082bd85ad57376a8ccba to your computer and use it in GitHub Desktop.
Save zeiv/236244d08820082bd85ad57376a8ccba to your computer and use it in GitHub Desktop.
Blink shell Atom One Dark theme
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