mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
Set light theme Skewaita improved
This commit is contained in:
parent
cbb881ed87
commit
2b81681c38
9 changed files with 1805 additions and 1807 deletions
|
|
@ -1,40 +1,40 @@
|
|||
$window_fg: #EDF0F5;
|
||||
$window_bg: #3f3e3e;
|
||||
$text_widget_fg: #EDF0F5;
|
||||
$text_widget_bg: #323232;
|
||||
$window_fg: #2f2f2f;
|
||||
$window_bg: #C9C9C9;
|
||||
$text_widget_fg: #2f2f2f;
|
||||
$text_widget_bg: #E3E3E3;
|
||||
|
||||
$selected_fg: #d1ff96;
|
||||
$selected_bg: #669900;
|
||||
$selected_fg: #000000;
|
||||
$selected_bg: #b0dd7e;
|
||||
|
||||
$button_fg: #EDF0F5;
|
||||
$button_bg: #4e584d;
|
||||
$button_checked_bg: #669900;
|
||||
$button_checked_fg: #d1ff96;
|
||||
$button_fg: #2f2f2f;
|
||||
$button_bg: #DADADA;
|
||||
$button_checked_bg: #b0dd7e;
|
||||
$button_checked_fg: #000000;
|
||||
|
||||
|
||||
$disabled_fg: #7c675a;
|
||||
$disabled_bg: #493e37;
|
||||
$disabled_fg: #552222;
|
||||
$disabled_bg: #B5A9A9;
|
||||
|
||||
/*Usually an automatic fg color on these backgrounds should check this value!*/
|
||||
$warningc: #f57900;
|
||||
$errorc: #CC0000;
|
||||
$successc: #33d17a;
|
||||
$errorc: #990000;
|
||||
$successc: #00b8a8;
|
||||
|
||||
|
||||
$titlebar_active_fg: #d1ff96;
|
||||
$titlebar_active_bg: #507800;
|
||||
$titlebar_active_fg: #000000;
|
||||
$titlebar_active_bg: #b0dd7e;
|
||||
|
||||
$titlebar_backdrop_fg: #EDF0F5;
|
||||
$titlebar_backdrop_bg: #3f3e3e;
|
||||
$titlebar_backdrop_fg: #2f2f2f;
|
||||
$titlebar_backdrop_bg: #C9C9C9;
|
||||
|
||||
$hint_fg: #66cbec;
|
||||
$hint_bg: #203d79;
|
||||
$hint_fg: #002269;
|
||||
$hint_bg: #85B1E8;
|
||||
|
||||
$osd_fg: #66cbec;
|
||||
$osd_bg: #203d79;
|
||||
$osd_fg: #002269;
|
||||
$osd_bg: #85B1E8;
|
||||
|
||||
$link_fg: #99c1f1;
|
||||
$link_visited_fg: #dc8add;
|
||||
$link_fg: #004B91;
|
||||
$link_visited_fg: #680091;
|
||||
|
||||
// ---- 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
|
|
@ -1,40 +1,40 @@
|
|||
$window_fg: #EDF0F5;
|
||||
$window_bg: #3f3e3e;
|
||||
$text_widget_fg: #EDF0F5;
|
||||
$text_widget_bg: #323232;
|
||||
$window_fg: #2f2f2f;
|
||||
$window_bg: #C9C9C9;
|
||||
$text_widget_fg: #2f2f2f;
|
||||
$text_widget_bg: #E3E3E3;
|
||||
|
||||
$selected_fg: #d1ff96;
|
||||
$selected_bg: #669900;
|
||||
$selected_fg: #000000;
|
||||
$selected_bg: #b0dd7e;
|
||||
|
||||
$button_fg: #EDF0F5;
|
||||
$button_bg: #4e584d;
|
||||
$button_checked_bg: #669900;
|
||||
$button_checked_fg: #d1ff96;
|
||||
$button_fg: #2f2f2f;
|
||||
$button_bg: #DADADA;
|
||||
$button_checked_bg: #b0dd7e;
|
||||
$button_checked_fg: #000000;
|
||||
|
||||
|
||||
$disabled_fg: #7c675a;
|
||||
$disabled_bg: #493e37;
|
||||
$disabled_fg: #552222;
|
||||
$disabled_bg: #B5A9A9;
|
||||
|
||||
/*Usually an automatic fg color on these backgrounds should check this value!*/
|
||||
$warningc: #f57900;
|
||||
$errorc: #CC0000;
|
||||
$successc: #33d17a;
|
||||
$errorc: #990000;
|
||||
$successc: #00b8a8;
|
||||
|
||||
|
||||
$titlebar_active_fg: #d1ff96;
|
||||
$titlebar_active_bg: #669900;
|
||||
$titlebar_active_fg: #000000;
|
||||
$titlebar_active_bg: #b0dd7e;
|
||||
|
||||
$titlebar_backdrop_fg: #EDF0F5;
|
||||
$titlebar_backdrop_bg: #3f3e3e;
|
||||
$titlebar_backdrop_fg: #2f2f2f;
|
||||
$titlebar_backdrop_bg: #C9C9C9;
|
||||
|
||||
$hint_fg: #66cbec;
|
||||
$hint_bg: #203d79;
|
||||
$hint_fg: #002269;
|
||||
$hint_bg: #85B1E8;
|
||||
|
||||
$osd_fg: #66cbec;
|
||||
$osd_bg: #203d79;
|
||||
$osd_fg: #002269;
|
||||
$osd_bg: #85B1E8;
|
||||
|
||||
$link_fg: #99c1f1;
|
||||
$link_visited_fg: #dc8add;
|
||||
$link_fg: #004B91;
|
||||
$link_visited_fg: #680091;
|
||||
|
||||
// ---- These are not colors, but other types of variables:
|
||||
|
||||
|
|
|
|||
|
|
@ -9,22 +9,22 @@
|
|||
|
||||
# Improved Skewaita: light, with grayish tones and light green accents, VERY easy on the eyes
|
||||
|
||||
vwindow_fg="#241f31"
|
||||
vwindow_bg="#908f8d"
|
||||
vtext_widget_fg="#241f31"
|
||||
vtext_widget_bg="#a7a7a7"
|
||||
vwindow_fg="#2f2f2f"
|
||||
vwindow_bg="#C9C9C9"
|
||||
vtext_widget_fg="#2f2f2f"
|
||||
vtext_widget_bg="#E3E3E3"
|
||||
|
||||
vselected_fg="#000000"
|
||||
vselected_bg="#b0dd7e"
|
||||
|
||||
vbutton_fg="#241f31"
|
||||
vbutton_bg="#bcbeb9"
|
||||
vbutton_fg="#2f2f2f"
|
||||
vbutton_bg="#DADADA"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#552222"
|
||||
vdisabled_bg="#938989"
|
||||
vdisabled_bg="#B5A9A9"
|
||||
|
||||
# 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
|
||||
|
||||
vhint_fg="#002269"
|
||||
vhint_bg="#6789b4"
|
||||
vhint_bg="#85B1E8"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
|
||||
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
|
||||
|
||||
gtk-color-scheme = "bg_color:#3f3e3e"
|
||||
gtk-color-scheme = "fg_color:#EDF0F5"
|
||||
gtk-color-scheme = "base_color:#323232"
|
||||
gtk-color-scheme = "text_color:#EDF0F5"
|
||||
gtk-color-scheme = "selected_bg_color:#669900"
|
||||
gtk-color-scheme = "selected_fg_color:#d1ff96"
|
||||
gtk-color-scheme = "tooltip_bg_color:#203d79"
|
||||
gtk-color-scheme = "tooltip_fg_color:#66cbec"
|
||||
gtk-color-scheme = "disabled_bg_color:#493e37"
|
||||
gtk-color-scheme = "disabled_fg_color:#7c675a"
|
||||
gtk-color-scheme = "button_bg_color:#4e584d"
|
||||
gtk-color-scheme = "button_fg_color:#EDF0F5"
|
||||
gtk-color-scheme = "button_checked_bg_color:#669900"
|
||||
gtk-color-scheme = "button_checked_fg_color:#d1ff96"
|
||||
gtk-color-scheme = "bg_color:#C9C9C9"
|
||||
gtk-color-scheme = "fg_color:#2f2f2f"
|
||||
gtk-color-scheme = "base_color:#E3E3E3"
|
||||
gtk-color-scheme = "text_color:#2f2f2f"
|
||||
gtk-color-scheme = "selected_bg_color:#b0dd7e"
|
||||
gtk-color-scheme = "selected_fg_color:#000000"
|
||||
gtk-color-scheme = "tooltip_bg_color:#85B1E8"
|
||||
gtk-color-scheme = "tooltip_fg_color:#002269"
|
||||
gtk-color-scheme = "disabled_bg_color:#B5A9A9"
|
||||
gtk-color-scheme = "disabled_fg_color:#552222"
|
||||
gtk-color-scheme = "button_bg_color:#DADADA"
|
||||
gtk-color-scheme = "button_fg_color:#2f2f2f"
|
||||
gtk-color-scheme = "button_checked_bg_color:#b0dd7e"
|
||||
gtk-color-scheme = "button_checked_fg_color:#000000"
|
||||
|
||||
style "main" {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue