Skip to content

Commit

Permalink
Fix Zellij selection highlight (#112)
Browse files Browse the repository at this point in the history
Closes #111

Theme's bg value is used for selection, not the background so updated bg to base03 to address this
  • Loading branch information
RANKSHANK committed Jun 27, 2023
1 parent 9197996 commit 7dfce72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/zellij/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7dfce72

Please sign in to comment.