~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/extra/styles/debian_squeeze_dark

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte
  • Date: 2010-08-12 21:16:02 UTC
  • mfrom: (0.1.1) (1.1.10)
  • Revision ID: package-import@ubuntu.com-20100812211602-3tsmzl9in5nmwz7z
Tags: 1.1.1+git20100807.0cc08f9-1
* debian/ dir has been cleaned out, complete repackage
  of most files.
* pulled new archive from git.fluxbox.org HEAD, saved as
  tar.gz.
* Added in fluxbox.* files from the old dfsg tree.
* Added in system.fluxbox-menu file from the old dfsg tree
* Added the source/format file to bump package source
  version from 1.0 to 3.0 (quilt). 
* Changed rules file to match the old dfsg setup so that
  fluxbox behaves nicely.
* Removed entries from copyright that no longer apply.
* Added theme based on Denis Brand ( naran )'s old theme.
* Added a background I whipped up.
* Changed compile flags to point to debian theme by default
* Adding a patch to have fluxbox use x-terminal-emulator
  over xterm. Closes: #591694 (LP: #580485)
* Adding a patch to allow titlebar-window dragging.
* Changed the flags in rules to pull from a script. This script
  lets us un-hardcode what theme is default. Be sure there
  is a theme pack!
* Added comments to my patches.
* Removing debian/docs, empty file.
* Fixing fluxbox.desktop to remove all the warnings from
  desktop-file-validate
* Fixing libtool issue by running an update before
  configure in the rules script.
* Added a compile flag script to auto-detect what platform
  we are running on, and apply the correct theme. This
  should solve Ubuntnu issues later on.
* adding in a get-orig-source rule
* fixing the upstream version number to pinpoint
  the commit ( thanks, lfaraone ).
* adding a rule for get-orig-source. ( thanks again,
  lfaraone ).
* Updated rules to actually allow us to do a build from it
* Removed Denis from the uploaders ( as per an email
  conversation )
* Removing madduck from the uploaders ( thanks for asking,
  lfaraone. ). Thanks for your hard work, madduck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
###############################################################################
2
 
# Copyright (c) 2010, Denis Briand <denis@narcan.fr>
3
 
# All rights reserved.
4
 
#
5
 
# Redistribution and use in source and binary forms, with or without
6
 
# modification,are permitted provided that the following conditions are met:
7
 
#
8
 
#    * Redistributions of source code must retain the above copyright notice,
9
 
#      this list of conditions and the following disclaimer.
10
 
#    * Redistributions in binary form must reproduce the above copyright notice,
11
 
#      this list of conditions and the following disclaimer in the documentation
12
 
#       and/or other materials provided with the distribution.
13
 
#    * Neither the name of Denis Briand nor the names of its contributors
14
 
#      may be used to endorse or promote products derived from this software
15
 
#      without specific prior written permission.
16
 
#
17
 
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18
 
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19
 
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20
 
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
21
 
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22
 
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23
 
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24
 
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25
 
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26
 
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
 
# POSSIBILITY OF SUCH DAMAGE.
28
 
###############################################################################
29
 
 
30
 
style.name:                             Debian Squeeze dark
31
 
style.author:                           Denis Briand <denis@narcan.fr>
32
 
 
33
 
 
34
 
# background ------------------------------------
35
 
 
36
 
background:                             fullscreen
37
 
background.pixmap:                      /usr/share/fluxbox/wallpaper-flux-debian-lighting-black-1600x1200.svg
38
 
 
39
 
 
40
 
# fonts------------------------------------------
41
 
menu.frame.font:                        sans-9:bold
42
 
menu.title.font:                        sans-10:bold
43
 
toolbar.clock.font:                     sans-9:bold
44
 
toolbar.workspace.font:                 tahoma-10:bold
45
 
toolbar.iconbar.focused.font:           sans-8:bold
46
 
toolbar.iconbar.unfocused.font:         sans-8
47
 
window.font:                            sans-8
48
 
 
49
 
 
50
 
 
51
 
#menu --------------------------
52
 
 
53
 
menu.roundCorners:                      topleft topright bottomleft bottomright
54
 
 
55
 
menu.bevelWidth:                        1
56
 
 
57
 
menu.itemHeight:                        15
58
 
menu.titleHeight:                       15
59
 
menu.borderColor:                       #224550
60
 
menu.borderWidth:                       1
61
 
 
62
 
menu.bullet:                            triangle
63
 
menu.bullet.position:                   Right
64
 
 
65
 
menu.title:                             flat gradient rectangle
66
 
menu.title.justify:                     center
67
 
menu.title.color:                       #000000
68
 
menu.title.colorTo:                     #b10643
69
 
menu.title.textColor:                   #bfbfbf
70
 
 
71
 
menu.frame:                             flat gradient
72
 
menu.frame.justify:                     left
73
 
menu.frame.color:                       #191616
74
 
menu.frame.colorTo:                     #000000
75
 
menu.frame.textColor:                   #bfbfbf
76
 
menu.frame.disableColor:                #cfa7a7
77
 
 
78
 
menu.hilite:                            flat gradient
79
 
menu.hilite.color:                      #830934
80
 
menu.hilite.colorTo:                    #000000
81
 
menu.hilite.textColor:                  #bfbfbf                 
82
 
 
83
 
 
84
 
 
85
 
# toolbar -----------------------
86
 
 
87
 
toolbar.bevelWidth:                     1
88
 
 
89
 
toolbar.borderWidth:                    1
90
 
toolbar.borderColor:                    #224550
91
 
 
92
 
toolbar.height:                         20
93
 
 
94
 
toolbar.justify:                        center
95
 
 
96
 
toolbar:                                flat
97
 
 
98
 
toolbar.pixmap:                                 
99
 
 
100
 
toolbar.color:                          #191616
101
 
toolbar.colorTo:                        #000000
102
 
 
103
 
toolbar.clock:                          flat gradient rectangle
104
 
toolbar.clock.justify:                  center
105
 
toolbar.clock.color:                    #000000
106
 
toolbar.clock.colorTo:                  #b10643
107
 
toolbar.clock.textColor:                #bfbfbf
108
 
 
109
 
toolbar.workspace:                      flat
110
 
toolbar.workspace.justify:              Center
111
 
toolbar.workspace.color:                #000000
112
 
toolbar.workspace.colorTo:              #b10643
113
 
toolbar.workspace.textColor:            #bfbfbf
114
 
 
115
 
toolbar.button:                         flat 
116
 
toolbar.button.color:                   #000000
117
 
toolbar.button.colorTo:                 #000000
118
 
toolbar.button.picColor:                #830934
119
 
toolbar.button.pressed:                 flat 
120
 
toolbar.button.pressed.color:           #bfbfbf
121
 
toolbar.button.pressed.colorTo:         #bfbfbf
122
 
toolbar.button.pressed.picColor:        #830934
123
 
 
124
 
toolbar.iconbar.empty:                  flat
125
 
toolbar.iconbar.empty.color:            #000000
126
 
toolbar.iconbar.empty.colorTo:          #000000
127
 
 
128
 
toolbar.iconbar.focused:                flat gradient
129
 
toolbar.iconbar.focused.color:          #830934
130
 
toolbar.iconbar.focused.colorTo:        #000000
131
 
toolbar.iconbar.focused.textColor:      #ffffff
132
 
toolbar.iconbar.focused.justify:        center
133
 
 
134
 
toolbar.iconbar.unfocused:              flat
135
 
toolbar.iconbar.unfocused.color:        #000000
136
 
toolbar.iconbar.unfocused.colorTo:      #000000
137
 
toolbar.iconbar.unfocused.textColor:    #6f6f6f
138
 
toolbar.iconbar.unfocused.justify:      center
139
 
 
140
 
 
141
 
 
142
 
# window ------------------------------
143
 
 
144
 
window.roundCorners:                    bottomleft bottomright
145
 
 
146
 
window.bevelWidth:                      1
147
 
window.shade:                           true
148
 
window.borderWidth:                     1
149
 
window.borderColor:                     #224550
150
 
 
151
 
window.justify:                         Center
152
 
 
153
 
window.title.height:                    20
154
 
 
155
 
window.title.focus:                     flat gradient rectangle
156
 
window.title.focus.color:               #000000
157
 
window.title.focus.colorTo:             #b10643
158
 
window.title.unfocus:                   flat
159
 
window.title.unfocus.color:             #212121
160
 
window.title.unfocus.colorTo:           #212121
161
 
 
162
 
window.label.focus:                     flat gradient rectangle
163
 
window.label.focus.color:               #000000
164
 
window.label.focus.colorTo:             #b10643
165
 
window.label.focus.textColor:           #bfbfbf
166
 
window.label.unfocus:                   flat gradient
167
 
window.label.unfocus.color:             #191616
168
 
window.label.unfocus.colorTo:           #000000
169
 
window.label.unfocus.textColor:         #bfbfbf
170
 
 
171
 
window.button.focus:                    flat
172
 
window.button.focus.color:              #4C4C4C
173
 
window.button.focus.colorTo:            #4C4C4C
174
 
window.button.focus.picColor:           #C5C5C5
175
 
window.button.unfocus:                  flat
176
 
window.button.unfocus.Color:            #4C4C4C
177
 
window.button.unfocus.ColorTo:          #4C4C4C
178
 
window.button.unfocus.picColor:         #797979
179
 
window.button.pressed:                  flat
180
 
window.button.pressed.color:            #4C4C4C
181
 
window.button.pressed.colorTo:          #4C4C4C
182
 
window.button.pressed.picColor:         #C5C5C5
183
 
 
184
 
window.handle.focus:                    flat
185
 
window.handle.focus.color:              #212121
186
 
window.handle.focus.colorTo:            #212121
187
 
window.handle.unfocus:                  flat
188
 
window.handle.unfocus.color:            #212121
189
 
window.handle.unfocus.colorTo:          #212121
190
 
window.handleWidth:                     3
191
 
 
192
 
window.grip.focus:                      flat
193
 
window.grip.focus.color:                #3F5F42
194
 
window.grip.focus.colorTo:              #3F5F42
195
 
window.grip.unfocus:                    flat
196
 
window.grip.unfocus.color:              #212121
197
 
window.grip.unfocus.colorTo:            #212121