Last active
November 1, 2018 01:15
-
-
Save soleblaze/4a6a56ced65fabdc44c79412ebeb7cff to your computer and use it in GitHub Desktop.
Cobalt 2 Blink Shell Theme
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
t.prefs_.set('color-palette-overrides',["#000000", "#FF0900", "#38DE21", "#FFDD00", "#0088FF", "#FF628C", "#80FFC2", "#BBBBBB", "#555555", "#FF9D00", "#3BD01D", "#EDC809", "#5555FF", "#FF55FF", "#6AE3FA", "#FFFFFF"]); | |
t.prefs_.set('foreground-color', "#FFFFFF"); | |
t.prefs_.set('background-color', "#193549"); | |
t.prefs_.set('cursor-color', 'rgba(240,204,9,0.5)'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment