1
0
mirror of https://github.com/kmein/niveum synced 2026-03-24 13:41:08 +01:00

spring equinox

This commit is contained in:
2026-03-21 20:13:59 +01:00
parent cf252fc262
commit 1e14296522
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
# https://danth.github.io/stylix/tricks.html # https://danth.github.io/stylix/tricks.html
stylix.enable = true; 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 = { stylix.cursor = {
name = "capitaine-cursors-white"; name = "capitaine-cursors-white";

View File

@@ -400,7 +400,7 @@
}).wrapper; }).wrapper;
niphas-editor = prev.niphas-editor.override { niphas-editor = prev.niphas-editor.override {
withCopilot = true; withCopilot = true;
colorscheme = "base16-gruvbox-dark-medium"; colorscheme = "base16-gruvbox-light-medium";
}; };
}) })
]; ];