Created
September 17, 2019 22:08
-
-
Save samtgarson/ecef79596c3ab99360c6074d20f2a0ec to your computer and use it in GitHub Desktop.
Port of sdras' night-owl theme for Blink Shell
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
black = "#011627" | |
red = "#EF5350" | |
green = "#22da6e" | |
yellow = "#addb67" | |
blue = "#82aaff" | |
magenta = "#c792ea" | |
cyan = "#21c7a8" | |
white = "#ffffff" | |
lightBlack = "#575656" | |
lightRed = "#ef5350" | |
lightGreen = "#22da6e" | |
lightYellow = "#ffeb95" | |
lightBlue = "#82aaff" | |
lightMagenta = "#c792ea" | |
lightCyan = "#7fdbca" | |
lightWhite = "#ffffff" | |
t.prefs_.set('color-palette-overrides', | |
[ black , red , green , yellow, | |
blue , magenta , cyan , white, | |
lightBlack, lightRed , lightGreen, lightYellow, | |
lightBlue , lightMagenta, lightCyan , lightWhite ]) | |
background = "#011627" | |
foreground = "#d6deeb" | |
cursor = "#7e57c2" | |
t.prefs_.set('cursor-color', cursor) | |
t.prefs_.set('foreground-color', foreground) | |
t.prefs_.set('background-color', background) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment