Skip to content

Instantly share code, notes, and snippets.

@jimmy-zhening-luo
Last active July 14, 2025 09:08
Show Gist options
  • Save jimmy-zhening-luo/cc44a3be10509fd6a6d10949ca0818f8 to your computer and use it in GitHub Desktop.
Save jimmy-zhening-luo/cc44a3be10509fd6a6d10949ca0818f8 to your computer and use it in GitHub Desktop.
Blink theme
t.prefs_.set(
"foreground-color",
"#ffffff",
);
t.prefs_.set(
"background-color",
"#000000",
);
t.prefs_.set(
"cursor-color",
"rgba(0, 207, 230, 0.5)",
);
// t.prefs_.set('color-palette-overrides',["#000000", "#dc322f", "#56db3a", "#ff8400", "#0084d4", "#b729d9", "#ccccff", "#ffffff", "#1b1d21", "#dc322f", "#56db3a", "#ff8400", "#0084d4", "#b729d9", "#ccccff", "#ffffff"]);
@jimmy-zhening-luo
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment