From 0d050c1afa4ac2e346e3587f5b73311402659e44 Mon Sep 17 00:00:00 2001 From: bionel Date: Mon, 3 Aug 2015 00:10:17 +0300 Subject: some debug --- Kogaion-nighttime/gtk-2.0/gtkrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Kogaion-nighttime/gtk-2.0') diff --git a/Kogaion-nighttime/gtk-2.0/gtkrc b/Kogaion-nighttime/gtk-2.0/gtkrc index e6f4b73..2dbd796 100755 --- a/Kogaion-nighttime/gtk-2.0/gtkrc +++ b/Kogaion-nighttime/gtk-2.0/gtkrc @@ -115,7 +115,7 @@ style "default" { engine "murrine" { animation = FALSE - arrowstyle = 1 # arrowstyle = 1 to draw filled arrows. + arrowstyle = 2 # arrowstyle = 1 to draw filled arrows. # arrowstyle = 2 to draw fat filled arrows. colorize_scrollbar = TRUE contrast = 0.7 @@ -123,7 +123,7 @@ style "default" { expanderstyle = 0 # expanderstyle = 0 to draw arrows. # expanderstyle = 1 to draw circles with plus and minus. # expanderstyle = 2 to draw buttons with plus and minus. - focusstyle = 2 # 0 to disable focus drawing. + focusstyle = 3 # 0 to disable focus drawing. # 1 to use dots. # 2 to use a small colored rectangle. # 3 to use a colored rectangle that touches the borders. @@ -180,6 +180,9 @@ style "default" { # 1 = glassy # 2 = gradient trough_shades = {0.85, 1.0} + +#added for testing + border_colors = { shade (0.5, @fg_color) , shade (0.5, @fg_color) } } } -- cgit v1.2.3