1+ ***********************************
2+ old Gtk2 styling
3+ kept for obtaining original styling
4+ ***********************************
5+
6+
17style "default"
28{
39 GtkButton::default_border = {0, 0, 0, 0}
@@ -23,16 +29,16 @@ style "default"
2329 GtkScrollbar::min_slider_length = 10
2430 GtkToolbar::shadow_type = out
2531 GtkWidget::focus-line-width = 1
26- GtkWidget::focus_padding = 1
27- GtkWidget::interior_focus = 1
28- GtkWidget::internal_padding = 2
32+ GtkWidget::focus_padding = 1
33+ GtkWidget::interior_focus = 1
34+ GtkWidget::internal_padding = 2
2935 GtkEntry::cursor_color = "#fcfcfc"
3036 GtkEntry::secondary_cursor_color = "#fcfcfc"
3137 GtkTextView::cursor_color = "#fcfcfc"
3238 GtkTextView::secondary_cursor_color = "#fcfcfc"
3339 GtkEntry::cursor_aspect_ratio = 0.1
3440 GtkEntry::cursor_aspect_ratio = 0.1
35-
41+
3642 xthickness = 1
3743 ythickness = 1
3844
@@ -81,7 +87,7 @@ style "button" = "default"
8187 xthickness = 2
8288 ythickness = 2
8389
84- engine "xfce"
90+ engine "xfce"
8591 {
8692 smooth_edge = true
8793 grip_style = none
@@ -109,7 +115,7 @@ style "sbstyle" = "default"
109115{
110116 xthickness = 2
111117 ythickness = 2
112- engine "xfce"
118+ engine "xfce"
113119 {
114120 smooth_edge = true
115121 grip_style = none
@@ -132,8 +138,8 @@ style "progress" = "default"
132138 xthickness = 2
133139 ythickness = 2
134140}
135- widget_class "*GtkProgress*" style "progress"
136- class "*GtkProgress*" style "progress"
141+ widget_class "*GtkProgress*" style "progress"
142+ class "*GtkProgress*" style "progress"
137143
138144style "menuitem" = "default"
139145{
@@ -152,7 +158,7 @@ style "flat" = "default"
152158widget_class "*HandleBox" style "flat"
153159
154160# This is for the window borders (xfwm4 & metacity)
155- #
161+ #
156162style "titlebar"
157163{
158164 bg[SELECTED] = "#003263"
@@ -165,8 +171,8 @@ class "MetaFrames" style "titlebar"
165171widget_class "MetaFrames" style "titlebar"
166172
167173
168- # These custom themed widget require the widget name
169- # to match in the glade file
174+ # These custom themed widget require the widget name
175+ # to match in the glade file
170176style "halsourceview" = "default"
171177{
172178 base[SELECTED] = "#FFFFFF" # highlight color
0 commit comments