Last active
July 14, 2025 09:08
-
-
Save jimmy-zhening-luo/cc44a3be10509fd6a6d10949ca0818f8 to your computer and use it in GitHub Desktop.
Blink theme
This file contains hidden or 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
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"]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.githubusercontent.com/jimmy-zhening-luo/cc44a3be10509fd6a6d10949ca0818f8/raw