summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-29 17:42:59 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-29 17:42:59 +1000
commit72b0a22303d2f890a9153ea65f5a3c53c757e610 (patch)
tree6b66cfe949b6036031ce8304e92e82b600941e0e /pywal
parent6d560f68d3a6693500d94cc64693b40da6574db2 (diff)
templates: Added template for x colors.
Diffstat (limited to 'pywal')
-rw-r--r--pywal/templates/colors.Xresources53
1 files changed, 53 insertions, 0 deletions
diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources
new file mode 100644
index 0000000..f213d57
--- /dev/null
+++ b/pywal/templates/colors.Xresources
@@ -0,0 +1,53 @@
+URxvt*foreground: {foreground}
+XTerm*foreground: {foreground}
+URxvt*background: {background}
+XTerm*background: {background}
+URxvt*cursorColor: {cursor}
+XTerm*cursorColor: {cursor}
+
+*.color0: {color0}
+*color0: {color0}
+*.color1: {color1}
+*color1: {color1}
+*.color2: {color2}
+*color2: {color2}
+*.color3: {color3}
+*color3: {color3}
+*.color4: {color4}
+*color4: {color4}
+*.color5: {color5}
+*color5: {color5}
+*.color6: {color6}
+*color6: {color6}
+*.color7: {color7}
+*color7: {color7}
+*.color8: {color8}
+*color8: {color8}
+*.color9: {color9}
+*color9: {color9}
+*.color10: {color10}
+*color10: {color10}
+*.color11: {color11}
+*color11: {color11}
+*.color12: {color12}
+*color12: {color12}
+*.color13: {color13}
+*color13: {color13}
+*.color14: {color14}
+*color14: {color14}
+*.color15: {color15}
+*color15: {color15}
+
+! Black color that will not be affected by bold highlighting.
+*.color66: {color0}
+*color66: {color0}
+
+! Rofi colors.
+rofi.color-window: {background}, {background}, {color10}
+rofi.color-normal: {background}, {foreground}, {background}, {color10}, {background}
+rofi.color-active: {background}, {foreground}, {background}, {color10}, {background}
+rofi.color-urgent: {background}, {color9}, {background}, {color9}, {foreground}
+
+! Emacs colors.
+emacs*background: {background}
+emacs*foreground: {foreground}