Skip to content

Instantly share code, notes, and snippets.

@64bitint
Created January 24, 2021 22:28
Show Gist options
  • Select an option

  • Save 64bitint/7b2b1a8c904cb8d97fe1bed51e20a0fa to your computer and use it in GitHub Desktop.

Select an option

Save 64bitint/7b2b1a8c904cb8d97fe1bed51e20a0fa to your computer and use it in GitHub Desktop.
Blink Theme
t.prefs_.set('color-palette-overrides',["#4c4c4c", "#990000", "#00a600", "#999900", "#2009db", "#b200b2", "#00a6b2", "#bfbfbf", "#666666", "#e50000", "#00d900", "#e5e500", "#0000ff", "#e500e5", "#00e5e5", "#e5e5e5"]);
//t.prefs_.set('foreground-color', "#f2f2f2");
//t.prefs_.set('background-color', "#000000");
//t.prefs_.set('cursor-color', 'rgba(77,77,77,0.5)');
t.prefs_.set('cursor-color', 'rgba(63, 222, 233, 0.5)');
t.prefs_.set('cursor-blink', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment