summaryrefslogtreecommitdiff
path: root/Kogaion-nighttime/gtk-2.0/gtkrc
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2015-08-03 00:10:17 +0300
committerbionel <ionel.busuioc@gmail.com>2015-08-03 00:10:17 +0300
commit0d050c1afa4ac2e346e3587f5b73311402659e44 (patch)
tree1e14f6e9d07a9c0cc59df381f635352b576de609 /Kogaion-nighttime/gtk-2.0/gtkrc
parent804018dee78405b21f904bea7ea27a500e177fa2 (diff)
some debug
Diffstat (limited to 'Kogaion-nighttime/gtk-2.0/gtkrc')
-rwxr-xr-xKogaion-nighttime/gtk-2.0/gtkrc7
1 files changed, 5 insertions, 2 deletions
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) }
}
}