ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gtkrc-2.0: not really needed anymore, just set font

-185
-185
.gtkrc-2.0
··· 1 - # based on clearlooks-next by Carles Amigó (fr3nd) http://www.fr3nd.net 2 - 3 1 # default font 4 2 gtk-font-name = "Verdana 14" 5 - 6 - style "clearlooks-default" 7 - { 8 - engine "clearlooks" 9 - { 10 - radius = 0.0 11 - } 12 - 13 - GtkButton ::default_border = { 1, 1, 1, 1 } 14 - GtkRange ::trough_border = 0 15 - GtkPaned ::handle_size = 6 16 - GtkRange ::slider_width = 15 17 - GtkRange ::stepper_size = 15 18 - GtkScrollbar ::min_slider_length = 30 19 - GtkScrollbar ::slider_width = 26 20 - GtkScrollbar ::has_backward_stepper = 1 21 - GtkScrollbar ::has_secondary_backward_stepper = 1 22 - GtkCheckButton ::indicator_size = 20 23 - GtkMenuBar ::internal-padding = 0 24 - GtkTreeView ::expander_size = 14 25 - GtkExpander ::expander_size = 16 26 - 27 - GimpDockWindow::default-height = 300 28 - GimpDock::font-scale = 0.8333 29 - GimpMenuDock::minimal-width = 200 30 - GimpDockWindow::menu-preview-size = dialog 31 - GimpToolPalette::tool-icon-size = dialog 32 - GimpToolPalette::button-relief = none 33 - GimpDockbook::tab-border = 0 34 - GimpDockbook::tab-icon-size = dialog 35 - GimpColorNotebook::tab-border = 0 36 - GimpColorNotebook::tab-icon-size = dialog 37 - 38 - xthickness = 1 39 - ythickness = 1 40 - 41 - fg[NORMAL] = "#101010" # very dark gray #101010 42 - fg[PRELIGHT] = "#101010" # dark grey 43 - fg[ACTIVE] = "#000000" # black 44 - fg[SELECTED] = "#ffffff" # white 45 - fg[INSENSITIVE] = "#b5b3ac" # dark beige / grey 46 - 47 - bg[NORMAL] = "#e0e0e0" # light beige / grey 48 - bg[PRELIGHT] = "#f0f0f0" # very light beige 49 - bg[ACTIVE] = "#d0d0d0" # mid beige / grey 50 - bg[SELECTED] = "#519cde" # blueish 51 - bg[INSENSITIVE] = "#e0e0e0" # light beige / grey 52 - 53 - base[NORMAL] = "#ffffff" # white 54 - base[PRELIGHT] = "#628cb2" # blueish 55 - base[ACTIVE] = "#a29e8e" # dark beige / grey 56 - base[SELECTED] = "#519cde" # blueish 57 - base[INSENSITIVE] = "#e0e0e0" #light beige / grey 58 - 59 - text[NORMAL] = "#000000" # black 60 - text[PRELIGHT] = "#000000" # black 61 - text[ACTIVE] = "#ffffff" # white 62 - text[SELECTED] = "#ffffff" # white 63 - text[INSENSITIVE] = "#b5b3ac" # dark beige / grey 64 - 65 - engine "clearlooks" { 66 - menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient 67 - } 68 - } 69 - 70 - style "clearlooks-wide" = "clearlooks-default" 71 - { 72 - xthickness = 2 73 - ythickness = 2 74 - } 75 - 76 - style "clearlooks-button" = "clearlooks-default" 77 - { 78 - xthickness = 3 79 - ythickness = 3 80 - } 81 - 82 - style "clearlooks-check" = "clearlooks-button" 83 - { 84 - text[NORMAL] = "#2f3941" # blueish 85 - text[PRELIGHT] = "#3c4a53" # blueish 86 - } 87 - 88 - style "clearlooks-notebook" = "clearlooks-wide" 89 - { 90 - bg[NORMAL] = "#eae4df" 91 - bg[INSENSITIVE] = "#eae4df" 92 - } 93 - 94 - style "clearlooks-tasklist" = "clearlooks-default" 95 - { 96 - xthickness = 5 97 - ythickness = 3 98 - } 99 - 100 - style "clearlooks-menu" = "clearlooks-default" 101 - { 102 - xthickness = 2 103 - ythickness = 1 104 - bg[NORMAL] = "#ececec" 105 - } 106 - 107 - style "clearlooks-menu-item" = "clearlooks-default" 108 - { 109 - xthickness = 2 110 - ythickness = 3 111 - fg[PRELIGHT] = "#ffffff" 112 - text[PRELIGHT] = "#ffffff" 113 - } 114 - 115 - style "clearlooks-menu-itembar" = "clearlooks-default" 116 - { 117 - xthickness = 2 118 - ythickness = 3 119 - } 120 - 121 - style "clearlooks-tree" = "clearlooks-default" 122 - { 123 - xthickness = 2 124 - ythickness = 2 125 - } 126 - 127 - style "clearlooks-frame-title" = "clearlooks-default" 128 - { 129 - fg[NORMAL] = "#2a2a2a" 130 - } 131 - 132 - style "clearlooks-tooltips" = "clearlooks-default" 133 - { 134 - xthickness = 4 135 - ythickness = 4 136 - bg[NORMAL] = "#fff7a1" 137 - } 138 - 139 - style "clearlooks-progressbar" = "clearlooks-default" 140 - { 141 - xthickness = 1 142 - ythickness = 1 143 - 144 - fg[PRELIGHT] = "#ffffff" 145 - } 146 - 147 - style "clearlooks-combo" = "clearlooks-default" 148 - { 149 - xthickness = 2 150 - ythickness = 3 151 - } 152 - 153 - # widget styles 154 - class "GtkWidget" style "clearlooks-default" 155 - class "GtkButton" style "clearlooks-button" 156 - class "GtkCombo" style "clearlooks-button" 157 - class "GtkRange" style "clearlooks-wide" 158 - class "GtkFrame" style "clearlooks-wide" 159 - class "GtkMenu" style "clearlooks-menu" 160 - class "GtkEntry" style "clearlooks-button" 161 - class "GtkMenuItem" style "clearlooks-menu-item" 162 - class "GtkStatusbar" style "clearlooks-wide" 163 - class "GtkNotebook" style "clearlooks-notebook" 164 - class "GtkProgressBar" style "clearlooks-progressbar" 165 - class "GtkCheckButton" style "clearlooks-check" 166 - class "GtkRadioButton" style "clearlooks-check" 167 - 168 - widget_class "*MenuItem.*" style "clearlooks-menu-item" 169 - 170 - # combobox stuff 171 - widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo" 172 - widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo" 173 - 174 - # tooltips stuff 175 - widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist" 176 - widget "*ooltip*" style "clearlooks-tooltips" 177 - 178 - # treeview stuff 179 - widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree" 180 - widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree" 181 - widget_class "*.GtkList.GtkButton" style "clearlooks-tree" 182 - widget_class "*.GtkCList.GtkButton" style "clearlooks-tree" 183 - widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title" 184 - 185 - # notebook stuff 186 - widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook" 187 - widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"