diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-04-25 15:33:19 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-04-25 15:33:19 +0300 |
commit | 5fd49e29619cdebcfbf59ecf07d57ae018b10f2c (patch) | |
tree | 0cb8871ff2a30fadbd448ba852ea07f5276bcb39 /Kogaion-daylight/gtk-2.0 | |
parent | ded3e5d50d2c324e2788d71e181d24a6190abb8e (diff) |
less roundness for gtk2
Diffstat (limited to 'Kogaion-daylight/gtk-2.0')
-rw-r--r-- | Kogaion-daylight/gtk-2.0/gtkrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc index d4f30df..e981fc2 100644 --- a/Kogaion-daylight/gtk-2.0/gtkrc +++ b/Kogaion-daylight/gtk-2.0/gtkrc @@ -237,7 +237,7 @@ style "murrine-progressbar" = "murrine-thin" { fg[PRELIGHT] = @selected_fg_color engine "murrine" { - roundness = 2 + roundness = 0 border_shades = { 1.2, 1.2 } trough_border_shades = { 0.8, 0.8 } } @@ -270,7 +270,7 @@ style "murrine-tooltips" { engine "murrine" { textstyle = 0 - roundness = 2 + roundness = 0 rgba = FALSE } } @@ -591,7 +591,7 @@ widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkV style "chromium-toolbar-button" { engine "murrine" { - roundness = 2 + roundness = 0 textstyle = 0 } } |