Skip to content
Snippets Groups Projects
Commit bc025f3d authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix fonts tag

parent ad4a6a8c
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0"?> <?xml version="1.0"?>
<JWM> <JWM>
<Font>Liberation Sans-9</Font>
<!-- Window button --> <!-- Window button -->
<ButtonClose>/usr/share/themes/Arc/unity/close.svg</ButtonClose> <ButtonClose>/usr/share/themes/Arc/unity/close.svg</ButtonClose>
<ButtonMax>/usr/share/themes/Arc/unity/unmaximize_dash_prelight.svg</ButtonMax> <ButtonMax>/usr/share/themes/Arc/unity/unmaximize_dash_prelight.svg</ButtonMax>
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<ButtonMin>/usr/share/themes/Arc/unity/minimize_dash_prelight.svg</ButtonMin> <ButtonMin>/usr/share/themes/Arc/unity/minimize_dash_prelight.svg</ButtonMin>
<!-- Visual Style Window. --> <!-- Visual Style Window. -->
<WindowStyle decorations="flat"> <WindowStyle decorations="flat">
<Font>Liberation Sans-9</Font>
<Width>1</Width> <Width>1</Width>
<Height>25</Height> <Height>25</Height>
<Corner>5</Corner> <Corner>5</Corner>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<!-- Visual Style Tray. --> <!-- Visual Style Tray. -->
<TrayStyle decorations="flat"> <TrayStyle decorations="flat">
<Font>Liberation Sans-9</Font>
<Background>#444444</Background> <Background>#444444</Background>
<Foreground>white</Foreground> <Foreground>white</Foreground>
<Active> <Active>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<!-- Visual Style Pager. --> <!-- Visual Style Pager. -->
<PagerStyle> <PagerStyle>
<Font>Liberation Sans-9</Font>
<Outline>#444444</Outline> <Outline>#444444</Outline>
<Text>white</Text> <Text>white</Text>
<Foreground>#444444</Foreground> <Foreground>#444444</Foreground>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<!-- Visual Style Menu. --> <!-- Visual Style Menu. -->
<MenuStyle> <MenuStyle>
<Font>Liberation Sans-9</Font>
<Foreground>white</Foreground> <Foreground>white</Foreground>
<Background>#444444</Background> <Background>#444444</Background>
<Active> <Active>
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<!-- Visual Style Pop. --> <!-- Visual Style Pop. -->
<PopupStyle> <PopupStyle>
<Font>Liberation Sans-9</Font>
<Outline>#FFFFFF</Outline> <Outline>#FFFFFF</Outline>
<Foreground>#000000</Foreground> <Foreground>#000000</Foreground>
<Background>#FFFFFF</Background> <Background>#FFFFFF</Background>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment