diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:09:58 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:09:58 +0530 |
| commit | 973492cbbb1172f6db80ae51e52f53bf34c625ae (patch) | |
| tree | b7c295bc03caba69b40d7f53d32c63dfc9b0fb3d /modules/xresources | |
| parent | 26343d2eef0e8892cecb1645935294e221e9f1a7 (diff) | |
| download | nixos-config-973492cbbb1172f6db80ae51e52f53bf34c625ae.tar.gz nixos-config-973492cbbb1172f6db80ae51e52f53bf34c625ae.zip | |
Theme change
Diffstat (limited to '')
| -rw-r--r-- | modules/xresources.home.nix | 2 | ||||
| -rw-r--r-- | modules/xresources/dark.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/xresources.home.nix b/modules/xresources.home.nix index 4138ec5..4f83d45 100644 --- a/modules/xresources.home.nix +++ b/modules/xresources.home.nix @@ -29,7 +29,7 @@ "*.color13" = "#4e3aA3"; "*.color6" = "#56B6C2"; - "*.color14" = "#0fb9b1"; + "*.color14" = "#042f2f"; "*.color7" = "#ABB2BF"; "*.color15" = "#ebdbb2"; diff --git a/modules/xresources/dark.nix b/modules/xresources/dark.nix index 4762fca..656ed1f 100644 --- a/modules/xresources/dark.nix +++ b/modules/xresources/dark.nix @@ -2,5 +2,5 @@ background = "#000000"; background-light = "#111111"; foreground = "#d8dee9"; - accent = "#4e3aA3"; + accent = "#007070"; } |
