change(home:colorscheme): gruvbox-material-dark-soft -> gruvbox-matierial-dark-medium
This commit is contained in:
parent
a9df1dca82
commit
c09574802a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ in
|
|||
imports = [ inputs.nix-colors.homeManagerModule ];
|
||||
config = mkIf (theme == "minimal") {
|
||||
|
||||
colorscheme = colorSchemes.gruvbox-material-dark-soft;
|
||||
colorscheme = colorSchemes.gruvbox-material-dark-medium;
|
||||
home.file.".colorscheme".text = config.colorscheme.slug;
|
||||
home.sessionVariables.COLOR_SCHEME = "${config.colorscheme.slug}";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue