Skip to content

Instantly share code, notes, and snippets.

@chadmaughan
Created March 20, 2021 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chadmaughan/57ee124d93ef96de4f1c4b7cae640e29 to your computer and use it in GitHub Desktop.
Save chadmaughan/57ee124d93ef96de4f1c4b7cae640e29 to your computer and use it in GitHub Desktop.
Jetbrains Darcula Blink Theme
t.prefs_.set('color-palette-overrides',["#363736", "#ee523e", "#b3ca63", "#ffcf7f", "#20a8ad", "#b393ba", "#57666a", "#b7c3d0", "#626566", "#ff5943", "#97c66f", "#ffcf7f", "#79b3c8", "#ae89fe", "#9aabb0", "#f9f9f4"]);
t.prefs_.set('foreground-color', "#b7c3d0");
t.prefs_.set('background-color', "#363736");
t.prefs_.set('cursor-color', '#d68a40');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment