From c0faf9ba7b328104797a839168c772328b156f8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se>
Date: Sat, 24 Jul 2021 22:00:44 +0200
Subject: .jwmrc: Change colors

---
 home/john/.jwmrc | 42 ++++++++++++++++++++++--------------------
 1 file changed, 22 insertions(+), 20 deletions(-)

(limited to 'home')

diff --git a/home/john/.jwmrc b/home/john/.jwmrc
index 2f50008..5872d91 100644
--- a/home/john/.jwmrc
+++ b/home/john/.jwmrc
@@ -1,6 +1,8 @@
 <?xml version="1.0"?>
 <JWM>
 
+<!-- See https://newton.ex.ac.uk/schooldocs/web/colours/by_bg.html -->
+
 <!-- The root menu, if this is undefined you will not get a menu. -->
 <!-- Additional RootMenu attributes: onroot, labeled, label -->
 <RootMenu height="12">
@@ -69,57 +71,57 @@
 
 	<Swallow name="xbatt">xbatt</Swallow>
 
-	<Swallow name="xbattext">xbattext -bg gray90</Swallow>
+	<Swallow name="xbattext">xbattext -bg lemonchiffon2</Swallow>
 
 	<Swallow name="xclock">
-		xclock -digital -brief -face fixed-9 \
-		-bg gray90 -padding 6
+		xclock -digital -brief -face lucida-7 \
+		-bg lemonchiffon2 -padding 6
 	</Swallow>
 </Tray>
 
 <!-- Visual Styles -->
 
 <BorderStyle>
-	<Font>fixed-10:bold</Font>
+	<Font>lucida-9:bold</Font>
 	<Width>5</Width>
 	<Height>20</Height>
-	<Foreground>black</Foreground>
-	<Background>gray90</Background>
+	<Foreground>navajowhite4</Foreground>
+	<Background>lemonchiffon2</Background>
 	<ActiveForeground>white</ActiveForeground>
-	<ActiveBackground>#4A5966</ActiveBackground>
+	<ActiveBackground>olivedrab3</ActiveBackground>
 </BorderStyle>
 
 <TaskListStyle>
-	<Font>fixed-9</Font>
-	<ActiveForeground>white</ActiveForeground>
-	<ActiveBackground>#8899A6</ActiveBackground>
+	<Font>lucida-7</Font>
+	<ActiveForeground>black</ActiveForeground>
+	<ActiveBackground>darkolivegreen1</ActiveBackground>
 </TaskListStyle>
 
 <!-- Additional TrayStyle attribute: insert -->
 <TrayStyle>
-	<Font>fixed-9</Font>
-	<Background>gray90</Background>
+	<Font>lucida-7</Font>
+	<Background>lemonchiffon2</Background>
 	<Foreground>black</Foreground>
 </TrayStyle>
 
 <PagerStyle>
 	<Outline>black</Outline>
-	<Foreground>gray90</Foreground>
-	<Background>#888888</Background>
-	<ActiveForeground>#8899AA</ActiveForeground>
-	<ActiveBackground>#3A4956</ActiveBackground>
+	<Foreground>lemonchiffon2</Foreground>
+	<Background>lemonchiffon4</Background>
+	<ActiveForeground>darkolivegreen3</ActiveForeground>
+	<ActiveBackground>darkolivegreen</ActiveBackground>
 </PagerStyle>
 
 <MenuStyle>
-	<Font>fixed-9</Font>
+	<Font>lucida-7</Font>
 	<Foreground>black</Foreground>
-	<Background>gray90</Background>
+	<Background>lemonchiffon2</Background>
 	<ActiveForeground>white</ActiveForeground>
-	<ActiveBackground>#3A4956</ActiveBackground>
+	<ActiveBackground>darkolivegreen</ActiveBackground>
 </MenuStyle>
 
 <PopupStyle>
-	<Font>fixed-9</Font>
+	<Font>lucida-7</Font>
 	<Outline>black</Outline>
 	<Foreground>black</Foreground>
 	<Background>yellow</Background>
-- 
cgit v1.2.3