Created
March 19, 2018 16:09
-
-
Save rufo/6057d29c63e88d1a61822667b502636d to your computer and use it in GitHub Desktop.
Test base16-blink color scheme fix
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
// Base16 Default Dark | |
// Scheme: Chris Kempson (http://chriskempson.com) | |
base00 = '#181818'; | |
base01 = '#282828'; | |
base02 = '#383838'; | |
base03 = '#585858'; | |
base04 = '#b8b8b8'; | |
base05 = '#d8d8d8'; | |
base06 = '#e8e8e8'; | |
base07 = '#f8f8f8'; | |
base08 = '#ab4642'; | |
base09 = '#dc9656'; | |
base0A = '#f7ca88'; | |
base0B = '#a1b56c'; | |
base0C = '#86c1b9'; | |
base0D = '#7cafc2'; | |
base0E = '#ba8baf'; | |
base0F = '#a16946'; | |
t.prefs_.set('color-palette-overrides', | |
[base00, | |
base08, | |
base0B, | |
base0A, | |
base0D, | |
base0E, | |
base0C, | |
base05, | |
base03, | |
base08, | |
base0B, | |
base0A, | |
base0D, | |
base0E, | |
base0C, | |
base07, | |
base09, | |
base0F, | |
base01, | |
base02, | |
base04, | |
base06]); | |
t.prefs_.set('cursor-color', "rgba(216, 216, 216, 0.5)"); | |
t.prefs_.set('foreground-color', base05); | |
t.prefs_.set('background-color', base00); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment