From 1f1a89a0f99865bcb3680a1464c039256aee64d3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Dec 2016 12:00:46 -0200 Subject: Comment out deprecated stuff --- themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc | 48 +++++++++++------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'themes.dot/PrettyOkayish-Prion.link/gtk-2.0') diff --git a/themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc b/themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc index f297bb7..56579aa 100644 --- a/themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc +++ b/themes.dot/PrettyOkayish-Prion.link/gtk-2.0/gtkrc @@ -30,33 +30,33 @@ style "default" text[SELECTED] = "#000000" text[INSENSITIVE] = "#000000" - engine "thinice" - { - # Do you want the scrollbar handles rectangular or a bit shaped? - rect_scrollbar = TRUE + #engine "thinice" + #{ + # # Do you want the scrollbar handles rectangular or a bit shaped? + # rect_scrollbar = TRUE - # The following variables are semi-generic, can be applied to - # different widget classes etc.. + # # The following variables are semi-generic, can be applied to + # # different widget classes etc.. - # Mark type 1 is used on scrollbar handles, handleboxes etc - mark_type1 = DOT - # Mark type 2 is used on scrollbar buttons - mark_type2 = ARROW - } + # # Mark type 1 is used on scrollbar handles, handleboxes etc + # mark_type1 = DOT + # # Mark type 2 is used on scrollbar buttons + # mark_type2 = ARROW + #} } -style "menu" = "default" -{ - bg[PRELIGHT] = "#ffffff" - text[PRELIGHT] = { 1.0, 1.0, 1.0 } - engine "redmond95" { } -} -style "togglebuttons" = "default" -{ - engine "redmond95" { } -} +#style "menu" = "default" +#{ +# bg[PRELIGHT] = "#ffffff" +# text[PRELIGHT] = { 1.0, 1.0, 1.0 } +# engine "redmond95" { } +#} +#style "togglebuttons" = "default" +#{ +# engine "redmond95" { } +#} class "GtkWidget" style "default" -class "GtkMenuItem*" style "menu" -class "GtkCheckButton" style "togglebuttons" -class "GtkRadioButton" style "togglebuttons" +#class "GtkMenuItem*" style "menu" +#class "GtkCheckButton" style "togglebuttons" +#class "GtkRadioButton" style "togglebuttons" -- cgit v1.2.3