chore(blinksh): update tango-with-monokai terminal color theme

This commit is contained in:
2022-02-15 11:20:05 +00:00
parent 9f825e3b5a
commit 92948d1ebc

View File

@@ -1,10 +1,10 @@
// Tango with Monokai theme // Tango with Monokai theme
term_set("cursor-color", "#f5f5f5"); t.prefs_.set("cursor-color", "#f5f5f5");
term_set("cursor-blink", false); t.prefs_.set("cursor-blink", false);
term_set("foreground-color", "#ffffff"); t.prefs_.set("foreground-color", "#ffffff");
term_set("background-color", "#000000"); t.prefs_.set("background-color", "#000000");
term_set("color-palette-overrides", [ t.prefs_.set("color-palette-overrides", [
"#000000", // black "#000000", // black
"#cf5041", // red "#cf5041", // red
"#8bba48", // green "#8bba48", // green