Fix zellij colour theme (I got things backwards)
This commit is contained in:
parent
9b196980fa
commit
684b450b51
|
@ -8,9 +8,9 @@
|
||||||
settings = {
|
settings = {
|
||||||
themes.base16 = with config.scheme.withHashtag; rec {
|
themes.base16 = with config.scheme.withHashtag; rec {
|
||||||
inherit red green yellow blue magenta cyan orange;
|
inherit red green yellow blue magenta cyan orange;
|
||||||
black = base05;
|
black = base00;
|
||||||
bg = black;
|
bg = black;
|
||||||
white = base00;
|
white = base05;
|
||||||
fg = white;
|
fg = white;
|
||||||
};
|
};
|
||||||
theme = "base16";
|
theme = "base16";
|
||||||
|
|
Reference in a new issue