Last active
July 6, 2019 00:53
-
-
Save sbromberger/92970c96c05cf7472a40bc0f1f5424c0 to your computer and use it in GitHub Desktop.
Blink theme
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
t.prefs_.set('color-palette-overrides',["#000000", "#fd0000", "#87c38a", "#ffa500", "#85befd", "#b9b6fc", "#85befd", "#e0e0e0", "#000000", "#fd5ff1", "#94fa36", "#f5ffa8", "#96cbfe", "#b9b6fc", "#85befd", "#e0e0e0"]); | |
t.prefs_.set('foreground-color', "#aaaaaa"); | |
t.prefs_.set('background-color', "#161719"); | |
t.prefs_.set('cursor-color', 'rgba(120, 120, 120, 0.5)'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment