From 0d050c1afa4ac2e346e3587f5b73311402659e44 Mon Sep 17 00:00:00 2001 From: bionel Date: Mon, 3 Aug 2015 00:10:17 +0300 Subject: some debug --- Kogaion-daylight/gtk-2.0/apps/panel.rc | 2 +- Kogaion-daylight/gtk-2.0/gtkrc | 7 +++++-- Kogaion-nighttime/gtk-2.0/gtkrc | 7 +++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Kogaion-daylight/gtk-2.0/apps/panel.rc b/Kogaion-daylight/gtk-2.0/apps/panel.rc index 5746c01..34a6e19 100755 --- a/Kogaion-daylight/gtk-2.0/apps/panel.rc +++ b/Kogaion-daylight/gtk-2.0/apps/panel.rc @@ -1,7 +1,7 @@ style "theme-panel" { xthickness = 2 - ythickness = 0 + ythickness = 2 bg[NORMAL] = @window_active_color # bg[ACTIVE] = "#00ff00" diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc index 429b768..ccb7729 100755 --- a/Kogaion-daylight/gtk-2.0/gtkrc +++ b/Kogaion-daylight/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 = { "#ff0000", "#00ff00" } } } 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