Skip to content

Instantly share code, notes, and snippets.

@qbit
Last active March 20, 2020 22:54
Show Gist options
  • Save qbit/75c414a9081775d1108f58b284da79ff to your computer and use it in GitHub Desktop.
Save qbit/75c414a9081775d1108f58b284da79ff to your computer and use it in GitHub Desktop.
9term-ish theme for Blink shell
t.prefs_.set('color-palette-overrides',["#212121", "#c30771", "#10a778", "#a89c14", "#008ec4", "#523c79", "#20a5ba", "#d9d9d9", "#424242", "#fb007a", "#5fd7af", "#f3e430", "#20bbfc", "#6855de", "#4fb8cc", "#f1f1f1"]);
t.prefs_.set('foreground-color', "#000000");
t.prefs_.set('background-color', "#ffffea");
t.prefs_.set('cursor-color', 'rgba(32,187,252,0.5)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment