Fix Zellij selection highlight (#112)

Closes #111

Theme's bg value is used for selection, not the background so updated bg to base03 to address this
This commit is contained in:
Michael McCandless 2023-06-28 00:33:50 +10:00 committed by GitHub
parent 9197996704
commit 7dfce721b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
programs.zellij.settings = {
theme = "stylix";
themes.stylix = with config.lib.stylix.colors.withHashtag; {
bg = base00;
bg = base03;
fg = base05;
red = base08;
green = base0B;