- Timestamp:
- 01/09/09 06:14:52 (4 years ago)
- Location:
- pkg/boss/contrib/parsix-graphics/trunk
- Files:
-
- 3 edited
-
debian/changelog (modified) (1 diff)
-
themes/Aurora/gtk-2.0/gtkrc (modified) (8 diffs)
-
themes/Boss-Dark/index.theme (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/boss/contrib/parsix-graphics/trunk/debian/changelog
r4741 r4850 1 parsix-graphics (2.0.0~alpha0.4) unstable; urgency=low 2 3 * Updated Aurora and Boss-Dark themes 4 5 -- Alan Baghumian <alan@technotux.org> Thu, 08 Jan 2009 21:14:09 -0800 6 1 7 parsix-graphics (2.0.0~alpha0.3) unstable; urgency=low 2 8 -
pkg/boss/contrib/parsix-graphics/trunk/themes/Aurora/gtk-2.0/gtkrc
r2622 r4850 16 16 17 17 18 18 19 #default color scheme 19 gtk_color_scheme = "fg_color:#000000\nbg_color:# d4d4d4\nbase_color:#ffffff\ntext_color:#000000\nselected_bg_color:#0c90c7\nselected_fg_color:#ffffff"20 gtk-menu-popup-delay = 5020 gtk_color_scheme = "fg_color:#000000\nbg_color:#C7C7C7\nbase_color:#ffffff\ntext_color:#000000\nselected_bg_color:#247EB3\nselected_fg_color:#ffffff\ntooltip_bg_color:#634110\ntooltip_fg_color:#FFFFFF" 21 gtk-menu-popup-delay = 40 21 22 22 23 style "theme-default" … … 30 31 GtkRange::trough-border = 0 31 32 GtkRange::slider-width = 19 32 GtkRange::stepper-size = 1 733 GtkRange::stepper-size = 19 33 34 34 35 GtkScrollbar::min_slider_length = 36 … … 59 60 60 61 #set to the same as roundness, used for better hotspot selection of tabs 61 GtkNotebook::tab-curvature = 362 GtkNotebook::tab-curvature = 2 62 63 GtkNotebook::tab-overlap = 4 63 64 … … 73 74 GtkTreeView::horizontal_separator = 2 74 75 GtkTreeView::odd_row_color = mix(0.98, shade (0.93, @base_color), @selected_bg_color) 76 77 GtkScrolledWindow::scrollbar-spacing = 0 78 GtkScrolledWindow::scrollbars-within-bevel = 1 75 79 76 80 xthickness = 1 … … 84 88 85 89 bg[NORMAL] = @bg_color 86 bg[ACTIVE] = shade ( 1.0233,@bg_color)90 bg[ACTIVE] = shade (0.95,@bg_color) 87 91 bg[PRELIGHT] = mix(0.92, shade (1.1,@bg_color), @selected_bg_color) 88 92 bg[SELECTED] = @selected_bg_color 89 bg[INSENSITIVE] = shade (1.0 3,@bg_color)93 bg[INSENSITIVE] = shade (1.06,@bg_color) 90 94 91 95 base[NORMAL] = @base_color 92 96 base[ACTIVE] = shade (0.65,@base_color) 93 97 base[PRELIGHT] = @base_color 94 base[SELECTED] = @selected_bg_color98 base[SELECTED] = @selected_bg_color 95 99 base[INSENSITIVE] = shade (1.025,@bg_color) 96 100 … … 103 107 engine "aurora" 104 108 { 105 menubarstyle = 1 # 0 = flat, 1 = gradient 106 curvature = 6.2107 arrowsize = 1.0 # controls combo_arrow circle size. Diameter set by (11 + 2 * arrowsize)109 menubarstyle = 1 # 0 = flat, 1 = gradient, 2 = sunken 110 curvature = 2.0 111 arrowsize = 1.0# controls combo_arrow circle size. Diameter set by (11 + 2 * arrowsize) 108 112 old_arrowstyle = FALSE #set to TRUE for original circled arrows 109 113 animation = TRUE # FALSE = disabled, TRUE = enabled … … 124 128 } 125 129 126 style "theme-widest" = "theme-default" 127 { 128 xthickness = 4 129 ythickness = 3 130 } 131 132 style "theme-button" = "theme-widest" 133 { 134 bg[NORMAL] = shade (1.09,@bg_color) 135 bg[ACTIVE] = shade (0.85,@bg_color) 136 bg[PRELIGHT] = mix(0.93, shade (1.13,@bg_color), @selected_bg_color) 137 } 138 139 style "theme-entry" = "theme-button" 140 { 130 style "theme-button" = "theme-wider" 131 { 132 bg[NORMAL] = shade (1.16,@bg_color) 133 bg[ACTIVE] = shade (0.84,@bg_color) 134 bg[PRELIGHT] = mix(0.93, shade (1.11,@bg_color), shade (1.04,@selected_bg_color)) 135 bg[SELECTED] = shade (1.10,@selected_bg_color) 136 engine "aurora" 137 { 138 curvature = 2.5 139 } 140 } 141 142 style "theme-entry" = "theme-button" { ythickness = 4 } 143 144 style "theme-frame" = "theme-wide" { } 145 146 style "theme-toolbar" 147 { 148 xthickness = 2 149 ythickness = 2 150 bg[NORMAL] = shade (1.078,@bg_color) #mix(0.98, shade (1.0475,@bg_color), shade (1.1,@selected_bg_color)) #slightly tinted 151 } 152 153 154 style "theme-handlebox" 155 { 156 bg[NORMAL] = shade (0.95,@bg_color) 157 } 158 159 style "theme-scale" 160 { 161 bg[NORMAL] = shade (1.06, @bg_color) 162 bg[PRELIGHT] = mix(0.85, shade (1.1,@bg_color), @selected_bg_color) 163 bg[SELECTED] = shade (1.10,@selected_bg_color) 164 } 165 166 style "theme-range" 167 { 168 bg[NORMAL] = shade (1.12,@bg_color)#shade (1.085,@bg_color) 169 bg[ACTIVE] = @bg_color 170 bg[PRELIGHT] = mix(0.95, shade (1.10,@bg_color), @selected_bg_color) 171 172 #Arrows 173 text[NORMAL] = shade (0.275,@fg_color) #shade (0.925,@fg_color) 174 text[PRELIGHT] = @selected_fg_color 175 text[ACTIVE] = shade (0.10,@fg_color) 176 text[INSENSITIVE] = mix (0.80,shade (0.90,@bg_color),@fg_color) 177 } 178 179 style "theme-notebook" = "theme-wider" 180 { 181 bg[NORMAL] = shade (1.08,@bg_color) 182 fg[ACTIVE] = shade (0.32, @bg_color) 183 fg[ACTIVE] = shade (0.32, @bg_color) 184 bg[ACTIVE] = shade (0.87,@bg_color) 185 } 186 187 style "theme-paned" { 188 bg[PRELIGHT] = shade (1.1,@bg_color) 189 } 190 191 192 style "theme-panel"{ 193 # fg[NORMAL] = shade (1.1, @bg_color) 194 # bg[NORMAL] = shade (0.2, @bg_color) 195 # bg[PRELIGHT] = @selected_bg_color 196 # Menu 197 fg[PRELIGHT] = @selected_fg_color 198 #bg[SELECTED] = @selected_bg_color 199 font_name = "Bold 9" 200 text[PRELIGHT] = @selected_fg_color 201 #text[SELECTED] = @selected_bg_color 202 #text[NORMAL] = shade (1.1, @bg_color) 203 } 204 205 206 style "theme-menu" 207 { 208 xthickness = 0 209 ythickness = 0 210 bg[NORMAL] = shade (1.16,@bg_color) 211 text[PRELIGHT] = @selected_fg_color 212 fg[PRELIGHT] = @selected_fg_color 213 214 } 215 216 style "theme-menu-item" = "theme-menu" 217 { 218 xthickness = 3 219 ythickness = 3 220 #font_name = "Bold 9" 221 #text[PRELIGHT] = @selected_fg_color 222 #fg[PRELIGHT] = @selected_fg_color 223 224 } 225 226 style "theme-menubar" 227 { 228 # xthickness = 0 229 # ythickness = 0 230 #bg[NORMAL] = shade (0.95,@bg_color) 231 } 232 style "theme-menubar-item" = "theme-menu-item" { 233 # xthickness = 4 234 # ythickness = 4 235 #font_name = "Bold 9" 236 #fg[NORMAL] = @selected_fg_color 237 #text[PRELIGHT] = @selected_fg_color 238 #fg[PRELIGHT] = @selected_fg_color 239 #text[INSENSITIVE] = shade (0.60,@selected_fg_color) 240 #fg[INSENSITIVE] = shade (0.60,@selected_fg_color) 241 } 242 243 style "theme-tree" 244 { 245 xthickness = 2 246 ythickness = 1 247 248 font_name = "Bold 9" 249 GtkWidget::focus-padding = 0 250 251 bg[NORMAL] = shade (1.05,@bg_color) 252 bg[PRELIGHT] = shade (1.15,@bg_color) 253 bg[ACTIVE] = mix(0.87, shade (1.05,@bg_color), @selected_bg_color) 254 } 255 256 style "theme-tree-arrow" 257 { 258 bg[NORMAL] = mix(0.70, shade (0.60,@bg_color), shade (0.80,@selected_bg_color)) 259 bg[PRELIGHT] = mix(0.80, @bg_color, @selected_bg_color) 260 261 } 262 263 style "theme-progressbar" 264 { 265 font_name = "Bold" 266 bg[NORMAL] = shade (1.20,@bg_color) 267 bg[SELECTED] = @selected_bg_color 268 fg[PRELIGHT] = @selected_fg_color 269 } 270 271 style "theme-tooltips" = "theme-wider" 272 { 273 bg[NORMAL] = @tooltip_bg_color 274 fg[NORMAL] = @tooltip_fg_color 275 text[NORMAL] = @tooltip_fg_color 276 } 277 278 style "theme-combo" = "theme-button" { 141 279 xthickness = 4 142 280 ythickness = 4 143 281 } 144 282 145 style "theme-frame" = "theme-wide" 146 { 147 GtkWidget::draw-border = {1,1,1,1} 148 } 149 150 style "theme-toolbar" = "theme-default" 151 { 152 bg[NORMAL] = shade (1.075,@bg_color) #mix(0.98, shade (1.0475,@bg_color), shade (1.1,@selected_bg_color)) #slightly tinted 153 } 154 155 style "theme-handlebox" = "theme-default" 156 { 157 bg[NORMAL] = shade (0.95,@bg_color) 158 } 159 160 style "theme-scale" = "theme-default" 161 { 162 bg[NORMAL] = shade (1.05, @bg_color) 163 bg[PRELIGHT] = mix(0.85, shade (1.1,@bg_color), @selected_bg_color) 164 #bg[NORMAL] = shade (0.75,@bg_color) 165 #bg[PRELIGHT] = shade (0.90,@bg_color) 166 } 167 168 style "theme-range" = "theme-default" 169 { 170 bg[NORMAL] = shade (1.085,@bg_color)#shade (1.085,@bg_color) 171 bg[ACTIVE] = @bg_color 172 bg[PRELIGHT] = mix(0.90, shade (1.1,@bg_color), @selected_bg_color) 173 174 #Arrows 175 text[NORMAL] = shade (0.275,@selected_fg_color) #shade (0.925,@fg_color) 176 text[PRELIGHT] = @selected_fg_color 177 text[ACTIVE] = shade (0.10,@selected_fg_color) 178 text[INSENSITIVE] = mix (0.80,shade (0.90,@bg_color),@fg_color) 179 } 180 181 style "theme-notebook" = "theme-wider" 182 { 183 bg[NORMAL] = shade (1.08,@bg_color) 184 fg[ACTIVE] = shade (0.30, @bg_color) 185 bg[ACTIVE] = shade (0.92,@bg_color) 186 } 187 188 style "theme-paned" = "theme-default" { 189 bg[PRELIGHT] = shade (1.1,@bg_color) 190 } 191 192 style "theme-menu" = "theme-default" 283 style "theme-combo-box" = "theme-button" { 284 xthickness = 3 285 ythickness = 2 286 } 287 288 style "theme-entry-combo-box" = "theme-button" { 289 xthickness = 6 290 ythickness = 3 291 } 292 293 style "theme-combo-arrow" = "theme-button" 294 { 295 xthickness = 1 296 ythickness = 1 297 } 298 299 style "theme-view" 193 300 { 194 301 xthickness = 0 195 302 ythickness = 0 196 bg[NORMAL] = shade (1.15,@bg_color) 197 } 198 199 style "theme-menu-item" = "theme-menu" 200 { 201 xthickness = 3 202 ythickness = 3 203 204 fg[PRELIGHT] = @selected_fg_color 205 text[PRELIGHT] = @selected_fg_color 206 } 207 208 style "theme-menubar" = "theme-default" { } 209 style "theme-menubar-item" = "theme-default" {} 210 211 style "theme-tree" = "theme-default" 212 { 213 xthickness = 2 214 ythickness = 1 215 216 GtkWidget::focus-padding = 0 217 218 bg[NORMAL] = shade (1.10,@bg_color) 219 bg[PRELIGHT] = shade (1.30,@bg_color) 220 bg[ACTIVE] = mix(0.85, shade (1.05,@bg_color), @selected_bg_color) 221 } 222 223 style "theme-tree-arrow" = "theme-default" 224 { 225 bg[NORMAL] = mix(0.70, shade (0.75,@bg_color), shade (0.80,@selected_bg_color)) 226 bg[PRELIGHT] = mix(0.80, @bg_color, @selected_bg_color) 227 } 228 229 style "theme-tooltips" = "theme-widest" 230 { 231 bg[NORMAL] = shade (0.50,@selected_bg_color) 232 fg[NORMAL] = @selected_fg_color 233 text[NORMAL] = @selected_fg_color 234 } 235 236 style "theme-progressbar" = "theme-default" 237 { 238 #bg[NORMAL] = shade (1.2,@bg_color) 239 fg[PRELIGHT] = @selected_fg_color 240 } 241 242 style "theme-combo" = "theme-button" { 243 GtkButton::inner-border = { 0, 1, 0, 0 } 244 xthickness = 4 245 ythickness = 4 246 } 247 248 style "theme-combo-box" = "theme-button" { 249 xthickness = 4 250 ythickness = 2 251 } 252 253 style "theme-combo-arrow" = "theme-button" 254 { 255 xthickness = 1 256 ythickness = 1 257 } 258 259 style "theme-view" = "theme-default" 303 } 304 305 style "theme-check-radio-buttons" = "theme-button" 306 { 307 GtkWidget::interior-focus = 0 308 GtkWidget::focus-padding = 1 309 text[SELECTED] = @selected_fg_color 310 text[INSENSITIVE] = shade (0.625,@bg_color) 311 base[PRELIGHT] = mix(0.80, @base_color, @selected_bg_color) 312 bg[INSENSITIVE] = shade (1.10,@bg_color) 313 bg[SELECTED] = @selected_bg_color 314 } 315 316 style "theme-calendar" 260 317 { 261 318 xthickness = 0 262 319 ythickness = 0 263 } 264 265 style "theme-check-radio-buttons" = "theme-button" 266 { 267 GtkWidget::interior-focus = 0 268 GtkWidget::focus-padding = 1 269 text[SELECTED] = @selected_fg_color 270 text[INSENSITIVE] = shade (0.625,@bg_color) 271 base[PRELIGHT] = mix(0.80, @base_color, @selected_bg_color) 272 } 273 274 #nautilus search stripe and other specialties 275 style "extra-view" { 276 bg[NORMAL] = shade(0.6,@bg_color) 277 fg[NORMAL] = @selected_fg_color 278 } 279 280 281 #nautilus search stripe 282 widget "*.nautilus-extra-view-widget" style:highest "extra-view" 283 widget "*.nautilus-extra-view-widget.*.GtkLabel*" style:highest "extra-view" 284 widget "*.nautilus-extra-view-widget.*Button*.GtkLabel*" style:highest "theme-button" 320 bg[NORMAL] = shade (0.92,@bg_color) 321 bg[PRELIGHT] = shade (0.92,@bg_color) 322 bg[ACTIVE] = shade (0.85,@bg_color) 323 text[PRELIGHT] = @selected_fg_color 324 } 285 325 286 326 # widget styles 287 327 class "GtkWidget" style "theme-default" 288 class "GtkCheckButton" style "theme-check-radio-buttons"289 328 class "GtkScale" style "theme-scale" 290 329 class "GtkRange" style "theme-range" … … 292 331 class "GtkFrame" style "theme-frame" 293 332 class "GtkMenu" style "theme-menu" 333 class "GtkMenuBar" style "theme-menubar" 294 334 class "GtkEntry" style "theme-entry" 295 class "GtkMenuItem" style "theme-menu-item"296 335 class "GtkProgressBar" style "theme-progressbar" 297 336 class "GtkToolbar" style "theme-toolbar" 298 class "GtkHandleBox*" style "theme-handlebox"299 #class "GtkMenuBar" style "theme-menubar"300 337 class "GtkSeparator" style "theme-wide" 301 class "GtkArrow" style "theme-combo-arrow" 338 class "GtkCalendar" style "theme-calendar" 339 340 widget_class "*<GtkMenuItem>*" style "theme-menu-item" 341 widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "theme-menubar-item" 342 widget_class "*<GtkSeparatorMenuItem>*" style "theme-separator-menu-item" 302 343 303 344 widget_class "*<GtkButton>" style "theme-button" 304 305 # menus 306 widget_class "*.<GtkMenuItem>.*" style "theme-menu-item" 345 widget_class "*<GtkCheckButton>" style "theme-check-radio-buttons" 346 widget_class "*<GtkHandleBox>" style "theme-handlebox" 347 348 widget_class "*<GtkNotebook>" style "theme-notebook" 349 widget_class "*<GtkNotebook>*<GtkEventBox>" style "theme-notebook" 350 widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "theme-notebook" 351 widget_class "*<GtkNotebook>*<GtkLayout>" style "theme-notebook" 352 widget_class "*<GtkNotebook>*<GtkViewport>" style "theme-notebook" 353 widget_class "*<GtkNotebook>.<GtkLabel>*" style "theme-notebook" #for tabs 307 354 308 355 # combobox stuff 309 widget_class "* .GtkCombo*" style "theme-combo"310 widget_class "* .GtkComboBox*" style "theme-combo-box"311 widget_class "*.GtkComboBoxEntry*" style "theme-combo"312 widget_class "*.GtkSpinButton*" style "theme-combo"356 widget_class "*<GtkCombo>*" style "theme-combo" 357 widget_class "*<GtkComboBox>*<GtkButton>" style "theme-combo-box" 358 #widget_class "*<GtkComboBoxEntry>*" style "theme-entry-combo-box" 359 #widget_class "*<GtkSpinButton>*" style "theme-combo" 313 360 314 361 # tooltips stuff 315 widget "gtk-tooltips*" style "theme-tooltips"316 362 widget "gtk-tooltip*" style "theme-tooltips" 317 363 318 319 widget_class "*<GtkNotebook>" style "theme-notebook"320 widget_class "*.GtkNotebook.*GtkEventBox" style "theme-notebook"321 widget_class "*.GtkNotebook.*GtkViewport" style "theme-notebook"322 widget_class "*.GtkNotebook.GtkLabel*" style "theme-notebook" #for tabs323 324 364 # treeview stuff 325 widget_class "*.<GtkTreeView>.GtkButton" style "theme-tree" 326 widget_class "*.GtkCTree.GtkButton" style "theme-tree" 327 widget_class "*.GtkList.GtkButton" style "theme-tree" 328 widget_class "*.GtkCList.GtkButton" style "theme-tree" 329 widget_class "*.ETree*" style "theme-tree" #evolution 365 widget_class "*<GtkTreeView>.<GtkButton>*" style "theme-tree" 366 widget_class "*<GtkCTree>.<GtkButton>*" style "theme-tree" 367 widget_class "*<GtkList>.<GtkButton>*" style "theme-tree" 368 widget_class "*<GtkCList>.<GtkButton>*" style "theme-tree" 330 369 331 370 #For arrow bg 332 widget_class "*.<GtkTreeView>.GtkButton.*GtkArrow" style "theme-tree-arrow" 333 widget_class "*.GtkCTree.GtkButton.*GtkArrow" style "theme-tree-arrow" 334 widget_class "*.GtkList.GtkButton.*GtkArrow" style "theme-tree-arrow" 371 widget_class "*<GtkTreeView>.<GtkButton>*<GtkArrow>" style "theme-tree-arrow" 372 widget_class "*<GtkCTree>.<GtkButton>*<GtkArrow>" style "theme-tree-arrow" 373 widget_class "*<GtkList>.<GtkButton>*<GtkArrow>" style "theme-tree-arrow" 374 375 376 ####################################################### 377 ## GNOME specific 378 ####################################################### 379 380 #Panel 381 #widget "*PanelWidget*" style "theme-toolbar" 382 #widget "*PanelApplet*" style "theme-panel" 383 #widget "*fast-user-switch*" style "theme-panel" # Workaround for Fast User Switch applet 384 #class "PanelApp*" style "theme-toolbar" 385 #class "PanelToplevel*" style "theme-toolbar" 386 387 widget_class "*.ETree.ECanvas" style "theme-tree" #evolution 388 widget_class "*.ETable.ECanvas" style "theme-tree" #evolution 335 389 336 390 style "panelbuttons" = "theme-button" 337 391 { 338 392 # as buttons are draw lower this helps center text 393 xthickness = 3 339 394 ythickness = 3 340 395 } 341 396 342 widget_class "*Panel*GtkToggleButton*" style "panelbuttons" 397 widget_class "*Panel*<GtkButton>*" style "panelbuttons" 398 399 #nautilus search stripe and other specialties 400 style "extra-view" = "theme-default"{ 401 bg[NORMAL] = shade(0.4,@bg_color) 402 fg[NORMAL] = @selected_fg_color 403 } 404 #nautilus search stripe 405 widget "*.nautilus-extra-view-widget.*Button*.GtkLabel*" style:highest "theme-button" 406 widget "*.nautilus-extra-view-widget" style:highest "extra-view" 407 widget "*.nautilus-extra-view-widget.*.GtkLabel*" style:highest "extra-view" 343 408 344 409 # Blurry icons -
pkg/boss/contrib/parsix-graphics/trunk/themes/Boss-Dark/index.theme
r4739 r4850 2 2 Name=Boss-Dark 3 3 Type=X-GNOME-Metatheme 4 Comment= Parsix GNU/Linux 2.0 `BOSS` Default Theme4 Comment= 5 5 6 6 [X-GNOME-Metatheme] 7 GtkTheme=Aurora -Midnight7 GtkTheme=Aurora 8 8 MetacityTheme=Parsix 9 9 IconTheme=Human 10 GtkColorScheme=fg_color:#d4d4d4d4d4d4,bg_color:#333333333333,text_color:#d4d4d4d4d4d4,base_color:#474747474747,selected_fg_color:#ffffffffffff,selected_bg_color:#54a554a554a5,tooltip_fg_color:#000000000000,tooltip_bg_color:#000000000000 11 CursorTheme=DMZ-Black 12 CursorSize=18 10 GtkColorScheme=fg_color:#d4d4d4d4d4d4,bg_color:#333333333333,text_color:#000000000000,base_color:#94a594a594a5,selected_fg_color:#000000000000,selected_bg_color:#5ef75ef75ef7,tooltip_fg_color:#ffffffffffff,tooltip_bg_color:#3e3e3e3e3e3e 13 11 NotificationTheme=standard
Note: See TracChangeset
for help on using the changeset viewer.


