Skip to content

Instantly share code, notes, and snippets.

@sbromberger
Last active July 6, 2019 00:53
Show Gist options
  • Save sbromberger/92970c96c05cf7472a40bc0f1f5424c0 to your computer and use it in GitHub Desktop.
Save sbromberger/92970c96c05cf7472a40bc0f1f5424c0 to your computer and use it in GitHub Desktop.
Blink theme
t.prefs_.set('color-palette-overrides',["#000000", "#fd0000", "#87c38a", "#ffa500", "#85befd", "#b9b6fc", "#85befd", "#e0e0e0", "#000000", "#fd5ff1", "#94fa36", "#f5ffa8", "#96cbfe", "#b9b6fc", "#85befd", "#e0e0e0"]);
t.prefs_.set('foreground-color', "#aaaaaa");
t.prefs_.set('background-color', "#161719");
t.prefs_.set('cursor-color', 'rgba(120, 120, 120, 0.5)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment