diff options
author | noa@gaiwan.org | 2024-04-13 00:54:08 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-04-13 00:54:08 +0000 |
commit | 56252239dcfbc7a9a7b873bbd7933e5d59da31be (patch) | |
tree | ef1810c8f510c6de28a3cfa186f1cce2c5b86d7a /jwmrc | |
parent | 7c2732bff75cfc4f66029a480d9b0e88633f74dd (diff) |
change colour from off-white to white
Diffstat (limited to 'jwmrc')
-rw-r--r-- | jwmrc | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/jwmrc b/jwmrc index e7af27d..e59390c 100644 --- a/jwmrc +++ b/jwmrc @@ -28,25 +28,25 @@ <Corner>0</Corner> <Foreground>#000000</Foreground> - <Background>#ffffe8</Background> + <Background>#ffffff</Background> <Outline>#000000</Outline> <Opacity>1.0</Opacity> <Active> <Foreground>#000000</Foreground> - <Background>#e5e5d0</Background> + <Background>#ffffff</Background> <Outline>#000000</Outline> </Active> </WindowStyle> <MenuStyle> - <Background>#ffffe8</Background> + <Background>#ffffff</Background> <Foreground>#000000</Foreground> </MenuStyle> <TrayStyle group="true" list="all"> <Font>Noto Sans CJK SC-16</Font> - <Background>#ffffe8</Background> + <Background>#ffffff</Background> <Foreground>#000000</Foreground> <Outline>#000000</Outline> <Opacity>1</Opacity> @@ -56,16 +56,16 @@ <Font>Sans-9</Font> <Active> <Foreground>#000000</Foreground> - <Background>#e5e5d8</Background> + <Background>#ffffff</Background> </Active> <Foreground>#000000</Foreground> - <Background>#ffffe8</Background> + <Background>#ffffff</Background> </TaskListStyle> <PopupStyle> <Font>Sans-9</Font> <Foreground>#000000</Foreground> - <Background>#ffffe8</Background> + <Background>#ffffff</Background> </PopupStyle> <!-- Path where icons can be found. @@ -80,9 +80,10 @@ </IconPath> <!-- Virtual Desktops --> - <Desktops width="1" height="1"> - <Background type="solid">#ffffe8</Background> - </Desktops> + <Desktops width="1" height="1"> + <!-- <Background type="solid">#ffffff</Background> --> + <Background type="image">/home/noa/Pictures/Wallpapers/horse-mono.png</Background> + </Desktops> <!-- Double click speed (in milliseconds) --> <DoubleClickSpeed>400</DoubleClickSpeed> |