Created
November 24, 2024 17:12
-
-
Save chuseman/e693d033ba4bffa65b42ba399e66d703 to your computer and use it in GitHub Desktop.
Blink Shell Themes
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('color-palette-overrides', | |
[ | |
"#000000", | |
"#cd3131", | |
"#0dbc79", | |
"#e5e510", | |
"#2472c8", | |
"#bc3fbc", | |
"#11a8cd", | |
"#e5e5e5", | |
"#666666", | |
"#f14c4c", | |
"#23d18b", | |
"#f5f543", | |
"#3b8eea", | |
"#d670d6", | |
"#29b8db", | |
"#e5e5e5" | |
] | |
); | |
t.prefs_.set('foreground-color', "#cccccc"); | |
t.prefs_.set('background-color', "#1e1e1e"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment