From 0669841e392a11925e467f0d92a6c224db4fa87b Mon Sep 17 00:00:00 2001 From: EliverLara Date: Wed, 25 Mar 2020 13:06:59 -0600 Subject: [PATCH] Remove bold text on buttons and tabs --- gtk-3.0/_drawing.scss | 4 ++-- gtk-3.0/gtk-dark.css | 22 +++++++++++----------- gtk-3.0/gtk.css | 22 +++++++++++----------- gtk-3.0/widgets/_notebooks.scss | 2 +- gtk-3.0/widgets/_windows.scss | 2 +- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/gtk-3.0/_drawing.scss b/gtk-3.0/_drawing.scss index bc5e88a..280380f 100755 --- a/gtk-3.0/_drawing.scss +++ b/gtk-3.0/_drawing.scss @@ -222,7 +222,7 @@ // // normal button // - font-weight: bold; + font-weight: normal; color: $tc; background-color: mix($bg_color, $base_color, 15%); text-shadow: none; @@ -263,7 +263,7 @@ border-radius: 23px; background: linear-gradient(to right, #c50ed2, #8500f7); box-shadow: 0px 0px 5px transparentize(#c50ed2, 0.02); - color: rgb(255, 250, 250); + color: rgb(255, 255, 255); } @else if $t==backdrop-header { diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index bcfd0b4..bb0ebcd 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -268,7 +268,7 @@ button { border: 1px solid rgba(12, 14, 21, 0.8); border-radius: 4px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - font-weight: bold; + font-weight: normal; color: #C3C7D1; background-color: #181b28; text-shadow: none; } @@ -969,13 +969,13 @@ button { background-position: left 3px, left 2px; } toolbar button:hover { - font-weight: bold; + font-weight: normal; color: #C3C7D1; background-color: #181b28; text-shadow: none; } toolbar button:active { - font-weight: bold; + font-weight: normal; color: #C3C7D1; background-color: #181b28; text-shadow: none; } @@ -1616,7 +1616,7 @@ colorswatch#add-color-button { colorswatch#add-color-button:only-child { border-radius: 5px; } colorswatch#add-color-button overlay { - font-weight: bold; + font-weight: normal; color: #C3C7D1; background-color: #181b28; text-shadow: none; } @@ -2404,7 +2404,7 @@ headerbar { margin-top: 5px; margin-bottom: 5px; border-radius: 4px; - font-weight: bold; + font-weight: normal; color: white; background-color: #181b28; text-shadow: none; @@ -2450,7 +2450,7 @@ headerbar { margin-top: 5px; margin-bottom: 5px; border-radius: 4px; - font-weight: bold; + font-weight: normal; color: white; background-color: #181b28; text-shadow: none; @@ -3120,7 +3120,7 @@ notebook > header { padding: 1px 12px; outline-offset: -5px; color: #6d707b; - font-weight: bold; + font-weight: normal; border-width: 1px; border-color: transparent; } notebook > header tab:hover { @@ -4648,7 +4648,7 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec entry selection:focus, entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected { color: #fefefe; - font-weight: bold; } + font-weight: normal; } row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus, textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, @@ -5222,7 +5222,7 @@ button.raven-trigger { border-radius: 23px; background: linear-gradient(to right, #c50ed2, #8500f7); box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); - color: snow; } + color: white; } .raven list { color: #C3C7D1; background-color: transparent; } @@ -5610,7 +5610,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled border-radius: 23px; background: linear-gradient(to right, #c50ed2, #8500f7); box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); - color: snow; } + color: white; } .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop label, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop label, @@ -6127,7 +6127,7 @@ ConversationListView { border-width: 1px 1px 0 1px; } #content_frame button { - font-weight: bold; + font-weight: normal; color: #C3C7D1; background-color: #181b28; text-shadow: none; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index bcfd0b4..bb0ebcd 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -268,7 +268,7 @@ button { border: 1px solid rgba(12, 14, 21, 0.8); border-radius: 4px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - font-weight: bold; + font-weight: normal; color: #C3C7D1; background-color: #181b28; text-shadow: none; } @@ -969,13 +969,13 @@ button { background-position: left 3px, left 2px; } toolbar button:hover { - font-weight: bold; + font-weight: normal; color: #C3C7D1; background-color: #181b28; text-shadow: none; } toolbar button:active { - font-weight: bold; + font-weight: normal; color: #C3C7D1; background-color: #181b28; text-shadow: none; } @@ -1616,7 +1616,7 @@ colorswatch#add-color-button { colorswatch#add-color-button:only-child { border-radius: 5px; } colorswatch#add-color-button overlay { - font-weight: bold; + font-weight: normal; color: #C3C7D1; background-color: #181b28; text-shadow: none; } @@ -2404,7 +2404,7 @@ headerbar { margin-top: 5px; margin-bottom: 5px; border-radius: 4px; - font-weight: bold; + font-weight: normal; color: white; background-color: #181b28; text-shadow: none; @@ -2450,7 +2450,7 @@ headerbar { margin-top: 5px; margin-bottom: 5px; border-radius: 4px; - font-weight: bold; + font-weight: normal; color: white; background-color: #181b28; text-shadow: none; @@ -3120,7 +3120,7 @@ notebook > header { padding: 1px 12px; outline-offset: -5px; color: #6d707b; - font-weight: bold; + font-weight: normal; border-width: 1px; border-color: transparent; } notebook > header tab:hover { @@ -4648,7 +4648,7 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec entry selection:focus, entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected { color: #fefefe; - font-weight: bold; } + font-weight: normal; } row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus, textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, @@ -5222,7 +5222,7 @@ button.raven-trigger { border-radius: 23px; background: linear-gradient(to right, #c50ed2, #8500f7); box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); - color: snow; } + color: white; } .raven list { color: #C3C7D1; background-color: transparent; } @@ -5610,7 +5610,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled border-radius: 23px; background: linear-gradient(to right, #c50ed2, #8500f7); box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); - color: snow; } + color: white; } .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop label, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop label, @@ -6127,7 +6127,7 @@ ConversationListView { border-width: 1px 1px 0 1px; } #content_frame button { - font-weight: bold; + font-weight: normal; color: #C3C7D1; background-color: #181b28; text-shadow: none; } diff --git a/gtk-3.0/widgets/_notebooks.scss b/gtk-3.0/widgets/_notebooks.scss index 9c185d9..2c5a679 100644 --- a/gtk-3.0/widgets/_notebooks.scss +++ b/gtk-3.0/widgets/_notebooks.scss @@ -153,7 +153,7 @@ notebook { outline-offset: -5px; color: $insensitive_fg_color; - font-weight: bold; + font-weight: normal; border-width: 1px; // for reorderable tabs border-color: transparent; // diff --git a/gtk-3.0/widgets/_windows.scss b/gtk-3.0/widgets/_windows.scss index 5760870..5f26cff 100644 --- a/gtk-3.0/widgets/_windows.scss +++ b/gtk-3.0/widgets/_windows.scss @@ -119,7 +119,7 @@ headerbar.selection-mode button.titlebutton, @at-root %nobg_selected_items, & { color: $selected_fg_color; - font-weight: bold; + font-weight: normal; //&:hover{background-color: transparent;} @if $variant == 'light' { outline-color: transparentize($selected_fg_color, 0.7); }