Skip to content

Instantly share code, notes, and snippets.

@samtgarson
Created September 17, 2019 22:08
Show Gist options
  • Save samtgarson/ecef79596c3ab99360c6074d20f2a0ec to your computer and use it in GitHub Desktop.
Save samtgarson/ecef79596c3ab99360c6074d20f2a0ec to your computer and use it in GitHub Desktop.
Port of sdras' night-owl theme for Blink Shell
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