summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-08 21:43:12 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-08 21:43:12 +1000
commit36feca84775b98d17c662cb1b3198b8e1dd6b23f (patch)
tree3e7774f0b902f930bbf84d10ce9d995cf6a7bad5 /pywal
parentdd357b6c6396820026d2964b6f3526c18cf43991 (diff)
colors: Set xclock colors.
Diffstat (limited to 'pywal')
-rw-r--r--pywal/templates/colors.Xresources9
1 files changed, 6 insertions, 3 deletions
diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources
index 17dd61e..65a9f2d 100644
--- a/pywal/templates/colors.Xresources
+++ b/pywal/templates/colors.Xresources
@@ -55,6 +55,9 @@ rofi.color-normal: {background}, {foreground}, {background}, {color10}, {backgro
rofi.color-active: {background}, {foreground}, {background}, {color10}, {background}
rofi.color-urgent: {background}, {color9}, {background}, {color9}, {foreground}
-! Emacs colors.
-emacs*background: {background}
-emacs*foreground: {foreground}
+! Xclock colors.
+XClock*majorColor: {color15}
+XClock*minorColor: {color15}
+XClock*hourColor: {color15}
+XClock*minuteColor: {color15}
+XClock*secondColor: {color15}