mirror of
https://github.com/kmein/niveum
synced 2026-03-24 13:41:08 +01:00
spring equinox
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user