Skip to content

Instantly share code, notes, and snippets.

@gworley3
Created December 25, 2019 22:38
Show Gist options
  • Save gworley3/5ad430cd67db5556f9b1d80d10fa6599 to your computer and use it in GitHub Desktop.
Save gworley3/5ad430cd67db5556f9b1d80d10fa6599 to your computer and use it in GitHub Desktop.
t.prefs_.set('color-palette-overrides',[
"#626262",
"#ff8373",
"#b4fb73",
"#fffdc3",
"#a5d6ff",
"#ff90ff",
"#d1d2ff",
"#f1f1f1",
"#ffc4be",
"#d6fcba",
"#fffed5",
"#c2e3ff",
"#ffb2ff",
"#e6e7fe",
"#8f8f8f",
"#ffffff"
]);
t.prefs_.set('foreground-color', "#C6C6C6");
t.prefs_.set('background-color', "#000000");
t.prefs_.set('cursor-color', 'rgba(253,148,79,0.5)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment