diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-08-03 00:10:17 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-08-03 00:10:17 +0300 |
commit | 0d050c1afa4ac2e346e3587f5b73311402659e44 (patch) | |
tree | 1e14f6e9d07a9c0cc59df381f635352b576de609 /Kogaion-daylight/gtk-2.0/gtkrc | |
parent | 804018dee78405b21f904bea7ea27a500e177fa2 (diff) |
some debug
Diffstat (limited to 'Kogaion-daylight/gtk-2.0/gtkrc')
-rwxr-xr-x | Kogaion-daylight/gtk-2.0/gtkrc | 7 |
1 files changed, 5 insertions, 2 deletions
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" } } } |