1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

unify color scheme

This commit is contained in:
2025-01-21 16:19:28 +01:00
parent f3ae88c6d1
commit a18e295a9e
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
(pkgs.writers.writeDashBin "vim" ''neovim "$@"'')
(niveumPackages.vim.override {
stylixColors = config.lib.stylix.colors;
colorscheme = if config.networking.hostName == "fatteh" then "base16-grayscale-light" else "base16-grayscale-dark";
colorscheme = "base16-gruvbox-dark-medium";
})
# language servers

View File

@@ -20,7 +20,7 @@ in {
services.illum.enable = true;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/grayscale-light.yaml";
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml";
age.secrets = {
retiolum-rsa = {