From 8271d9eea693f620b3d4a2074b387637d314b066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Andreu?= Date: Wed, 17 Jan 2024 15:46:30 +0100 Subject: [PATCH] Fixed issue with Nemo icon view, selected text --- gtk-2.0/gtkrc | 52 +++++++++---------- gtk-3.0/gtk.css | 10 ++-- source/gtk3/_common.scss | 10 ++++ source/gtk3/gtk-new.css | 10 ++-- source/templates/_theme_colors.scss.processed | 2 +- ...e-Simple.sh => colorscheme-dark-Simple.sh} | 0 ...-Soil_dark.sh => colorscheme-dark-Soil.sh} | 2 + .../colorscheme-light-ClearCrystal.sh | 2 + ...lorscheme-light-Skewaita_original_light.sh | 2 + source/templates/colorscheme-light-adwaita.sh | 3 +- source/templates/colorscheme-light-blue.sh | 3 +- source/templates/colorscheme-light-debian.sh | 2 + .../colorscheme-light-greenyellow.sh | 2 + .../colorscheme-light-turquoise-darker.sh | 2 + .../templates/colorscheme-light-turquoise.sh | 2 + 15 files changed, 66 insertions(+), 38 deletions(-) rename source/templates/{colorscheme-Simple.sh => colorscheme-dark-Simple.sh} (100%) rename source/templates/{colorscheme-Soil_dark.sh => colorscheme-dark-Soil.sh} (97%) diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index af1df80..95f77b7 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -18,37 +18,35 @@ gtk-color-scheme = "button_checked_fg_color:#d1ff96" style "main" { - bg[NORMAL] = @bg_color - bg[PRELIGHT] = shade (1.02, @bg_color) - bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = @disabled_bg_color - bg[ACTIVE] = shade (0.9, @bg_color) # shade (0.9, @bg_color) # @selected_bg_color +bg[NORMAL] = @bg_color +bg[PRELIGHT] = shade (1.02, @bg_color) +bg[SELECTED] = @selected_bg_color +bg[INSENSITIVE] = @disabled_bg_color +bg[ACTIVE] = shade (0.9, @bg_color) # shade (0.9, @bg_color) # @selected_bg_color - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = @disabled_fg_color - fg[ACTIVE] = @fg_color # @fg_color # @selected_fg_color +fg[NORMAL] = @fg_color +fg[PRELIGHT] = @fg_color +fg[SELECTED] = @selected_fg_color +fg[INSENSITIVE] = @disabled_fg_color +fg[ACTIVE] = @fg_color # @fg_color # @selected_fg_color - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = @disabled_fg_color - text[ACTIVE] = @selected_fg_color +text[NORMAL] = @text_color +text[PRELIGHT] = @text_color +text[SELECTED] = @selected_fg_color +text[INSENSITIVE] = @disabled_fg_color +text[ACTIVE] = @selected_fg_color - base[NORMAL] = @base_color - base[PRELIGHT] = shade (0.95, @bg_color) - base[SELECTED] = @selected_bg_color - base[INSENSITIVE] = @disabled_bg_color - base[ACTIVE] = shade (0.9, @selected_bg_color) +base[NORMAL] = @base_color +base[PRELIGHT] = shade (0.95, @bg_color) +base[SELECTED] = @selected_bg_color +base[INSENSITIVE] = @disabled_bg_color +base[ACTIVE] = shade (0.9, @selected_bg_color) - GtkCheckButton::indicator-size = 16 - GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified - GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified - GtkButton::shadow-type = GTK_SHADOW_NONE - #xthickness = 2 - #ythickness = 2 - #engine "redmond95" {} +GtkCheckButton::indicator-size = 16 +GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified +GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified +GtkButton::shadow-type = GTK_SHADOW_NONE +#engine "redmond95" {} } style "notebook-menu" { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 6d09700..50b0924 100644 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -1,13 +1,13 @@ /*Usually an automatic fg color on these backgrounds should check this value!*/ /*************************** Check and Radio buttons * */ /*************************** Check and Radio buttons * */ -calendar:selected, row:selected, treeview.view:selected:focus, treeview.view:selected, modelbutton.flat:selected, .menuitem.button.flat:selected, spinbutton:not(.vertical) selection, entry selection, flowbox flowboxchild:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .view text:selected, iconview text:selected, textview text:selected { background-color: #669900; color: #d1ff96; } +calendar:selected, row:selected, treeview.view:selected:focus, treeview.view:selected, modelbutton.flat:selected, .menuitem.button.flat:selected, .entry:selected:focus, .entry:selected, spinbutton:not(.vertical) selection, entry selection, flowbox flowboxchild:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .view text:selected, iconview text:selected, textview text:selected { background-color: #669900; color: #d1ff96; } -.selection-mode button.titlebutton, label:selected, calendar:selected, row:selected, treeview.view:selected:focus, treeview.view:selected, modelbutton.flat:selected, .menuitem.button.flat:selected, spinbutton:not(.vertical) selection, entry selection, flowbox flowboxchild:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .view text:selected, iconview text:selected, textview text:selected { color: #d1ff96; } +.selection-mode button.titlebutton, label:selected, calendar:selected, row:selected, treeview.view:selected:focus, treeview.view:selected, modelbutton.flat:selected, .menuitem.button.flat:selected, .entry:selected:focus, .entry:selected, spinbutton:not(.vertical) selection, entry selection, flowbox flowboxchild:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .view text:selected, iconview text:selected, textview text:selected { color: #d1ff96; } -label:disabled selection, .selection-mode button.titlebutton:disabled, label:disabled:selected, calendar:disabled:selected, row:disabled:selected, treeview.view:disabled:selected, modelbutton.flat:disabled:selected, .menuitem.button.flat:disabled:selected, spinbutton:not(.vertical) selection:disabled, entry selection:disabled, flowbox flowboxchild:disabled:selected, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled:focus, textview text selection:disabled, .view:disabled:selected, iconview:disabled:selected, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected { color: #9ccc4b; } +label:disabled selection, .selection-mode button.titlebutton:disabled, label:disabled:selected, calendar:disabled:selected, row:disabled:selected, treeview.view:disabled:selected, modelbutton.flat:disabled:selected, .menuitem.button.flat:disabled:selected, .entry:disabled:selected, spinbutton:not(.vertical) selection:disabled, entry selection:disabled, flowbox flowboxchild:disabled:selected, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled:focus, textview text selection:disabled, .view:disabled:selected, iconview:disabled:selected, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected { color: #9ccc4b; } -.selection-mode button.titlebutton:backdrop, label:backdrop:selected, calendar:backdrop:selected, row:backdrop:selected, treeview.view:backdrop:selected, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected, spinbutton:not(.vertical) selection:backdrop, entry selection:backdrop, flowbox flowboxchild:backdrop:selected, .view text selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop:focus, textview text selection:backdrop, .view:backdrop:selected, iconview:backdrop:selected, .view text:backdrop:selected, iconview text:backdrop:selected, textview text:backdrop:selected { color: #d1ff96; background-color: #669900; } +.selection-mode button.titlebutton:backdrop, label:backdrop:selected, calendar:backdrop:selected, row:backdrop:selected, treeview.view:backdrop:selected, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected, .entry:backdrop:selected, spinbutton:not(.vertical) selection:backdrop, entry selection:backdrop, flowbox flowboxchild:backdrop:selected, .view text selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop:focus, textview text selection:backdrop, .view:backdrop:selected, iconview:backdrop:selected, .view text:backdrop:selected, iconview text:backdrop:selected, textview text:backdrop:selected { color: #d1ff96; background-color: #669900; } .nemo-desktop-window stack { background: none; border: none; } @@ -168,6 +168,8 @@ treeview entry.flat:focus, treeview entry:focus { border-color: #669900; } :not(:backdrop) .entry-tag.button:active { background-color: #909194; color: rgba(50, 50, 50, 0.7); } +.entry:selected:focus, .entry:selected { border-radius: 0px; } + /****************************************************** Buttons * */ @keyframes needs_attention { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#f57900), to(transparent)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#669900), to(transparent)); } } diff --git a/source/gtk3/_common.scss b/source/gtk3/_common.scss index 91c81bf..33a1c75 100644 --- a/source/gtk3/_common.scss +++ b/source/gtk3/_common.scss @@ -458,6 +458,16 @@ treeview entry { } } +.entry { + &:selected { + &:focus, & { + @extend %selected_items; + + border-radius: $button_radius; + } + } +} + /****************************************************** * Buttons * ******************************************************/ diff --git a/source/gtk3/gtk-new.css b/source/gtk3/gtk-new.css index 6d09700..50b0924 100644 --- a/source/gtk3/gtk-new.css +++ b/source/gtk3/gtk-new.css @@ -1,13 +1,13 @@ /*Usually an automatic fg color on these backgrounds should check this value!*/ /*************************** Check and Radio buttons * */ /*************************** Check and Radio buttons * */ -calendar:selected, row:selected, treeview.view:selected:focus, treeview.view:selected, modelbutton.flat:selected, .menuitem.button.flat:selected, spinbutton:not(.vertical) selection, entry selection, flowbox flowboxchild:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .view text:selected, iconview text:selected, textview text:selected { background-color: #669900; color: #d1ff96; } +calendar:selected, row:selected, treeview.view:selected:focus, treeview.view:selected, modelbutton.flat:selected, .menuitem.button.flat:selected, .entry:selected:focus, .entry:selected, spinbutton:not(.vertical) selection, entry selection, flowbox flowboxchild:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .view text:selected, iconview text:selected, textview text:selected { background-color: #669900; color: #d1ff96; } -.selection-mode button.titlebutton, label:selected, calendar:selected, row:selected, treeview.view:selected:focus, treeview.view:selected, modelbutton.flat:selected, .menuitem.button.flat:selected, spinbutton:not(.vertical) selection, entry selection, flowbox flowboxchild:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .view text:selected, iconview text:selected, textview text:selected { color: #d1ff96; } +.selection-mode button.titlebutton, label:selected, calendar:selected, row:selected, treeview.view:selected:focus, treeview.view:selected, modelbutton.flat:selected, .menuitem.button.flat:selected, .entry:selected:focus, .entry:selected, spinbutton:not(.vertical) selection, entry selection, flowbox flowboxchild:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text selection:focus, textview text selection, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .view text:selected, iconview text:selected, textview text:selected { color: #d1ff96; } -label:disabled selection, .selection-mode button.titlebutton:disabled, label:disabled:selected, calendar:disabled:selected, row:disabled:selected, treeview.view:disabled:selected, modelbutton.flat:disabled:selected, .menuitem.button.flat:disabled:selected, spinbutton:not(.vertical) selection:disabled, entry selection:disabled, flowbox flowboxchild:disabled:selected, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled:focus, textview text selection:disabled, .view:disabled:selected, iconview:disabled:selected, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected { color: #9ccc4b; } +label:disabled selection, .selection-mode button.titlebutton:disabled, label:disabled:selected, calendar:disabled:selected, row:disabled:selected, treeview.view:disabled:selected, modelbutton.flat:disabled:selected, .menuitem.button.flat:disabled:selected, .entry:disabled:selected, spinbutton:not(.vertical) selection:disabled, entry selection:disabled, flowbox flowboxchild:disabled:selected, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled:focus, textview text selection:disabled, .view:disabled:selected, iconview:disabled:selected, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected { color: #9ccc4b; } -.selection-mode button.titlebutton:backdrop, label:backdrop:selected, calendar:backdrop:selected, row:backdrop:selected, treeview.view:backdrop:selected, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected, spinbutton:not(.vertical) selection:backdrop, entry selection:backdrop, flowbox flowboxchild:backdrop:selected, .view text selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop:focus, textview text selection:backdrop, .view:backdrop:selected, iconview:backdrop:selected, .view text:backdrop:selected, iconview text:backdrop:selected, textview text:backdrop:selected { color: #d1ff96; background-color: #669900; } +.selection-mode button.titlebutton:backdrop, label:backdrop:selected, calendar:backdrop:selected, row:backdrop:selected, treeview.view:backdrop:selected, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected, .entry:backdrop:selected, spinbutton:not(.vertical) selection:backdrop, entry selection:backdrop, flowbox flowboxchild:backdrop:selected, .view text selection:backdrop, iconview text selection:backdrop, textview text selection:backdrop:focus, textview text selection:backdrop, .view:backdrop:selected, iconview:backdrop:selected, .view text:backdrop:selected, iconview text:backdrop:selected, textview text:backdrop:selected { color: #d1ff96; background-color: #669900; } .nemo-desktop-window stack { background: none; border: none; } @@ -168,6 +168,8 @@ treeview entry.flat:focus, treeview entry:focus { border-color: #669900; } :not(:backdrop) .entry-tag.button:active { background-color: #909194; color: rgba(50, 50, 50, 0.7); } +.entry:selected:focus, .entry:selected { border-radius: 0px; } + /****************************************************** Buttons * */ @keyframes needs_attention { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#f57900), to(transparent)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#669900), to(transparent)); } } diff --git a/source/templates/_theme_colors.scss.processed b/source/templates/_theme_colors.scss.processed index 6de2583..45acedb 100644 --- a/source/templates/_theme_colors.scss.processed +++ b/source/templates/_theme_colors.scss.processed @@ -22,7 +22,7 @@ $successc: #33d17a; $titlebar_active_fg: #d1ff96; -$titlebar_active_bg: #669900; +$titlebar_active_bg: #507800; $titlebar_backdrop_fg: #EDF0F5; $titlebar_backdrop_bg: #3f3e3e; diff --git a/source/templates/colorscheme-Simple.sh b/source/templates/colorscheme-dark-Simple.sh similarity index 100% rename from source/templates/colorscheme-Simple.sh rename to source/templates/colorscheme-dark-Simple.sh diff --git a/source/templates/colorscheme-Soil_dark.sh b/source/templates/colorscheme-dark-Soil.sh similarity index 97% rename from source/templates/colorscheme-Soil_dark.sh rename to source/templates/colorscheme-dark-Soil.sh index e206f38..4f5d01e 100755 --- a/source/templates/colorscheme-Soil_dark.sh +++ b/source/templates/colorscheme-dark-Soil.sh @@ -48,6 +48,8 @@ vosd_bg=$vhint_bg vlink_fg="#99c1f1" vlink_visited_fg="#dc8add" +vbutton_radius="0px" +vwindow_radius="0px" # export vwindow_fg vwindow_bg vtext_widget_fg vtext_widget_bg vselected_fg vselected_bg vbutton_fg vbutton_bg vbutton_checked_bg vbutton_checked_fg vdisabled_fg vdisabled_bg vwarningc verrorc vsuccessc vtitlebar_active_fg vtitlebar_active_bg vtitlebar_backdrop_fg vtitlebar_backdrop_bg vhint_fg vhint_bg vosd_fg vosd_bg vlink_fg vlink_visited_fg diff --git a/source/templates/colorscheme-light-ClearCrystal.sh b/source/templates/colorscheme-light-ClearCrystal.sh index 565b40d..8f4256d 100755 --- a/source/templates/colorscheme-light-ClearCrystal.sh +++ b/source/templates/colorscheme-light-ClearCrystal.sh @@ -48,6 +48,8 @@ vosd_bg=$vhint_bg vlink_fg="#004B91" vlink_visited_fg="#680091" +vbutton_radius="0px" +vwindow_radius="0px" # export vwindow_fg vwindow_bg vtext_widget_fg vtext_widget_bg vselected_fg vselected_bg vbutton_fg vbutton_bg vbutton_checked_bg vbutton_checked_fg vdisabled_fg vdisabled_bg vwarningc verrorc vsuccessc vtitlebar_active_fg vtitlebar_active_bg vtitlebar_backdrop_fg vtitlebar_backdrop_bg vhint_fg vhint_bg vosd_fg vosd_bg vlink_fg vlink_visited_fg diff --git a/source/templates/colorscheme-light-Skewaita_original_light.sh b/source/templates/colorscheme-light-Skewaita_original_light.sh index 6a5c7fe..b615d87 100755 --- a/source/templates/colorscheme-light-Skewaita_original_light.sh +++ b/source/templates/colorscheme-light-Skewaita_original_light.sh @@ -48,6 +48,8 @@ vosd_bg=$vhint_bg vlink_fg="#004B91" vlink_visited_fg="#680091" +vbutton_radius="0px" +vwindow_radius="0px" # export vwindow_fg vwindow_bg vtext_widget_fg vtext_widget_bg vselected_fg vselected_bg vbutton_fg vbutton_bg vbutton_checked_bg vbutton_checked_fg vdisabled_fg vdisabled_bg vwarningc verrorc vsuccessc vtitlebar_active_fg vtitlebar_active_bg vtitlebar_backdrop_fg vtitlebar_backdrop_bg vhint_fg vhint_bg vosd_fg vosd_bg vlink_fg vlink_visited_fg diff --git a/source/templates/colorscheme-light-adwaita.sh b/source/templates/colorscheme-light-adwaita.sh index 2e9a72a..74621f7 100644 --- a/source/templates/colorscheme-light-adwaita.sh +++ b/source/templates/colorscheme-light-adwaita.sh @@ -48,6 +48,7 @@ vosd_bg=$vhint_bg vlink_fg="#004B91" vlink_visited_fg="#680091" - +vbutton_radius="0px" +vwindow_radius="0px" # export vwindow_fg vwindow_bg vtext_widget_fg vtext_widget_bg vselected_fg vselected_bg vbutton_fg vbutton_bg vbutton_checked_bg vbutton_checked_fg vdisabled_fg vdisabled_bg vwarningc verrorc vsuccessc vtitlebar_active_fg vtitlebar_active_bg vtitlebar_backdrop_fg vtitlebar_backdrop_bg vhint_fg vhint_bg vosd_fg vosd_bg vlink_fg vlink_visited_fg diff --git a/source/templates/colorscheme-light-blue.sh b/source/templates/colorscheme-light-blue.sh index e029e74..83f5dd3 100755 --- a/source/templates/colorscheme-light-blue.sh +++ b/source/templates/colorscheme-light-blue.sh @@ -48,6 +48,7 @@ vosd_bg=$vhint_bg vlink_fg="#004B91" vlink_visited_fg="#680091" - +vbutton_radius="0px" +vwindow_radius="0px" # export vwindow_fg vwindow_bg vtext_widget_fg vtext_widget_bg vselected_fg vselected_bg vbutton_fg vbutton_bg vbutton_checked_bg vbutton_checked_fg vdisabled_fg vdisabled_bg vwarningc verrorc vsuccessc vtitlebar_active_fg vtitlebar_active_bg vtitlebar_backdrop_fg vtitlebar_backdrop_bg vhint_fg vhint_bg vosd_fg vosd_bg vlink_fg vlink_visited_fg diff --git a/source/templates/colorscheme-light-debian.sh b/source/templates/colorscheme-light-debian.sh index 572b575..f76e00a 100644 --- a/source/templates/colorscheme-light-debian.sh +++ b/source/templates/colorscheme-light-debian.sh @@ -48,6 +48,8 @@ vosd_bg=$vhint_bg vlink_fg="#004B91" vlink_visited_fg="#680091" +vbutton_radius="0px" +vwindow_radius="0px" # export vwindow_fg vwindow_bg vtext_widget_fg vtext_widget_bg vselected_fg vselected_bg vbutton_fg vbutton_bg vbutton_checked_bg vbutton_checked_fg vdisabled_fg vdisabled_bg vwarningc verrorc vsuccessc vtitlebar_active_fg vtitlebar_active_bg vtitlebar_backdrop_fg vtitlebar_backdrop_bg vhint_fg vhint_bg vosd_fg vosd_bg vlink_fg vlink_visited_fg diff --git a/source/templates/colorscheme-light-greenyellow.sh b/source/templates/colorscheme-light-greenyellow.sh index a65737f..6918a58 100644 --- a/source/templates/colorscheme-light-greenyellow.sh +++ b/source/templates/colorscheme-light-greenyellow.sh @@ -48,6 +48,8 @@ vosd_bg=$vhint_bg vlink_fg="#004B91" vlink_visited_fg="#680091" +vbutton_radius="0px" +vwindow_radius="0px" # export vwindow_fg vwindow_bg vtext_widget_fg vtext_widget_bg vselected_fg vselected_bg vbutton_fg vbutton_bg vbutton_checked_bg vbutton_checked_fg vdisabled_fg vdisabled_bg vwarningc verrorc vsuccessc vtitlebar_active_fg vtitlebar_active_bg vtitlebar_backdrop_fg vtitlebar_backdrop_bg vhint_fg vhint_bg vosd_fg vosd_bg vlink_fg vlink_visited_fg diff --git a/source/templates/colorscheme-light-turquoise-darker.sh b/source/templates/colorscheme-light-turquoise-darker.sh index 5e66c53..347efc0 100644 --- a/source/templates/colorscheme-light-turquoise-darker.sh +++ b/source/templates/colorscheme-light-turquoise-darker.sh @@ -48,6 +48,8 @@ vosd_bg=$vhint_bg vlink_fg="#004B91" vlink_visited_fg="#680091" +vbutton_radius="0px" +vwindow_radius="0px" # export vwindow_fg vwindow_bg vtext_widget_fg vtext_widget_bg vselected_fg vselected_bg vbutton_fg vbutton_bg vbutton_checked_bg vbutton_checked_fg vdisabled_fg vdisabled_bg vwarningc verrorc vsuccessc vtitlebar_active_fg vtitlebar_active_bg vtitlebar_backdrop_fg vtitlebar_backdrop_bg vhint_fg vhint_bg vosd_fg vosd_bg vlink_fg vlink_visited_fg diff --git a/source/templates/colorscheme-light-turquoise.sh b/source/templates/colorscheme-light-turquoise.sh index 0354082..e46888a 100644 --- a/source/templates/colorscheme-light-turquoise.sh +++ b/source/templates/colorscheme-light-turquoise.sh @@ -48,6 +48,8 @@ vosd_bg=$vhint_bg vlink_fg="#004B91" vlink_visited_fg="#680091" +vbutton_radius="0px" +vwindow_radius="0px" # export vwindow_fg vwindow_bg vtext_widget_fg vtext_widget_bg vselected_fg vselected_bg vbutton_fg vbutton_bg vbutton_checked_bg vbutton_checked_fg vdisabled_fg vdisabled_bg vwarningc verrorc vsuccessc vtitlebar_active_fg vtitlebar_active_bg vtitlebar_backdrop_fg vtitlebar_backdrop_bg vhint_fg vhint_bg vosd_fg vosd_bg vlink_fg vlink_visited_fg