~ubuntustudio-dev/ubuntustudio-look/UbuntuStudio.hardy

« back to all changes in this revision

Viewing changes to ubuntustudio-theme/gtk-2.0/gtkrc

  • Committer: Cory Kontros
  • Date: 2008-04-03 15:18:07 UTC
  • Revision ID: coryisatm@ubuntu.com-20080403151807-7qswejpzfjxphi6d
* Removed unneeded GDM files and added fixes for GTK theme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Ubuntu Studio 8.04 Hardy Colorscheme
 
1
# UbuntuStudio Colorscheme
2
2
#
3
3
# Authors:
4
4
# Conn O'Griofa  <connogriofa@gmail.com>
8
8
#
9
9
# Feel free to modify and share!
10
10
 
11
 
gtk_color_scheme = "fg_color:#CFCFCF\nbg_color:#525252\nbase_color:#FFF\ntext_color:#000\nselected_bg_color:#009BF9\nselected_fg_color:#FFF\ntooltip_bg_color:#323232\ntooltip_fg_color:#b2b2b2"
 
11
gtk_color_scheme = "fg_color:#BFBFBF\nbg_color:#525252\nbase_color:#FFF\ntext_color:#000\nselected_bg_color:#009BF9\nselected_fg_color:#FFF\ntooltip_bg_color:#323232\ntooltip_fg_color:#b2b2b2"
12
12
 
13
13
gtk-icon-sizes = "panel-menu=22,22"
14
14
 
245
245
        fg[NORMAL]      = shade (0.5, @base_color)
246
246
}
247
247
 
248
 
style "panelbg"
249
 
{
250
 
        xthickness        = 0
251
 
        ythickness        = 0
252
 
        bg_pixmap[NORMAL] = "panel/panel.png"
253
 
}
254
 
 
255
248
style "murrine-radiocheck" = "murrine-default"
256
249
{
257
250
        text[NORMAL] = @base_color # Text on Mouseover
329
322
widget_class "*.<GtkList>.<GtkButton>"          style "murrine-treeview-header"
330
323
widget_class "*.<GtkCList>.<GtkButton>"         style "murrine-treeview-header"
331
324
 
332
 
# Panel elements
333
 
class "*Panel*"                                 style "panelbg"
334
 
class "*panel*"                                 style "panelbg"
335
 
class "*notif*"                                 style "panelbg"
336
 
class "*Notif*"                                 style "panelbg"
337
 
class "*Tray*"                                  style "panelbg"
338
 
class "*tray*"                                  style "panelbg"
339
 
class "PanelMenuBar"                            style "panelbg"
340
 
 
341
325
# Workarounds for Evolution
342
326
widget_class "*.ETable.ECanvas"                 style "murrine-treeview-header"
343
327
widget_class "*.ETree.ECanvas"                  style "murrine-treeview-header"
428
412
widget_class "*Mail*" style "panel"
429
413
widget_class "*notif*" style "panel"
430
414
widget_class "*Notif*" style "panel"
431