diff --git a/jwm/rootfs/etc/skel/.config/jwm/theme b/jwm/rootfs/etc/skel/.config/jwm/theme index ef4b085323226e95470216c9038f7d081ea04d59..bcbb28cde44eb9b368c2b000327acfac01b739c6 100644 --- a/jwm/rootfs/etc/skel/.config/jwm/theme +++ b/jwm/rootfs/etc/skel/.config/jwm/theme @@ -1,6 +1,6 @@ <?xml version="1.0"?> <JWM> - <Font>Liberation Sans-9</Font> + <!-- Window button --> <ButtonClose>/usr/share/themes/Arc/unity/close.svg</ButtonClose> <ButtonMax>/usr/share/themes/Arc/unity/unmaximize_dash_prelight.svg</ButtonMax> @@ -8,7 +8,7 @@ <ButtonMin>/usr/share/themes/Arc/unity/minimize_dash_prelight.svg</ButtonMin> <!-- Visual Style Window. --> <WindowStyle decorations="flat"> - + <Font>Liberation Sans-9</Font> <Width>1</Width> <Height>25</Height> <Corner>5</Corner> @@ -25,7 +25,7 @@ <!-- Visual Style Tray. --> <TrayStyle decorations="flat"> - + <Font>Liberation Sans-9</Font> <Background>#444444</Background> <Foreground>white</Foreground> <Active> @@ -37,7 +37,7 @@ <!-- Visual Style Pager. --> <PagerStyle> - + <Font>Liberation Sans-9</Font> <Outline>#444444</Outline> <Text>white</Text> <Foreground>#444444</Foreground> @@ -50,7 +50,7 @@ <!-- Visual Style Menu. --> <MenuStyle> - + <Font>Liberation Sans-9</Font> <Foreground>white</Foreground> <Background>#444444</Background> <Active> @@ -62,7 +62,7 @@ <!-- Visual Style Pop. --> <PopupStyle> - + <Font>Liberation Sans-9</Font> <Outline>#FFFFFF</Outline> <Foreground>#000000</Foreground> <Background>#FFFFFF</Background>