Skip to content

Instantly share code, notes, and snippets.

@mattbailey
Last active April 7, 2024 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mattbailey/10547a4640f05a1a6191e80b0341d5f0 to your computer and use it in GitHub Desktop.
Save mattbailey/10547a4640f05a1a6191e80b0341d5f0 to your computer and use it in GitHub Desktop.
Blink iOS Theme - TokyoNight Day
// extended colors
color16 = "#b15c00";
color17 = "#c64343";
t.prefs_.set("color-palette-overrides", [
"#e9e9ed",
"#f52a65",
"#587539",
"#8c6c3e",
"#2e7de9",
"#9854f1",
"#007197",
"#6172b0",
"#a1a6c5",
"#f52a65",
"#587539",
"#8c6c3e",
"#2e7de9",
"#9854f1",
"#007197",
"#3760bf",
color16,
color17
]);
t.prefs_.set("cursor-color", "rgba(55, 96, 191, 0.5)");
t.prefs_.set("foreground-color", "#3760bf");
t.prefs_.set("background-color", "#e1e2e7");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment