Last active
April 7, 2024 06:57
-
-
Save mattbailey/10547a4640f05a1a6191e80b0341d5f0 to your computer and use it in GitHub Desktop.
Blink iOS Theme - TokyoNight Day
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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