diff --git a/configs/stylix.nix b/configs/stylix.nix index dbf110a..7e84907 100644 --- a/configs/stylix.nix +++ b/configs/stylix.nix @@ -8,7 +8,7 @@ # https://danth.github.io/stylix/tricks.html stylix.enable = true; - stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml"; + stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-light-medium.yaml"; stylix.cursor = { name = "capitaine-cursors-white"; diff --git a/flake.nix b/flake.nix index 1946d61..214f7b3 100644 --- a/flake.nix +++ b/flake.nix @@ -400,7 +400,7 @@ }).wrapper; niphas-editor = prev.niphas-editor.override { withCopilot = true; - colorscheme = "base16-gruvbox-dark-medium"; + colorscheme = "base16-gruvbox-light-medium"; }; }) ];