From b08566955c6ff3a914dae503f7180238e0d4d67f Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 17 Mar 2024 18:28:27 +0000 Subject: [PATCH] Make clock darker --- roles/home-gui/files/Xresources | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/roles/home-gui/files/Xresources b/roles/home-gui/files/Xresources index 8e2b188..f34fc5e 100644 --- a/roles/home-gui/files/Xresources +++ b/roles/home-gui/files/Xresources @@ -1,8 +1,10 @@ *color: true -XClock*hourColor: black +XClock*background: #101010 +XClock*foreground: #c0c0c0 +XClock*hourColor: #c0c0c0 XClock*majorColor: red -XClock*minorColor: black -XClock*minuteColor: black +XClock*minorColor: #c0c0c0 +XClock*minuteColor: #c0c0c0 XClock*render: true XClock*secondColor: red XClock*update: 1