Skip to content

Instantly share code, notes, and snippets.

@jvns
Created January 15, 2021 13:03
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 jvns/b25bdfe7508b3d0782b800e5e4e80c47 to your computer and use it in GitHub Desktop.
Save jvns/b25bdfe7508b3d0782b800e5e4e80c47 to your computer and use it in GitHub Desktop.
function setPrefs(t) {
t.prefs_.set('color-palette-overrides',["#002831", "#d11c24", "#738a05", "#a57706", "#2176c7", "#c61c6f", "#259286", "#eae3cb", "#001e27", "#bd3613", "#475b62", "#536870", "#708284", "#5956ba", "#819090", "#fcf4dc"]);
t.prefs_.set('foreground-color', "#536870");
t.prefs_.set('background-color', "#fcf4dc");
t.prefs_.set('cursor-color', 'rgba(83,104,112,0.5)');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment