summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xKogaion-daylight/gtk-2.0/apps/panel.rc2
-rwxr-xr-xKogaion-daylight/gtk-2.0/gtkrc7
-rwxr-xr-xKogaion-nighttime/gtk-2.0/gtkrc7
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) }
}
}