Set light theme Skewaita improved

This commit is contained in:
Néstor Andreu 2023-01-30 14:59:34 +01:00
parent cbb881ed87
commit 2b81681c38
9 changed files with 1805 additions and 1807 deletions

View file

@ -1,54 +1,52 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "bg_color:#3f3e3e" gtk-color-scheme = "bg_color:#C9C9C9"
gtk-color-scheme = "fg_color:#EDF0F5" gtk-color-scheme = "fg_color:#2f2f2f"
gtk-color-scheme = "base_color:#323232" gtk-color-scheme = "base_color:#E3E3E3"
gtk-color-scheme = "text_color:#EDF0F5" gtk-color-scheme = "text_color:#2f2f2f"
gtk-color-scheme = "selected_bg_color:#669900" gtk-color-scheme = "selected_bg_color:#b0dd7e"
gtk-color-scheme = "selected_fg_color:#d1ff96" gtk-color-scheme = "selected_fg_color:#000000"
gtk-color-scheme = "tooltip_bg_color:#203d79" gtk-color-scheme = "tooltip_bg_color:#85B1E8"
gtk-color-scheme = "tooltip_fg_color:#66cbec" gtk-color-scheme = "tooltip_fg_color:#002269"
gtk-color-scheme = "disabled_bg_color:#493e37" gtk-color-scheme = "disabled_bg_color:#B5A9A9"
gtk-color-scheme = "disabled_fg_color:#7c675a" gtk-color-scheme = "disabled_fg_color:#552222"
gtk-color-scheme = "button_bg_color:#4e584d" gtk-color-scheme = "button_bg_color:#DADADA"
gtk-color-scheme = "button_fg_color:#EDF0F5" gtk-color-scheme = "button_fg_color:#2f2f2f"
gtk-color-scheme = "button_checked_bg_color:#669900" gtk-color-scheme = "button_checked_bg_color:#b0dd7e"
gtk-color-scheme = "button_checked_fg_color:#d1ff96" gtk-color-scheme = "button_checked_fg_color:#000000"
style "main" { style "main" {
bg[NORMAL] = @bg_color bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.02, @bg_color) bg[PRELIGHT] = shade (1.02, @bg_color)
bg[SELECTED] = @selected_bg_color bg[SELECTED] = @selected_bg_color
bg[INSENSITIVE] = @disabled_bg_color bg[INSENSITIVE] = @disabled_bg_color
bg[ACTIVE] = shade (0.9, @bg_color) # shade (0.9, @bg_color) # @selected_bg_color bg[ACTIVE] = shade (0.9, @bg_color) # shade (0.9, @bg_color) # @selected_bg_color
fg[NORMAL] = @fg_color fg[NORMAL] = @fg_color
fg[PRELIGHT] = @fg_color fg[PRELIGHT] = @fg_color
fg[SELECTED] = @selected_fg_color fg[SELECTED] = @selected_fg_color
fg[INSENSITIVE] = @disabled_fg_color fg[INSENSITIVE] = @disabled_fg_color
fg[ACTIVE] = @fg_color # @fg_color # @selected_fg_color fg[ACTIVE] = @fg_color # @fg_color # @selected_fg_color
text[NORMAL] = @text_color text[NORMAL] = @text_color
text[PRELIGHT] = @text_color text[PRELIGHT] = @text_color
text[SELECTED] = @selected_fg_color text[SELECTED] = @selected_fg_color
text[INSENSITIVE] = @disabled_fg_color text[INSENSITIVE] = @disabled_fg_color
text[ACTIVE] = @selected_fg_color text[ACTIVE] = @selected_fg_color
base[NORMAL] = @base_color base[NORMAL] = @base_color
base[PRELIGHT] = shade (0.95, @bg_color) base[PRELIGHT] = shade (0.95, @bg_color)
base[SELECTED] = @selected_bg_color base[SELECTED] = @selected_bg_color
base[INSENSITIVE] = @disabled_bg_color base[INSENSITIVE] = @disabled_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color) base[ACTIVE] = shade (0.9, @selected_bg_color)
GtkCheckButton::indicator-size = 16 GtkCheckButton::indicator-size = 16
GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified
GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified
GtkButton::shadow-type = GTK_SHADOW_NONE GtkButton::shadow-type = GTK_SHADOW_NONE
#xthickness = 2 #engine "redmond95" {}
#ythickness = 2
#engine "redmond95" {}
} }
style "notebook-menu" { style "notebook-menu" {

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,40 +1,40 @@
$window_fg: #EDF0F5; $window_fg: #2f2f2f;
$window_bg: #3f3e3e; $window_bg: #C9C9C9;
$text_widget_fg: #EDF0F5; $text_widget_fg: #2f2f2f;
$text_widget_bg: #323232; $text_widget_bg: #E3E3E3;
$selected_fg: #d1ff96; $selected_fg: #000000;
$selected_bg: #669900; $selected_bg: #b0dd7e;
$button_fg: #EDF0F5; $button_fg: #2f2f2f;
$button_bg: #4e584d; $button_bg: #DADADA;
$button_checked_bg: #669900; $button_checked_bg: #b0dd7e;
$button_checked_fg: #d1ff96; $button_checked_fg: #000000;
$disabled_fg: #7c675a; $disabled_fg: #552222;
$disabled_bg: #493e37; $disabled_bg: #B5A9A9;
/*Usually an automatic fg color on these backgrounds should check this value!*/ /*Usually an automatic fg color on these backgrounds should check this value!*/
$warningc: #f57900; $warningc: #f57900;
$errorc: #CC0000; $errorc: #990000;
$successc: #33d17a; $successc: #00b8a8;
$titlebar_active_fg: #d1ff96; $titlebar_active_fg: #000000;
$titlebar_active_bg: #507800; $titlebar_active_bg: #b0dd7e;
$titlebar_backdrop_fg: #EDF0F5; $titlebar_backdrop_fg: #2f2f2f;
$titlebar_backdrop_bg: #3f3e3e; $titlebar_backdrop_bg: #C9C9C9;
$hint_fg: #66cbec; $hint_fg: #002269;
$hint_bg: #203d79; $hint_bg: #85B1E8;
$osd_fg: #66cbec; $osd_fg: #002269;
$osd_bg: #203d79; $osd_bg: #85B1E8;
$link_fg: #99c1f1; $link_fg: #004B91;
$link_visited_fg: #dc8add; $link_visited_fg: #680091;
// ---- These are not colors, but other types of variables: // ---- These are not colors, but other types of variables:

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,40 +1,40 @@
$window_fg: #EDF0F5; $window_fg: #2f2f2f;
$window_bg: #3f3e3e; $window_bg: #C9C9C9;
$text_widget_fg: #EDF0F5; $text_widget_fg: #2f2f2f;
$text_widget_bg: #323232; $text_widget_bg: #E3E3E3;
$selected_fg: #d1ff96; $selected_fg: #000000;
$selected_bg: #669900; $selected_bg: #b0dd7e;
$button_fg: #EDF0F5; $button_fg: #2f2f2f;
$button_bg: #4e584d; $button_bg: #DADADA;
$button_checked_bg: #669900; $button_checked_bg: #b0dd7e;
$button_checked_fg: #d1ff96; $button_checked_fg: #000000;
$disabled_fg: #7c675a; $disabled_fg: #552222;
$disabled_bg: #493e37; $disabled_bg: #B5A9A9;
/*Usually an automatic fg color on these backgrounds should check this value!*/ /*Usually an automatic fg color on these backgrounds should check this value!*/
$warningc: #f57900; $warningc: #f57900;
$errorc: #CC0000; $errorc: #990000;
$successc: #33d17a; $successc: #00b8a8;
$titlebar_active_fg: #d1ff96; $titlebar_active_fg: #000000;
$titlebar_active_bg: #669900; $titlebar_active_bg: #b0dd7e;
$titlebar_backdrop_fg: #EDF0F5; $titlebar_backdrop_fg: #2f2f2f;
$titlebar_backdrop_bg: #3f3e3e; $titlebar_backdrop_bg: #C9C9C9;
$hint_fg: #66cbec; $hint_fg: #002269;
$hint_bg: #203d79; $hint_bg: #85B1E8;
$osd_fg: #66cbec; $osd_fg: #002269;
$osd_bg: #203d79; $osd_bg: #85B1E8;
$link_fg: #99c1f1; $link_fg: #004B91;
$link_visited_fg: #dc8add; $link_visited_fg: #680091;
// ---- These are not colors, but other types of variables: // ---- These are not colors, but other types of variables:

View file

@ -9,22 +9,22 @@
# Improved Skewaita: light, with grayish tones and light green accents, VERY easy on the eyes # Improved Skewaita: light, with grayish tones and light green accents, VERY easy on the eyes
vwindow_fg="#241f31" vwindow_fg="#2f2f2f"
vwindow_bg="#908f8d" vwindow_bg="#C9C9C9"
vtext_widget_fg="#241f31" vtext_widget_fg="#2f2f2f"
vtext_widget_bg="#a7a7a7" vtext_widget_bg="#E3E3E3"
vselected_fg="#000000" vselected_fg="#000000"
vselected_bg="#b0dd7e" vselected_bg="#b0dd7e"
vbutton_fg="#241f31" vbutton_fg="#2f2f2f"
vbutton_bg="#bcbeb9" vbutton_bg="#DADADA"
vbutton_checked_bg=$vselected_bg vbutton_checked_bg=$vselected_bg
vbutton_checked_fg=$vselected_fg vbutton_checked_fg=$vselected_fg
vdisabled_fg="#552222" vdisabled_fg="#552222"
vdisabled_bg="#938989" vdisabled_bg="#B5A9A9"
# Usually an automatic fg color on these backgrounds should check this value! # Usually an automatic fg color on these backgrounds should check this value!
@ -40,7 +40,7 @@ vtitlebar_backdrop_fg=$vwindow_fg
vtitlebar_backdrop_bg=$vwindow_bg vtitlebar_backdrop_bg=$vwindow_bg
vhint_fg="#002269" vhint_fg="#002269"
vhint_bg="#6789b4" vhint_bg="#85B1E8"
vosd_fg=$vhint_fg vosd_fg=$vhint_fg
vosd_bg=$vhint_bg vosd_bg=$vhint_bg

View file

@ -1,20 +1,20 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
gtk-color-scheme = "bg_color:#3f3e3e" gtk-color-scheme = "bg_color:#C9C9C9"
gtk-color-scheme = "fg_color:#EDF0F5" gtk-color-scheme = "fg_color:#2f2f2f"
gtk-color-scheme = "base_color:#323232" gtk-color-scheme = "base_color:#E3E3E3"
gtk-color-scheme = "text_color:#EDF0F5" gtk-color-scheme = "text_color:#2f2f2f"
gtk-color-scheme = "selected_bg_color:#669900" gtk-color-scheme = "selected_bg_color:#b0dd7e"
gtk-color-scheme = "selected_fg_color:#d1ff96" gtk-color-scheme = "selected_fg_color:#000000"
gtk-color-scheme = "tooltip_bg_color:#203d79" gtk-color-scheme = "tooltip_bg_color:#85B1E8"
gtk-color-scheme = "tooltip_fg_color:#66cbec" gtk-color-scheme = "tooltip_fg_color:#002269"
gtk-color-scheme = "disabled_bg_color:#493e37" gtk-color-scheme = "disabled_bg_color:#B5A9A9"
gtk-color-scheme = "disabled_fg_color:#7c675a" gtk-color-scheme = "disabled_fg_color:#552222"
gtk-color-scheme = "button_bg_color:#4e584d" gtk-color-scheme = "button_bg_color:#DADADA"
gtk-color-scheme = "button_fg_color:#EDF0F5" gtk-color-scheme = "button_fg_color:#2f2f2f"
gtk-color-scheme = "button_checked_bg_color:#669900" gtk-color-scheme = "button_checked_bg_color:#b0dd7e"
gtk-color-scheme = "button_checked_fg_color:#d1ff96" gtk-color-scheme = "button_checked_fg_color:#000000"
style "main" { style "main" {