Skip to content

Instantly share code, notes, and snippets.

@jamesaoverton
Last active October 16, 2020 20:37
Show Gist options
  • Save jamesaoverton/b5d345007d78914dfccde5269cd36a24 to your computer and use it in GitHub Desktop.
Save jamesaoverton/b5d345007d78914dfccde5269cd36a24 to your computer and use it in GitHub Desktop.
Customized Solarized Light theme for Blink Shell
t.prefs_.set('color-palette-overrides',["#002831", "#d11c24", "#738a05", "#a57706", "#2176c7", "#c61c6f", "#259286", "#eae3cb", "#001e27", "#bd3613", "#475b62", "#536870", "#708284", "#5956ba", "#819090", "#ffffff"]);
t.prefs_.set('foreground-color', "#333333");
t.prefs_.set('background-color', "#ffffff");
t.prefs_.set('cursor-color', 'rgba(83,104,112,0.2)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment