Skip to content

Instantly share code, notes, and snippets.

@kaiiserni
Created June 3, 2022 21:42
Show Gist options
  • Save kaiiserni/e250b6148002de43f863bb3f82c9fd5f to your computer and use it in GitHub Desktop.
Save kaiiserni/e250b6148002de43f863bb3f82c9fd5f to your computer and use it in GitHub Desktop.
TokyoNight Dark BlinkSH
t.prefs_.set('color-palette-overrides',["#15161E","#f7768e","#9ece6a","#e0af68","#7aa2f7","#bb9af7","#7dcfff","#a9b1d6","#414868","#f7768e","#9ece6a","#e0af68","#7aa2f7","#bb9af7","#7dcfff","#c0caf5"]);
t.prefs_.set('foreground-color', "#c0caf5");
t.prefs_.set('background-color', "#1a1b26");
t.prefs_.set('cursor-color', 'rgba(192, 202, 245,0.5)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment