aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormarkt <markt>2007-01-14 19:00:18 (GMT)
committermarkt <markt>2007-01-14 19:00:18 (GMT)
commit6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f (patch)
tree4c2b9c313ea043059e7058db46f6e8c211aa8d14 /data
parent16743aad06e7f8b6c2d3b0aab4311980ce06dc16 (diff)
downloadfluxbox-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.zip
fluxbox-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.tar.bz2
several fixes for background option in styles
Diffstat (limited to 'data')
-rw-r--r--data/styles/Artwiz6
-rw-r--r--data/styles/BlueFlux/theme.cfg3
-rw-r--r--data/styles/Emerge/theme.cfg3
-rw-r--r--data/styles/MerleyKay6
-rw-r--r--data/styles/Outcomes6
-rw-r--r--data/styles/Rampage6
-rw-r--r--data/styles/Results6
-rw-r--r--data/styles/Spiff6
8 files changed, 36 insertions, 6 deletions
diff --git a/data/styles/Artwiz b/data/styles/Artwiz
index 32cb182..f413761 100644
--- a/data/styles/Artwiz
+++ b/data/styles/Artwiz
@@ -104,7 +104,11 @@ bevelWidth: 2
104borderWidth: 1 104borderWidth: 1
105handleWidth: 5 105handleWidth: 5
106 106
107!rootCommand: fbsetroot -mod 4 4 -bg rgb:10/18/20 -fg rgb:30/38/40 107background: mod
108background.modX: 4
109background.modY: 4
110background.color: rgb:10/18/20
111background.colorTo: rgb:30/38/40
108 112
109*Font: -*-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-* 113*Font: -*-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-*
110!*Font: vera-7 114!*Font: vera-7
diff --git a/data/styles/BlueFlux/theme.cfg b/data/styles/BlueFlux/theme.cfg
index 19377fa..745070d 100644
--- a/data/styles/BlueFlux/theme.cfg
+++ b/data/styles/BlueFlux/theme.cfg
@@ -172,3 +172,6 @@ borderWidth: 1
172bevelWidth: 0 172bevelWidth: 0
173handleWidth: 3 173handleWidth: 3
174frameWidth: 0 174frameWidth: 0
175
176! need this here, even though there is no background in the style
177background: none
diff --git a/data/styles/Emerge/theme.cfg b/data/styles/Emerge/theme.cfg
index 9143e5d..3ef4799 100644
--- a/data/styles/Emerge/theme.cfg
+++ b/data/styles/Emerge/theme.cfg
@@ -192,3 +192,6 @@ toolbar.iconbar.empty.colorTo: #cfcfcf
192 192
193toolbar.iconbar.borderWidth: 1 193toolbar.iconbar.borderWidth: 1
194toolbar.iconbar.borderColor: #dbdbdb 194toolbar.iconbar.borderColor: #dbdbdb
195
196! need this here, even though there is no background in the style
197background: none
diff --git a/data/styles/MerleyKay b/data/styles/MerleyKay
index 7a605c4..1a8fdd0 100644
--- a/data/styles/MerleyKay
+++ b/data/styles/MerleyKay
@@ -131,4 +131,8 @@ bevelWidth: 2
131borderWidth: 2 131borderWidth: 2
132handleWidth: 3 132handleWidth: 3
133 133
134!rootCommand: fbsetroot -mod 5 5 -fg rgb:62/70/85 -bg rgb:52/60/75 134background: mod
135background.modX: 5
136background.modY: 5
137background.color: rgb:52/60/75
138background.colorTo: rgb:62/70/85
diff --git a/data/styles/Outcomes b/data/styles/Outcomes
index de97c33..799787a 100644
--- a/data/styles/Outcomes
+++ b/data/styles/Outcomes
@@ -107,7 +107,11 @@ borderWidth: 1
107bevelWidth: 2 107bevelWidth: 2
108handleWidth: 4 108handleWidth: 4
109 109
110rootCommand: fbsetroot -mod 4 4 -fg rgb:54/6/6 -bg grey20 110background: mod
111background.modX: 4
112background.modY: 4
113background.color: grey20
114background.colorTo: rgb:54/6/6
111 115
112! for the bbtools 116! for the bbtools
113menuFont: lucidasans-10 117menuFont: lucidasans-10
diff --git a/data/styles/Rampage b/data/styles/Rampage
index 4e363b6..5fa82c7 100644
--- a/data/styles/Rampage
+++ b/data/styles/Rampage
@@ -99,4 +99,8 @@ handleWidth: 5
99*font: -b&h-lucida-medium-r-normal-*-*-100-*-*-p-*-iso8859-* 99*font: -b&h-lucida-medium-r-normal-*-*-100-*-*-p-*-iso8859-*
100*textColor: black 100*textColor: black
101 101
102rootCommand: fbsetroot -mod 16 8 -bg rgb:0/8/8 -fg rgb:0/9/9 102background: mod
103background.modX: 16
104background.modY: 8
105background.color: rgb:0/8/8
106background.colorTo: rgb:0/9/9
diff --git a/data/styles/Results b/data/styles/Results
index 702a586..eed32e7 100644
--- a/data/styles/Results
+++ b/data/styles/Results
@@ -107,7 +107,11 @@ borderWidth: 1
107bevelWidth: 2 107bevelWidth: 2
108handleWidth: 4 108handleWidth: 4
109 109
110rootCommand: fbsetroot -mod 4 4 -fg rgb:6/6/5c -bg grey20 110background: mod
111background.modX: 4
112background.modY: 4
113background.color: grey20
114background.colorTo: rgb:6/6/5c
111 115
112! for the bbtools 116! for the bbtools
113menuFont: lucidasans-10 117menuFont: lucidasans-10
diff --git a/data/styles/Spiff b/data/styles/Spiff
index f0c5e34..f7629c3 100644
--- a/data/styles/Spiff
+++ b/data/styles/Spiff
@@ -104,6 +104,10 @@ bevelWidth: 1
104borderWidth: 1 104borderWidth: 1
105handleWidth: 3 105handleWidth: 3
106 106
107rootCommand: fbsetroot -mod 2 2 -fg rgb:48/50/68 -bg rgb:50/58/70 107background: mod
108background.modX: 2
109background.modY: 2
110background.color: rgb:50/58/70
111background.colorTo: rgb:48/50/68
108 112
109*Font: lucidasans-10 113*Font: lucidasans-10