aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-24 22:00:44 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-24 22:00:44 +0200
commitc0faf9ba7b328104797a839168c772328b156f8c (patch)
tree95eb5f8d48b7d7046166365eec72e27579918fcc
parentd55f9c5fc11d4a45b8eabbcd70d7bcf27127e510 (diff)
downloadlbsd-c0faf9ba7b328104797a839168c772328b156f8c.tar.gz
.jwmrc: Change colors
-rw-r--r--home/john/.jwmrc42
1 files changed, 22 insertions, 20 deletions
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>