diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-07-03 11:15:29 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-07-03 11:15:29 +0530 |
| commit | 7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b (patch) | |
| tree | 58251837f0cdd31643f5f0dbe6bca788f5f23590 /modules/xresources.home.nix | |
| parent | bade159d4eb21bc8c04664e61cbd8438d03de748 (diff) | |
| download | nixos-config-7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b.tar.gz nixos-config-7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b.zip | |
Theme change
Diffstat (limited to 'modules/xresources.home.nix')
| -rw-r--r-- | modules/xresources.home.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/xresources.home.nix b/modules/xresources.home.nix index 818db22..4138ec5 100644 --- a/modules/xresources.home.nix +++ b/modules/xresources.home.nix @@ -1,9 +1,8 @@ -{ config, pkgs, epkgs, ... }: +{ ... }: { xresources.properties = let - theme = import ./xresources/catcula.nix; - # theme = import ./xresources/tealicious.nix; + theme = import ./xresources/dark.nix; in { "*.foreground" = theme.foreground; @@ -11,7 +10,7 @@ "*.cursorColor" = theme.foreground; "*.accent" = theme.accent; - "*.color0" = "#15121f"; + "*.color0" = "#171717"; "*.color8" = "#555555"; "*.color1" = "#e06c75"; |
