From 712286bb54d25397d332ce4661c6d00bdf6a792c Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 22 Feb 2021 19:09:10 +0530 Subject: made the theme less rounder --- .themes/MikunoNaka/gtk-2.0/gtkrc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to '.themes/MikunoNaka/gtk-2.0') diff --git a/.themes/MikunoNaka/gtk-2.0/gtkrc b/.themes/MikunoNaka/gtk-2.0/gtkrc index fc9659cf..e4b576b7 100644 --- a/.themes/MikunoNaka/gtk-2.0/gtkrc +++ b/.themes/MikunoNaka/gtk-2.0/gtkrc @@ -1,7 +1,7 @@ # Oomox GTK Theme (Numix Fork) gtk-color-scheme = -"base_color:#130f23\nbg_color:#130f23\ntooltip_bg_color:#130f23\nselected_bg_color:#8d5bd0\ntext_color:#e6e1ec\nfg_color:#d2a0c9\ntooltip_fg_color:#d2a0c9\nselected_fg_color:#ffffff\nmenubar_bg_color:#1d1b4c\nmenubar_fg_color:#ffffff\ntoolbar_bg_color:#130f23\ntoolbar_fg_color:#d2a0c9\nmenu_bg_color:#1d1b4c\nmenu_fg_color:#ffffff\npanel_bg_color:#130f23\npanel_fg_color:#d2a0c9\nlink_color:#7e12bf\nbtn_bg_color:#8d5bd0\nbtn_fg_color:#e6e1ec\ntitlebar_bg_color:#1d1b4c\ntitlebar_fg_color:#ffffff\nprimary_caret_color:#b9bcb5\nsecondary_caret_color:#b9bcb5\naccent_bg_color:#dc5e86\n" +"base_color:#130f23\nbg_color:#130f23\ntooltip_bg_color:#130f23\nselected_bg_color:#8d5bd0\ntext_color:#e5e5e5\nfg_color:#e5e5e5\ntooltip_fg_color:#e5e5e5\nselected_fg_color:#e5e5e5\nmenubar_bg_color:#1d1b4d\nmenubar_fg_color:#e5e5e5\ntoolbar_bg_color:#130f23\ntoolbar_fg_color:#e5e5e5\nmenu_bg_color:#1d1b4d\nmenu_fg_color:#e5e5e5\npanel_bg_color:#130f23\npanel_fg_color:#e5e5e5\nlink_color:#1c00a5\nbtn_bg_color:#8d5bd0\nbtn_fg_color:#ffffff\ntitlebar_bg_color:#1d1b4d\ntitlebar_fg_color:#e5e5e5\nprimary_caret_color:#d2a0c9\nsecondary_caret_color:#90ee90\naccent_bg_color:#ff0077\n" # Default Style style "murrine-default" { @@ -152,7 +152,7 @@ style "murrine-default" { menustyle = 0 # 0 = none, 1 = vertical striped progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient - roundness = 40# roundness of widgets + roundness = 6# roundness of widgets scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles sliderstyle = 0 # 0 = none, 1 = handles stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles @@ -206,8 +206,8 @@ style "murrine-button" = "murrine-wider" { engine "murrine" { border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) } - roundness = 40 - gradient_shades = { 1.06, 1.0, 1.0, .94 } + roundness = 6 + gradient_shades = { 1.03, 1.0, 1.0, .97 } } } @@ -250,7 +250,7 @@ style "murrine-scrollbar" { bg[ACTIVE] = @selected_bg_color engine "murrine" { - roundness = 40 + roundness = 6 contrast = 0.0 border_shades = { 0.9, 0.9 } trough_shades = { 0.97, 0.97 } @@ -274,7 +274,7 @@ style "murrine-scale" = "murrine-thin" { engine "murrine" { roundness = 25 - #roundness = 40 + #roundness = 6 gradient_shades = { 1.08, 1.08, 1.08, 1.08 } #border_shades = { 0.5, 0.5 } border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) } @@ -290,7 +290,7 @@ style "murrine-progressbar" = "murrine-thin" { fg[PRELIGHT] = @selected_fg_color engine "murrine" { - roundness = 40 + roundness = 6 border_shades = { 1.2, 1.2 } trough_border_shades = { 0.8, 0.8 } } @@ -332,7 +332,7 @@ style "murrine-tooltips" { engine "murrine" { textstyle = 0 - roundness = 40 + roundness = 6 rgba = FALSE } } @@ -352,7 +352,7 @@ style "clearlooks-radiocheck" = "murrine-default" { text[PRELIGHT] = @accent_bg_color engine "clearlooks" { - radius = 40.0 + radius = 6.0 } } @@ -380,7 +380,7 @@ style "murrine-entry" = "murrine-wider" { engine "murrine" { #border_shades = { 1.15, 1.15 } border_colors = { mix(0.22, @text_color, @base_color), mix(0.22, @text_color, @base_color) } - roundness = 40 + roundness = 6 } } @@ -734,7 +734,7 @@ widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkV style "chromium-toolbar-button" { engine "murrine" { - roundness = 40 + roundness = 6 textstyle = 0 } } -- cgit v1.2.3