Skip to content

Instantly share code, notes, and snippets.

@alexanderjeurissen
Created January 1, 2021 23:16
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 alexanderjeurissen/6990c730b53404eb3801d021d2dcb133 to your computer and use it in GitHub Desktop.
Save alexanderjeurissen/6990c730b53404eb3801d021d2dcb133 to your computer and use it in GitHub Desktop.
t.prefs_.set('color-palette-overrides',[
"#073642",
"#dc322f",
"#859900",
"#b58900",
"#268bd2",
"#d33682",
"#2aa198",
"#eee8d5",
"#002b36",
"#cb4b16",
"#586e75",
"#657b83",
"#839496",
"#6c71c4",
"#93a1a1",
"#fdf6e3"
]);
t.prefs_.set('foreground-color', "#839496");
t.prefs_.set('background-color', "#073642");
t.prefs_.set('cursor-color', 'rgba(112,130,132,0.5)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment