Skip to content

Instantly share code, notes, and snippets.

@chuseman
Created November 24, 2024 17:12
Show Gist options
  • Save chuseman/e693d033ba4bffa65b42ba399e66d703 to your computer and use it in GitHub Desktop.
Save chuseman/e693d033ba4bffa65b42ba399e66d703 to your computer and use it in GitHub Desktop.
Blink Shell Themes
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