summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-12-15 13:14:44 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-05 20:36:35 +0100
commitfd2bd68bfb9fbf403345631526bd0dfe1193875b (patch)
treeeae71022f66fd95047fbc436905205672750ab9d /dotfiles
parent24d2ddf1577c505360239da35ea96f4f20759308 (diff)
Xresources: support local configuration
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/Xresources6
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/Xresources b/dotfiles/Xresources
index a8980f2..d1f3125 100644
--- a/dotfiles/Xresources
+++ b/dotfiles/Xresources
@@ -1,3 +1,9 @@
+#define XRESOURCES_LOCAL ".config/Xresources_local"
+
+#if __has_include(XRESOURCES_LOCAL)
+# include XRESOURCES_LOCAL
+#endif
+
URxvt.color9: tomato
URxvt.color10: spring green
URxvt.color11: yellow