Last active
October 5, 2017 22:57
-
-
Save gonsie/78d3bb00220f6534ca6cd9967ed29b68 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
| // Base16 XCode Dusk | |
| // Scheme: Elsa Gonsiorowski (https://github.com/gonsie) | |
| base00 = '#282B35'; | |
| base01 = '#3D4048'; | |
| base02 = '#53555D'; | |
| base03 = '#52BE5B'; | |
| base04 = '#7E8086'; | |
| base05 = '#FFFFFF'; | |
| base06 = '#FFFFFF'; | |
| base07 = '#FFFFFF'; | |
| base08 = '#94c76f'; | |
| base09 = '#786DC5'; | |
| base0A = '#438288'; | |
| base0B = '#DF0002'; | |
| base0C = '#C77C48'; | |
| base0D = '#69878F'; | |
| base0E = '#B21889'; | |
| base0F = '#04AFC8'; | |
| 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', "white"); | |
| t.prefs_.set('foreground-color', color_scheme.base05); | |
| t.prefs_.set('background-color', color_scheme.base00); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment