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