Fix zellij colour theme (I got things backwards)

This commit is contained in:
Evie Litherland-Smith 2024-05-23 08:54:02 +01:00
parent 9b196980fa
commit 684b450b51

View file

@ -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";