Skip to content

Instantly share code, notes, and snippets.

@malob
Created September 11, 2020 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malob/e64c18c01f3dcae303df5c865341fe3f to your computer and use it in GitHub Desktop.
Save malob/e64c18c01f3dcae303df5c865341fe3f to your computer and use it in GitHub Desktop.
NeoSolarized Dark Blink Theme
// https://github.com/overcache/NeoSolarized
base03 = "#002b36"; // 8 brblack
base02 = "#073642"; // 0 black
base01 = "#586e75"; // 10 brgreen
base00 = "#657b83"; // 11 bryellow
base0 = "#839496"; // 12 brblue
base1 = "#93a1a1"; // 14 brcyan
base2 = "#eee8d5"; // 7 white
base3 = "#fdf6e3"; // 15 brwhite
yellow = "#b58900"; // 3 yellow
orange = "#cb4b16"; // 9 brred
red = "#dc322f"; // 1 red
magenta = "#d33682"; // 5 magenta
violet = "#6c71c4"; // 13 brmagenta
blue = "#268bd2"; // 4 blue
cyan = "#2aa198"; // 6 cyan
green = "#719e07"; // 2 green
t.prefs_.set('color-palette-overrides',[base02, red, green, yellow, blue, magenta, cyan, base2, base03, orange, base01, base00, base0, violet, base1, base3]);
t.prefs_.set('foreground-color', base0);
t.prefs_.set('background-color', base03);
t.prefs_.set('cursor-color', 'rgba(131,148,150,0.5)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment