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/dark.nix | |
| parent | bade159d4eb21bc8c04664e61cbd8438d03de748 (diff) | |
| download | nixos-config-7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b.tar.gz nixos-config-7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b.zip | |
Theme change
Diffstat (limited to 'modules/xresources/dark.nix')
| -rw-r--r-- | modules/xresources/dark.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/xresources/dark.nix b/modules/xresources/dark.nix new file mode 100644 index 0000000..4762fca --- /dev/null +++ b/modules/xresources/dark.nix @@ -0,0 +1,6 @@ +{ + background = "#000000"; + background-light = "#111111"; + foreground = "#d8dee9"; + accent = "#4e3aA3"; +} |
