dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

gtkrc (7037B)


      1 # Solarizetheme, based on Murrina333
      2  
      3 gtk_color_scheme = "fg_color:#fdf6e3\nbg_color:#002b36\nbase_color:#073642\ntext_color:#657b83\nselected_bg_color:#586e75\nselected_fg_color:#657b83"
      4  
      5 gtk-button-images = 1
      6 gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=16,16"
      7 gtk-menu-images = 1
      8 style "theme-default"
      9 {
     10   GtkButton      ::default_border    = { 0, 0, 0, 0 }
     11   GtkRange       ::trough_border     = 0
     12   GtkPaned       ::handle_size       = 6
     13   GtkRange       ::slider_width      = 7
     14   GtkRange       ::stepper_size      = 0
     15  
     16   GtkScrollbar   ::min_slider_length = 30
     17   GtkCheckButton ::indicator_size    = 10
     18   GtkRadioButton ::indicator_size    = 10
     19   GtkMenuBar     ::internal-padding  = 0
     20   GtkTreeView    ::expander_size     = 14
     21   GtkExpander    ::expander_size     = 16
     22   GtkScale       ::slider-length     = 16
     23  
     24  
     25  
     26   xthickness = 1
     27   ythickness = 1
     28  
     29   fg[NORMAL]        = @fg_color
     30   fg[PRELIGHT]      = @selected_fg_color
     31   fg[SELECTED]      = @selected_fg_color
     32   fg[ACTIVE]        = darker (@fg_color)
     33   fg[INSENSITIVE]   = @fg_color
     34  
     35   bg[NORMAL]        = @bg_color
     36   bg[PRELIGHT]      = @selected_bg_color
     37   bg[SELECTED]      = @selected_bg_color
     38   bg[INSENSITIVE]   = @bg_color
     39   bg[ACTIVE]        = @bg_color
     40  
     41   base[NORMAL]          =  @base_color
     42   base[ACTIVE]          =  shade (0.7,@base_color)
     43   base[PRELIGHT]        =  @base_color
     44   base[SELECTED]    =  @selected_bg_color
     45   base[INSENSITIVE]     =  shade (1.025,@bg_color)
     46  
     47   text[NORMAL]          =  @text_color
     48   text[ACTIVE]          =  @text_color
     49   text[PRELIGHT]        =  @text_color
     50   text[SELECTED]        =  @selected_fg_color
     51   text[INSENSITIVE]     =  @fg_color
     52  
     53   engine "murrine"
     54   {
     55         menuitemstyle           = 2
     56         scrollbar_color         = "#cb4b16"
     57         scrollbarstyle          = 0
     58         contrast                        = 1.0
     59         menustyle                       = 0
     60         glazestyle                      = 0
     61         menubarstyle            = 0
     62         menubaritemstyle        = 0
     63         menuitemstyle           = 0
     64         listviewheaderstyle = 0
     65         listviewstyle           = 1
     66         gradients                       = FALSE
     67         roundness                       = 0
     68         animation                       = TRUE
     69     hilight_ratio               = 0.909090
     70   }
     71 }
     72  
     73  
     74 style "theme-wide" = "theme-default"
     75 {
     76         xthickness = 2
     77         ythickness = 2
     78 }
     79  
     80 style "theme-wider" = "theme-default"
     81 {
     82         xthickness = 2
     83         ythickness = 2
     84 }
     85  
     86 style "theme-entry" = "theme-wider"
     87 {
     88     bg[SELECTED]            = @selected_bg_color
     89 }
     90  
     91 style "theme-button" = "theme-wider"
     92 {
     93         xthickness              = 0
     94         ythickness              = 0
     95   #bg[NORMAL]      = @bg_color
     96   #bg[INSENSITIVE] = @bg_color
     97   #bg[PRELIGHT]         = @bg_color
     98   #bg[ACTIVE]           = @bg_color
     99         text[PRELIGHT]  = @selected_fg_color
    100  
    101 }
    102  
    103  
    104 style "theme-notebook" = "theme-wide"
    105 {
    106   #bg[NORMAL]      = @bg_color
    107   #bg[INSENSITIVE] = @bg_color
    108         bg[SELECTED]    = @selected_bg_color
    109 }
    110  
    111 style "theme-tasklist" = "theme-default"
    112 {
    113         xthickness = 4
    114         ythickness = 2
    115 }
    116  
    117 style "theme-menu" = "theme-default"
    118 {
    119         xthickness = 2
    120         ythickness = 2
    121         bg[NORMAL] = @bg_color
    122 }
    123  
    124 style "theme-menu-item" = "theme-default"
    125 {
    126   ythickness = 3
    127         fg[NORMAL]              = @fg_color
    128         fg[PRELIGHT]            = @selected_fg_color
    129         fg[INSENSITIVE] = @selected_fg_color
    130         bg[SELECTED]        = @selected_bg_color
    131 }
    132  
    133  
    134 style "theme-menubar" = "theme-default"
    135 {
    136         bg[NORMAL] = @bg_color
    137 }
    138  
    139 style "theme-menubar-item"
    140 {
    141         ythickness              = 2
    142         fg[PRELIGHT]    = @selected_fg_color
    143 }
    144  
    145 style "theme-tree" = "theme-default"
    146 {
    147         xthickness = 2
    148         ythickness = 2
    149         # bg[NORMAL] = @selected_fg_color
    150 }
    151  
    152 style "theme-frame-title" = "theme-default"
    153 {
    154  
    155         fg[NORMAL] = @fg_color
    156 }
    157  
    158 style "theme-tooltips" = "theme-default"
    159 {
    160         xthickness = 2
    161         ythickness = 2
    162         bg[NORMAL] = @bg_color
    163 }
    164  
    165 style "theme-progressbar" = "theme-wide"
    166 {
    167         xthickness      = 2
    168         ythickness      = 2
    169         #fg[PRELIGHT]  = "#ff0000" # @bg_color
    170         bg[NORMAL]    = @bg_color # outline of progressbar
    171           bg[SELECTED]      = @selected_bg_color # progressbar color
    172 }
    173  
    174 style "theme-scrollbar" = "theme-default"
    175 {
    176  
    177 }
    178  
    179 style "theme-combo" = "theme-button"
    180 {
    181         #
    182 }
    183  
    184 style "metacity-frame"
    185 {
    186           bg[SELECTED]      = @selected_bg_color
    187         fg[SELECTED]  = @selected_fg_color
    188 }
    189  
    190 class "MetaFrames"      style "metacity-frame"
    191 class "GtkWindow"       style "metacity-frame"
    192  
    193  
    194 style "inactivetext2"
    195 {
    196         engine "mist"
    197         {
    198                 #
    199         }
    200 }
    201  
    202 widget_class "*.<GtkMenuItem>.*" style "inactivetext2"
    203  
    204 style "panel"
    205 {
    206         xthickness   = 2
    207         ythickness   = 2
    208         bg[NORMAL]   = @bg_color
    209         fg[NORMAL]   = @fg_color
    210         text[NORMAL] = @fg_color
    211 }
    212  
    213 style "panelbuttons"
    214 {
    215         xthickness      = 0
    216         ythickness      = 0
    217     bg[NORMAL]          = @bg_color
    218     bg[ACTIVE]          = @bg_color
    219     bg[SELECTED]        = @selected_bg_color
    220     bg[PRELIGHT]        = @bg_color
    221    
    222     fg[NORMAL]          = @fg_color
    223     fg[ACTIVE]          = @selected_fg_color
    224     fg[PRELIGHT]        = @selected_fg_color
    225 }
    226  
    227 class "*Panel*"                                                 style "panel"
    228 widget_class "*Panel*GtkToggleButton"   style "panelbuttons"
    229 widget_class "*Panel*Button"                    style "panelbuttons"
    230 widget_class "*Panel*b*"                                style "panelbuttons"
    231  
    232 class "GtkWidget"      style "theme-default"
    233 class "GtkButton"      style "theme-button"
    234 class "GtkScale"       style "theme-button"
    235 class "GtkCombo"       style "theme-button"
    236 class "GtkRange"       style "theme-wide"
    237 class "GtkFrame"       style "theme-wide"
    238 class "GtkMenu"        style "theme-menu"
    239 class "GtkEntry"       style "theme-entry"
    240 class "GtkMenuItem"    style "theme-menu-item"
    241 class "GtkNotebook"    style "theme-notebook"
    242 class "GtkProgressBar" style "theme-progressbar"
    243 class "GtkScale"   style "theme-scrollbar"
    244 class "*MenuBar*"      style "theme-menubar"
    245  
    246 widget_class "*MenuItem.*" style "theme-menu-item"
    247 widget_class "*MenuBar.*"  style "theme-menubar-item"
    248  
    249 widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
    250 widget_class "*.GtkCombo.GtkButton"    style "theme-combo"
    251  
    252 widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
    253 widget "gtk-tooltips"                                           style "theme-tooltips"
    254  
    255 widget_class "*.GtkTreeView.GtkButton"  style "theme-tree"
    256 widget_class "*.GtkCTree.GtkButton"     style "theme-tree"
    257 widget_class "*.GtkList.GtkButton"              style "theme-tree"
    258 widget_class "*.GtkCList.GtkButton"     style "theme-tree"
    259 widget_class "*.GtkFrame.GtkLabel"              style "theme-frame-title"
    260  
    261 widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
    262 widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
    263