aboutsummaryrefslogtreecommitdiff
path: root/modules/xresources
diff options
context:
space:
mode:
Diffstat (limited to 'modules/xresources')
-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";
+}