| 1 | # Theme Name : Glider |
|---|
| 2 | # Author(s) : Link Dupont <link@subpop.net> |
|---|
| 3 | # Description : A very basic, conservative theme, using the Smooth engine and |
|---|
| 4 | # HIG colors. |
|---|
| 5 | # This is Glider, the gnome-themes version of SmoothGNOME.. |
|---|
| 6 | |
|---|
| 7 | style "default" |
|---|
| 8 | { |
|---|
| 9 | GtkWidget::interior_focus = 0 |
|---|
| 10 | GtkWidget::focus-line-pattern = "" |
|---|
| 11 | GtkWidget::focus_padding = 0 |
|---|
| 12 | |
|---|
| 13 | GtkButton::default_spacing = 8 |
|---|
| 14 | GtkButton::default_border = {0,0,0,0} |
|---|
| 15 | GtkButton::default_outside_border = {0,0,0,0} |
|---|
| 16 | |
|---|
| 17 | GtkCheckButton::indicator_size = 14 |
|---|
| 18 | GtkRadioButton::indicator_size = 12 |
|---|
| 19 | |
|---|
| 20 | GtkPaned::handle_size = 6 |
|---|
| 21 | |
|---|
| 22 | GtkRange::trough_border = 2 |
|---|
| 23 | GtkRange::slider_width = 15 |
|---|
| 24 | GtkRange::stepper_size = 15 |
|---|
| 25 | GtkRange::stepper_spacing = 0 |
|---|
| 26 | |
|---|
| 27 | fg[ACTIVE] = "#000000" # Black |
|---|
| 28 | fg[SELECTED] = "#FFFFFF" # White |
|---|
| 29 | fg[NORMAL] = "#000000" # Black |
|---|
| 30 | fg[PRELIGHT] = "#000000" # Black |
|---|
| 31 | fg[INSENSITIVE] = "#565248" # 3D Shadow |
|---|
| 32 | |
|---|
| 33 | bg[ACTIVE] = "#BAB5AB" # Basic 3D Medium |
|---|
| 34 | bg[SELECTED] = "#7590AE" # Blue Medium |
|---|
| 35 | bg[NORMAL] = "#EAE8E3" # Basic 3D Hilight |
|---|
| 36 | bg[PRELIGHT] = "#F2F0EB" # Variant of Basic 3D Hilight |
|---|
| 37 | bg[INSENSITIVE] = "#EAE8E3" # Basic 3D Hilight |
|---|
| 38 | |
|---|
| 39 | base[ACTIVE] = "#BAB5AB" # Basic 3D Medium |
|---|
| 40 | base[SELECTED] = "#7590AE" # Blue Medium |
|---|
| 41 | base[NORMAL] = "#FFFFFF" # White |
|---|
| 42 | base[PRELIGHT] = "#FFFFFF" # White |
|---|
| 43 | base[INSENSITIVE] = "#DEDCD7" # Variant of Basic 3D Highlight |
|---|
| 44 | |
|---|
| 45 | text[ACTIVE] = "#000000" # Black |
|---|
| 46 | text[SELECTED] = "#FFFFFF" # White |
|---|
| 47 | text[NORMAL] = "#000000" # Black |
|---|
| 48 | text[PRELIGHT] = "#000000" # Black |
|---|
| 49 | text[INSENSITIVE] = "#565248" # 3D Shadow |
|---|
| 50 | |
|---|
| 51 | engine "glide" {} |
|---|
| 52 | } |
|---|
| 53 | widget_class "*" style "default" |
|---|
| 54 | |
|---|
| 55 | style "menuitem" |
|---|
| 56 | { |
|---|
| 57 | bg[PRELIGHT] = "#7590AE" |
|---|
| 58 | fg[PRELIGHT] = "#FFFFFF" |
|---|
| 59 | base[PRELIGHT] = "#7590AE" |
|---|
| 60 | text[PRELIGHT] = "#FFFFFF" |
|---|
| 61 | } |
|---|
| 62 | class "*MenuItem*" style "menuitem" |
|---|
| 63 | widget_class "*MenuItem*" style "menuitem" |
|---|
| 64 | |
|---|
| 65 | style "scale" |
|---|
| 66 | { |
|---|
| 67 | GtkRange::trough_border = 0 |
|---|
| 68 | GtkRange::slider-width = 22 |
|---|
| 69 | GtkScale::slider-length = 10 |
|---|
| 70 | } |
|---|
| 71 | widget_class "*VScale*" style "scale" |
|---|
| 72 | class "*VScale*" style "scale" |
|---|
| 73 | widget_class "*HScale*" style "scale" |
|---|
| 74 | class "*HScale*" style "scale" |
|---|
| 75 | |
|---|
| 76 | style "toolbar" |
|---|
| 77 | { |
|---|
| 78 | bg[PRELIGHT] = "#7590AE" |
|---|
| 79 | base[PRELIGHT] = "#7590AE" |
|---|
| 80 | } |
|---|
| 81 | widget_class "*BonoboDockItem" style "toolbar" |
|---|
| 82 | class "*BonoboDockItem" style "toolbar" |
|---|
| 83 | |
|---|
| 84 | widget_class "*HandleBox" style "toolbar" |
|---|
| 85 | class "*HandleBox" style "toolbar" |
|---|
| 86 | |
|---|
| 87 | widget_class "*Toolbar" style "toolbar" |
|---|
| 88 | class "*Toolbar" style "toolbar" |
|---|
| 89 | |
|---|
| 90 | widget_class "*MenuBar" style "toolbar" |
|---|
| 91 | class "*MenuBar" style "toolbar" |
|---|
| 92 | |
|---|
| 93 | style "progressbar" |
|---|
| 94 | { |
|---|
| 95 | bg[PRELIGHT] = "#7590AE" |
|---|
| 96 | fg[PRELIGHT] = "#FFFFFF" # White |
|---|
| 97 | xthickness = 1 |
|---|
| 98 | ythickness = 1 |
|---|
| 99 | } |
|---|
| 100 | widget_class "*ProgressBar*" style "progressbar" |
|---|
| 101 | |
|---|
| 102 | style "tooltip" |
|---|
| 103 | { |
|---|
| 104 | bg[NORMAL] = "#FFF1BE" # Variant of Accent Yellow |
|---|
| 105 | fg[NORMAL] = "#000000" |
|---|
| 106 | } |
|---|
| 107 | widget "gtk-tooltips" style "tooltip" |
|---|
| 108 | |
|---|
| 109 | style "textentry" |
|---|
| 110 | { |
|---|
| 111 | bg[INSENSITIVE] = "#DEDCD7" # Varient of Basic 3D Highlight |
|---|
| 112 | base[INSENSITIVE] = "#DEDCD7" # Varient of Basic 3D Highlight |
|---|
| 113 | } |
|---|
| 114 | widget_class "*GtkEntry" style "textentry" |
|---|
| 115 | |
|---|
| 116 | style "treeview" |
|---|
| 117 | { |
|---|
| 118 | GtkWidget::focus_padding = 1 |
|---|
| 119 | } |
|---|
| 120 | widget_class "*TreeView*" style "treeview" |
|---|
| 121 | |
|---|
| 122 | style "ephybug" |
|---|
| 123 | { |
|---|
| 124 | GtkWidget::interior_focus = 1 |
|---|
| 125 | } |
|---|
| 126 | widget "*Ephy*Location*" style "ephybug" |
|---|