Created
August 28, 2018 16:02
-
-
Save stefanlindbohm/2fe659a6f174e6f2d15bebffad803cb3 to your computer and use it in GitHub Desktop.
Dracula theme for Blink with same colors as official Dracula theme for iTerm
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", "#ff6d67", "#59f68d", "#f3f89d", "#c9a8fa", "#ff92d0", "#99ecfd", "#c7c7c7", "#676767", "#ff6d67", "#59f68d", "#f3f89d", "#c9a8fa", "#ff92d0", "#99ecfd", "#ffffff"]); | |
t.prefs_.set('foreground-color', "#f9f9f4"); | |
t.prefs_.set('background-color', "#272936"); | |
t.prefs_.set('cursor-color', 'rgba(187,187,187,0.5)'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment