add new Clearlooks themes. Make Clearlooks the default theme.
This commit is contained in:
parent
a6f52b9055
commit
064e997145
18 changed files with 415 additions and 4 deletions
28
Makefile.am
28
Makefile.am
|
@ -10,7 +10,7 @@ pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox
|
|||
pixmapdir = $(datadir)/pixmaps
|
||||
xsddir = $(datadir)/openbox
|
||||
|
||||
theme = bear2
|
||||
theme = Clearlooks
|
||||
|
||||
AUTOMAKE_OPTIONS = subdir-objects foreign
|
||||
|
||||
|
@ -240,6 +240,28 @@ tools_gnome_panel_control_gnome_panel_control_SOURCES = \
|
|||
|
||||
## themes ##
|
||||
|
||||
clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
|
||||
dist_clearlooks_theme_DATA= \
|
||||
themes/Clearlooks/openbox-3/bullet.xbm \
|
||||
themes/Clearlooks/openbox-3/close.xbm \
|
||||
themes/Clearlooks/openbox-3/desk_toggled.xbm \
|
||||
themes/Clearlooks/openbox-3/desk.xbm \
|
||||
themes/Clearlooks/openbox-3/iconify.xbm \
|
||||
themes/Clearlooks/openbox-3/max_toggled.xbm \
|
||||
themes/Clearlooks/openbox-3/max.xbm \
|
||||
themes/Clearlooks/openbox-3/themerc.xml
|
||||
|
||||
clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
|
||||
dist_clearlooksolive_theme_DATA= \
|
||||
themes/Clearlooks-Olive/openbox-3/bullet.xbm \
|
||||
themes/Clearlooks-Olive/openbox-3/close.xbm \
|
||||
themes/Clearlooks-Olive/openbox-3/desk_toggled.xbm \
|
||||
themes/Clearlooks-Olive/openbox-3/desk.xbm \
|
||||
themes/Clearlooks-Olive/openbox-3/iconify.xbm \
|
||||
themes/Clearlooks-Olive/openbox-3/max_toggled.xbm \
|
||||
themes/Clearlooks-Olive/openbox-3/max.xbm \
|
||||
themes/Clearlooks-Olive/openbox-3/themerc.xml
|
||||
|
||||
mikachu_themedir = $(themedir)/Mikachu/openbox-3
|
||||
dist_mikachu_theme_DATA= \
|
||||
themes/Mikachu/openbox-3/bullet.xbm \
|
||||
|
@ -276,7 +298,7 @@ dist_artwizboxed_theme_DATA= \
|
|||
themes/artwiz-boxed/openbox-3/max_toggled.xbm \
|
||||
themes/artwiz-boxed/openbox-3/max.xbm \
|
||||
themes/artwiz-boxed/openbox-3/themerc.xml
|
||||
|
||||
|
||||
bear2_themedir = $(themedir)/bear2/openbox-3
|
||||
dist_bear2_theme_DATA= \
|
||||
themes/bear2/openbox-3/close_pressed.xbm \
|
||||
|
@ -293,7 +315,7 @@ dist_bear2_theme_DATA= \
|
|||
themes/bear2/openbox-3/shade_pressed.xbm \
|
||||
themes/bear2/openbox-3/shade.xbm \
|
||||
themes/bear2/openbox-3/themerc.xml
|
||||
|
||||
|
||||
orang_themedir = $(themedir)/orang/openbox-3
|
||||
dist_orang_theme_DATA= \
|
||||
themes/orang/openbox-3/themerc.xml
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</placement>
|
||||
|
||||
<theme>
|
||||
<name>bear2</name>
|
||||
<name>Clearlooks</name>
|
||||
<titleLayout>NLIMC</titleLayout>
|
||||
<titleNumber>yes</titleNumber>
|
||||
<!--
|
||||
|
|
4
themes/Clearlooks-Olive/openbox-3/bullet.xbm
Normal file
4
themes/Clearlooks-Olive/openbox-3/bullet.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define bullet_width 4
|
||||
#define bullet_height 7
|
||||
static unsigned char bullet_bits[] = {
|
||||
0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };
|
4
themes/Clearlooks-Olive/openbox-3/close.xbm
Normal file
4
themes/Clearlooks-Olive/openbox-3/close.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define close_width 6
|
||||
#define close_height 6
|
||||
static unsigned char close_bits[] = {
|
||||
0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 };
|
4
themes/Clearlooks-Olive/openbox-3/desk.xbm
Normal file
4
themes/Clearlooks-Olive/openbox-3/desk.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define desk_width 6
|
||||
#define desk_height 6
|
||||
static unsigned char desk_bits[] = {
|
||||
0x33, 0x33, 0x00, 0x00, 0x33, 0x33 };
|
4
themes/Clearlooks-Olive/openbox-3/desk_toggled.xbm
Normal file
4
themes/Clearlooks-Olive/openbox-3/desk_toggled.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define desk_toggle_width 6
|
||||
#define desk_toggle_height 6
|
||||
static unsigned char desk_toggle_bits[] = {
|
||||
0x00, 0x1e, 0x1a, 0x16, 0x1e, 0x00 };
|
4
themes/Clearlooks-Olive/openbox-3/iconify.xbm
Normal file
4
themes/Clearlooks-Olive/openbox-3/iconify.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define iconify_width 6
|
||||
#define iconify_height 6
|
||||
static unsigned char iconify_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f };
|
4
themes/Clearlooks-Olive/openbox-3/max.xbm
Normal file
4
themes/Clearlooks-Olive/openbox-3/max.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define max_width 6
|
||||
#define max_height 6
|
||||
static unsigned char max_bits[] = {
|
||||
0x3f, 0x3f, 0x21, 0x21, 0x21, 0x3f };
|
4
themes/Clearlooks-Olive/openbox-3/max_toggled.xbm
Normal file
4
themes/Clearlooks-Olive/openbox-3/max_toggled.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define max_width 6
|
||||
#define max_height 6
|
||||
static unsigned char max_bits[] = {
|
||||
0x3e, 0x22, 0x2f, 0x29, 0x39, 0x0f };
|
167
themes/Clearlooks-Olive/openbox-3/themerc.xml
Normal file
167
themes/Clearlooks-Olive/openbox-3/themerc.xml
Normal file
|
@ -0,0 +1,167 @@
|
|||
<?xml version="1.0"?>
|
||||
<openbox_theme version="1" xmlns="http://openbox.org/themerc">
|
||||
<dimensions>
|
||||
<handle>3</handle>
|
||||
<padding x="2" y="2"/>
|
||||
</dimensions>
|
||||
<window>
|
||||
<border>
|
||||
<width>1</width>
|
||||
<primary r="0" g="0" b="0" a="255"/>
|
||||
</border>
|
||||
<clientpadding x="0" y="0"/>
|
||||
<active>
|
||||
<label>
|
||||
<text>
|
||||
<primary r="255" g="255" b="255" a="255"/>
|
||||
<shadow>
|
||||
<offset x="1" y="1"/>
|
||||
<primary r="0" g="0" b="0" a="178"/>
|
||||
</shadow>
|
||||
</text>
|
||||
<style>Parentrelative</style>
|
||||
</label>
|
||||
<buttons>
|
||||
<unpressed>
|
||||
<image r="255" g="255" b="255" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="101" g="116" b="78" a="255"/>
|
||||
<secondary r="91" g="104" b="70" a="255"/>
|
||||
<border r="171" g="188" b="145" a="255"/>
|
||||
</unpressed>
|
||||
<pressed>
|
||||
<image r="255" g="255" b="255" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="55" g="61" b="43" a="255"/>
|
||||
<secondary r="51" g="56" b="40" a="255"/>
|
||||
<border r="171" g="188" b="145" a="255"/>
|
||||
</pressed>
|
||||
<disabled>
|
||||
<image r="171" g="188" b="145" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="55" g="61" b="43" a="255"/>
|
||||
<secondary r="51" g="56" b="40" a="255"/>
|
||||
<border r="171" g="188" b="145" a="255"/>
|
||||
</disabled>
|
||||
<toggled-unpressed>
|
||||
<image r="185" g="183" b="167" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="101" g="116" b="78" a="255"/>
|
||||
<secondary r="91" g="104" b="70" a="255"/>
|
||||
<border r="171" g="188" b="145" a="255"/>
|
||||
</toggled-unpressed>
|
||||
</buttons>
|
||||
<titlebar>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="149" g="173" b="112" a="255"/>
|
||||
<secondary r="125" g="146" b="93" a="255"/>
|
||||
</titlebar>
|
||||
<handle>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="149" g="173" b="112" a="255"/>
|
||||
<secondary r="125" g="146" b="93" a="255"/>
|
||||
</handle>
|
||||
<grip>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="149" g="173" b="112" a="255"/>
|
||||
<secondary r="125" g="146" b="93" a="255"/>
|
||||
</grip>
|
||||
</active>
|
||||
<inactive>
|
||||
<label>
|
||||
<text>
|
||||
<primary r="0" g="0" b="0" a="255"/>
|
||||
<shadow>
|
||||
<offset x="1" y="1"/>
|
||||
<primary r="0" g="0" b="0" a="51"/>
|
||||
</shadow>
|
||||
</text>
|
||||
<style>Parentrelative</style>
|
||||
</label>
|
||||
<buttons>
|
||||
<unpressed>
|
||||
<image r="0" g="0" b="0" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="239" g="235" b="231" a="255"/>
|
||||
<secondary r="221" g="214" b="206" a="255"/>
|
||||
<border r="143" g="129" b="115" a="255"/>
|
||||
</unpressed>
|
||||
<pressed>
|
||||
<image r="0" g="0" b="0" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="239" g="235" b="231" a="255"/>
|
||||
<secondary r="221" g="214" b="206" a="255"/>
|
||||
<border r="143" g="129" b="115" a="255"/>
|
||||
</pressed>
|
||||
<disabled>
|
||||
<image r="143" g="129" b="115" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="239" g="235" b="231" a="255"/>
|
||||
<secondary r="221" g="214" b="206" a="255"/>
|
||||
<border r="143" g="129" b="115" a="255"/>
|
||||
</disabled>
|
||||
<toggled-unpressed>
|
||||
<image r="0" g="0" b="0" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="239" g="235" b="231" a="255"/>
|
||||
<secondary r="221" g="214" b="206" a="255"/>
|
||||
<border r="143" g="129" b="115" a="255"/>
|
||||
</toggled-unpressed>
|
||||
</buttons>
|
||||
<titlebar>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="241" g="238" b="234" a="255"/>
|
||||
<secondary r="216" g="207" b="199" a="255"/>
|
||||
</titlebar>
|
||||
<handle>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="241" g="238" b="234" a="255"/>
|
||||
<secondary r="216" g="207" b="199" a="255"/>
|
||||
</handle>
|
||||
<grip>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="241" g="238" b="234" a="255"/>
|
||||
<secondary r="216" g="207" b="199" a="255"/>
|
||||
</grip>
|
||||
</inactive>
|
||||
</window>
|
||||
<menu>
|
||||
<border>
|
||||
<width>1</width>
|
||||
<primary r="0" g="0" b="0" a="255"/>
|
||||
</border>
|
||||
<justify>left</justify>
|
||||
<overlap>0</overlap>
|
||||
<title>
|
||||
<text>
|
||||
<primary r="255" g="255" b="255" a="255"/>
|
||||
<shadow>
|
||||
<offset x="1" y="1"/>
|
||||
<primary r="0" g="0" b="0" a="178"/>
|
||||
</shadow>
|
||||
</text>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="149" g="173" b="112" a="255"/>
|
||||
<secondary r="125" g="146" b="93" a="255"/>
|
||||
</title>
|
||||
<inactive>
|
||||
<primary r="68" g="68" b="68" a="255"/>
|
||||
</inactive>
|
||||
<disabled>
|
||||
<primary r="153" g="153" b="153" a="255"/>
|
||||
</disabled>
|
||||
<active>
|
||||
<text>
|
||||
<primary r="255" g="255" b="255" a="255"/>
|
||||
</text>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="180" g="201" b="148" a="255"/>
|
||||
<secondary r="146" g="170" b="109" a="255"/>
|
||||
<border r="146" g="170" b="109" a="255"/>
|
||||
</active>
|
||||
<entries>
|
||||
<style>Flat Solid</style>
|
||||
<primary r="241" g="238" b="224" a="255"/>
|
||||
</entries>
|
||||
</menu>
|
||||
</openbox_theme>
|
4
themes/Clearlooks/openbox-3/bullet.xbm
Normal file
4
themes/Clearlooks/openbox-3/bullet.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define bullet_width 4
|
||||
#define bullet_height 7
|
||||
static unsigned char bullet_bits[] = {
|
||||
0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };
|
4
themes/Clearlooks/openbox-3/close.xbm
Normal file
4
themes/Clearlooks/openbox-3/close.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define close_width 6
|
||||
#define close_height 6
|
||||
static unsigned char close_bits[] = {
|
||||
0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 };
|
4
themes/Clearlooks/openbox-3/desk.xbm
Normal file
4
themes/Clearlooks/openbox-3/desk.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define desk_width 6
|
||||
#define desk_height 6
|
||||
static unsigned char desk_bits[] = {
|
||||
0x33, 0x33, 0x00, 0x00, 0x33, 0x33 };
|
4
themes/Clearlooks/openbox-3/desk_toggled.xbm
Normal file
4
themes/Clearlooks/openbox-3/desk_toggled.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define desk_toggle_width 6
|
||||
#define desk_toggle_height 6
|
||||
static unsigned char desk_toggle_bits[] = {
|
||||
0x00, 0x1e, 0x1a, 0x16, 0x1e, 0x00 };
|
4
themes/Clearlooks/openbox-3/iconify.xbm
Normal file
4
themes/Clearlooks/openbox-3/iconify.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define iconify_width 6
|
||||
#define iconify_height 6
|
||||
static unsigned char iconify_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f };
|
4
themes/Clearlooks/openbox-3/max.xbm
Normal file
4
themes/Clearlooks/openbox-3/max.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define max_width 6
|
||||
#define max_height 6
|
||||
static unsigned char max_bits[] = {
|
||||
0x3f, 0x3f, 0x21, 0x21, 0x21, 0x3f };
|
4
themes/Clearlooks/openbox-3/max_toggled.xbm
Normal file
4
themes/Clearlooks/openbox-3/max_toggled.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define max_width 6
|
||||
#define max_height 6
|
||||
static unsigned char max_bits[] = {
|
||||
0x3e, 0x22, 0x2f, 0x29, 0x39, 0x0f };
|
166
themes/Clearlooks/openbox-3/themerc.xml
Normal file
166
themes/Clearlooks/openbox-3/themerc.xml
Normal file
|
@ -0,0 +1,166 @@
|
|||
<?xml version="1.0"?>
|
||||
<openbox_theme version="1" xmlns="http://openbox.org/themerc">
|
||||
<dimensions>
|
||||
<handle>3</handle>
|
||||
<padding x="2" y="2"/>
|
||||
</dimensions>
|
||||
<window>
|
||||
<border>
|
||||
<width>1</width>
|
||||
<primary r="0" g="0" b="0" a="255"/>
|
||||
</border>
|
||||
<clientpadding x="0" y="0"/>
|
||||
<active>
|
||||
<label>
|
||||
<text>
|
||||
<primary r="255" g="255" b="255" a="255"/>
|
||||
<shadow>
|
||||
<offset x="1" y="1"/>
|
||||
<primary r="0" g="0" b="0" a="178"/>
|
||||
</shadow>
|
||||
</text>
|
||||
<style>Parentrelative</style>
|
||||
</label>
|
||||
<buttons>
|
||||
<unpressed>
|
||||
<image r="255" g="255" b="255" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="105" g="147" b="185" a="255"/>
|
||||
<secondary r="85" g="121" b="154" a="255"/>
|
||||
<border r="61" g="76" b="90" a="255"/>
|
||||
</unpressed>
|
||||
<pressed>
|
||||
<image r="255" g="255" b="255" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="83" g="119" b="151" a="255"/>
|
||||
<secondary r="80" g="112" b="142" a="255"/>
|
||||
<border r="61" g="76" b="90" a="255"/>
|
||||
</pressed>
|
||||
<disabled>
|
||||
<image r="61" g="76" b="90" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="83" g="119" b="151" a="255"/>
|
||||
<secondary r="80" g="112" b="142" a="255"/>
|
||||
<border r="61" g="76" b="90" a="255"/>
|
||||
</disabled>
|
||||
<toggled-unpressed>
|
||||
<image r="204" g="204" b="204" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="105" g="147" b="185" a="255"/>
|
||||
<secondary r="85" g="121" b="154" a="255"/>
|
||||
<border r="61" g="76" b="90" a="255"/>
|
||||
</toggled-unpressed>
|
||||
</buttons>
|
||||
<titlebar>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="101" g="143" b="181" a="255"/>
|
||||
<secondary r="77" g="105" b="130" a="255"/>
|
||||
</titlebar>
|
||||
<handle>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="101" g="143" b="181" a="255"/>
|
||||
<secondary r="77" g="105" b="130" a="255"/>
|
||||
</handle>
|
||||
<grip>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="101" g="143" b="181" a="255"/>
|
||||
<secondary r="77" g="105" b="130" a="255"/>
|
||||
</grip>
|
||||
</active>
|
||||
<inactive>
|
||||
<label>
|
||||
<text>
|
||||
<primary r="0" g="0" b="0" a="255"/>
|
||||
<shadow>
|
||||
<offset x="1" y="1"/>
|
||||
<primary r="0" g="0" b="0" a="51"/>
|
||||
</shadow>
|
||||
</text>
|
||||
<style>Parentrelative</style>
|
||||
</label>
|
||||
<buttons>
|
||||
<unpressed>
|
||||
<image r="0" g="0" b="0" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="239" g="235" b="231" a="255"/>
|
||||
<secondary r="221" g="214" b="206" a="255"/>
|
||||
<border r="143" g="129" b="115" a="255"/>
|
||||
</unpressed>
|
||||
<pressed>
|
||||
<image r="0" g="0" b="0" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="239" g="235" b="231" a="255"/>
|
||||
<secondary r="221" g="214" b="206" a="255"/>
|
||||
<border r="143" g="129" b="115" a="255"/>
|
||||
</pressed>
|
||||
<disabled>
|
||||
<image r="143" g="129" b="115" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="239" g="235" b="231" a="255"/>
|
||||
<secondary r="221" g="214" b="206" a="255"/>
|
||||
<border r="143" g="129" b="115" a="255"/>
|
||||
</disabled>
|
||||
<toggled-unpressed>
|
||||
<image r="0" g="0" b="0" a="255"/>
|
||||
<style>Flat Gradient Vertical Border</style>
|
||||
<primary r="239" g="235" b="231" a="255"/>
|
||||
<secondary r="221" g="214" b="206" a="255"/>
|
||||
<border r="143" g="129" b="115" a="255"/>
|
||||
</toggled-unpressed>
|
||||
</buttons>
|
||||
<titlebar>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="241" g="238" b="234" a="255"/>
|
||||
<secondary r="216" g="207" b="199" a="255"/>
|
||||
</titlebar>
|
||||
<handle>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="241" g="238" b="234" a="255"/>
|
||||
<secondary r="216" g="207" b="199" a="255"/>
|
||||
</handle>
|
||||
<grip>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="241" g="238" b="234" a="255"/>
|
||||
<secondary r="216" g="207" b="199" a="255"/>
|
||||
</grip>
|
||||
</inactive>
|
||||
</window>
|
||||
<menu>
|
||||
<border>
|
||||
<width>1</width>
|
||||
<primary r="0" g="0" b="0" a="255"/>
|
||||
</border>
|
||||
<justify>left</justify>
|
||||
<overlap>0</overlap>
|
||||
<title>
|
||||
<text>
|
||||
<primary r="255" g="255" b="255" a="255"/>
|
||||
<shadow>
|
||||
<offset x="1" y="1"/>
|
||||
<primary r="0" g="0" b="0" a="178"/>
|
||||
</shadow>
|
||||
</text>
|
||||
<style>Raised Gradient Vertical</style>
|
||||
<primary r="101" g="143" b="181" a="255"/>
|
||||
<secondary r="77" g="105" b="130" a="255"/>
|
||||
</title>
|
||||
<inactive>
|
||||
<primary r="0" g="0" b="0" a="255"/>
|
||||
</inactive>
|
||||
<disabled>
|
||||
<primary r="153" g="153" b="153" a="255"/>
|
||||
</disabled>
|
||||
<active>
|
||||
<text>
|
||||
<primary r="255" g="255" b="255" a="255"/>
|
||||
</text>
|
||||
<style>Flat Gradient Vertical</style>
|
||||
<primary r="98" g="140" b="178" a="255"/>
|
||||
<secondary r="80" g="112" b="141" a="255"/>
|
||||
</active>
|
||||
<entries>
|
||||
<style>Flat Solid</style>
|
||||
<primary r="248" g="245" b="242" a="255"/>
|
||||
</entries>
|
||||
</menu>
|
||||
</openbox_theme>
|
Loading…
Reference in a new issue