nautilus-ANH.rc (3984B)
1 ########################################## 2 # NAUTILUS 3 ########################################## 4 5 style "nautilus-handle" 6 { 7 GtkPaned::handle-size = 0 8 xthickness = 0 9 ythickness = 0 10 base[NORMAL] = @bg_color 11 } 12 13 style "nautilus-sidebar" = "default" 14 { 15 16 text[NORMAL] = @fg_color 17 base[NORMAL] = @bg_color 18 font_name = "Regular" 19 20 GtkTreeView::odd_row_color = @bg_color 21 GtkTreeView::even_row_color = @bg_color 22 23 # these make the padding from left window edge a little more sane 24 GtkTreeView::horizontal_separator = 15 25 xthickness = 0 26 ythickness = 0 27 } 28 29 style "nautilus-sidebar-other" = "nautilus-sidebar" 30 { 31 32 xthickness = 0 33 ythickness = 0 34 base[NORMAL] = @bg_color 35 bg[NORMAL] = @bg_color 36 37 } 38 style "nautilus-notebook" = "default" { 39 xthickness = 0 40 ythickness = 0 41 bg[NORMAL] = shade (1.0, @bg_color) # selected tab entire 42 bg[ACTIVE] = shade (1.0, @base_color) # unselected tab 43 fg[ACTIVE] = shade (1.0, @text_color) # unselected tab 44 } 45 46 style "nautilus-extra-view" = "default" 47 { 48 49 xthickness = 0 50 ythickness = 0 51 52 bg[NORMAL] = @bg_color 53 54 engine "pixmap" 55 { 56 image 57 { 58 function = FLAT_BOX 59 recolorable = TRUE 60 file = "Toolbar/extra-widget.png" 61 state = NORMAL 62 stretch = TRUE 63 border = { 8, 8, 8, 8 } 64 } 65 } 66 } 67 68 69 style "nautilus-view" 70 { 71 xthickness = 0 72 ythickness = 0 73 bg[NORMAL] = @bg_color 74 base[NORMAL] = @bg_color 75 76 } 77 style "nautilus-statusbar" 78 { 79 xthickness = 4 80 ythickness = 1 81 } 82 style "nautilus-window-base" 83 { 84 #bg[NORMAL] = @bg_color 85 86 } 87 style "nautilus-toolbar" 88 { 89 fg[NORMAL] = @fg_color 90 fg[ACTIVE] = @fg_color 91 fg[PRELIGHT] = @selected_fg_color 92 fg[SELECTED] = @selected_fg_color 93 94 bg[NORMAL] = @bg_color 95 bg[ACTIVE] = shade (0.93, @bg_color) 96 bg[PRELIGHT] = @selected_bg_color 97 bg[SELECTED] = @selected_bg_color 98 99 engine "murrine" {contrast=0.0} 100 } 101 102 style "nautilus-toolbar-dark" 103 { 104 fg[NORMAL] = @text_color 105 fg[ACTIVE] = @text_color 106 fg[PRELIGHT] = @tooltip_fg_color 107 fg[SELECTED] = @tooltip_fg_color 108 fg[INSENSITIVE] = @text_color 109 110 bg[NORMAL] = @base_color 111 bg[ACTIVE] = shade (0.93, @base_color) 112 bg[PRELIGHT] = @tooltip_bg_color 113 bg[SELECTED] = @tooltip_bg_color 114 bg[INSENSITIVE] = @base_color 115 engine "murrine" {contrast=0.0} 116 } 117 style "nautilus-toolbar-dark-button" 118 { 119 fg[NORMAL] = @text_color 120 fg[ACTIVE] = @text_color 121 fg[PRELIGHT] = @tooltip_fg_color 122 fg[SELECTED] = @tooltip_fg_color 123 fg[INSENSITIVE] = @text_color 124 125 bg[NORMAL] = @base_color 126 bg[ACTIVE] = shade (0.93, @base_color) 127 bg[PRELIGHT] = @tooltip_bg_color 128 bg[SELECTED] = @tooltip_bg_color 129 bg[INSENSITIVE] = @base_color 130 131 engine "murrine" {contrast=0.5} 132 } 133 # NAUTILUS 134 widget_class "*Nautilus*Window*" style "nautilus-window-base" 135 widget_class "*Nautilus*Places*Sidebar*" style "nautilus-sidebar" 136 #widget_class "*Nautilus*Notebook" style "nautilus-notebook" 137 widget_class "*Nautilus*View*" style "nautilus-view" 138 widget "*Nautilus*Splitter" style "nautilus-handle" 139 widget_class "*Nautilus*Statusbar*" style "nautilus-statusbar" 140 widget "*Nautilus*GtkModeButton*" style "toolbar-button-dark" 141 142 #widget_class "*Nautilus*Toolbar*" style "toolbar-dark" 143 #widget_class "*Nautilus*Toolbar*Button*" style "toolbar-button-dark" 144 145 widget_class "*Nautilus*EmblemSidebar*" style "nautilus-sidebar-other" 146 widget_class "*Nautilus*Side*Tree*" style "nautilus-sidebar-other" 147 widget_class "*Nautilus*Notes*" style "nautilus-sidebar-other" 148 widget_class "*Nautilus*History*" style "nautilus-sidebar-other" 149 widget_class "*Nautilus*Information*" style "nautilus-sidebar-other" 150 widget "*.nautilus-extra-view-widget" style : highest "nautilus-extra-view" 151 152 widget_class "*NautilusPathBar.*ToggleButton" style "nautilus-toolbar-dark-button" 153 widget "Nautilus*left_slider*" style "nautilus-toolbar-dark-button" 154 widget "Nautilus*right_slider*" style "nautilus-toolbar-dark-button" 155 156