aboutsummaryrefslogtreecommitdiff
path: root/modules/xresources/dark.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-07-03 11:15:29 +0530
committerAkshay Nair <phenax5@gmail.com>2025-07-03 11:15:29 +0530
commit7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b (patch)
tree58251837f0cdd31643f5f0dbe6bca788f5f23590 /modules/xresources/dark.nix
parentbade159d4eb21bc8c04664e61cbd8438d03de748 (diff)
downloadnixos-config-7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b.tar.gz
nixos-config-7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b.zip
Theme change
Diffstat (limited to 'modules/xresources/dark.nix')
-rw-r--r--modules/xresources/dark.nix6
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";
+}