From c786771e4abb48b3f407d8d8ea1f80783391d056 Mon Sep 17 00:00:00 2001 From: GuiAworld Date: Sat, 3 Sep 2022 20:32:48 -0300 Subject: [PATCH] LightSaveUs Theme Port --- themes/Darkness.css | 47 +++++++++++++++++++++++++++++-------------- themes/Monochrome.css | 47 +++++++++++++++++++++++++++++-------------- themes/Unicorn.css | 43 +++++++++++++++++++++++++++------------ 3 files changed, 94 insertions(+), 43 deletions(-) diff --git a/themes/Darkness.css b/themes/Darkness.css index d88d554c..dd0fcc3f 100644 --- a/themes/Darkness.css +++ b/themes/Darkness.css @@ -22,14 +22,9 @@ --tertiary_container_palette: #000000; --on_tertiary_container_palette: #000000; - --error_palette: #ffb4ab; - --on_error_palette: #690005; - --error_container_palette: #93000a; - --on_error_container_palette: #ffdad6; - --background_palette: #000000; --on_background_palette:#000000; - --layer1_palette: #181818; + --layer1_palette: #000000; --layer2_palette: #000000; --layer3_palette: #000000; --layer4_palette: #000000; @@ -55,13 +50,24 @@ --scrollbar-color: #1a615e7a; /*Buttons*/ + /*General*/ --enabled_button_text: #e0e0e0; --enabled_button_background_color: #424243; --enabled_button_border_color: #2e2e2fe8; + --disabled_button_text: #303030; --disabled_button_background_color: #495762; --disabled_button_border_color: #686c68; + /*Home Tab*/ + --button_text: #e0e0e0; + --button_background: #424243; + + /*Alternate Button*/ + --alternate_button_text: #e0e0e0; + --alternate_button_background: #1a625f; + + /*Sequence, AKA Gens Per Action*/ --sequence_area_background: #1c1e1f; --sequence_background: #1c1e1f; @@ -71,13 +77,10 @@ --tab_color: #1a625f; --flyout_background: #181818; - --flyout_background_pinned:var(--layer1_palette); + --flyout_background_pinned: #181818; --setting_background: #242424; --setting_text: #e0e0e0; - - --button_text: var(--setting_text); - --button_background: var(--setting_background); --sample_order_select_color: #1d434a; --sample_order_select_color_text: #e0e0e0; @@ -90,13 +93,18 @@ --rangeslider_circle_color: #385262; --help_icon: #c07ec5; - --tooltip_text: #000000; - --tooltip_background: #000000; + /*--tooltip_text: #000000; + --tooltip_background: #000000;*/ --setting_category_help_text_color: #E0E0E0; --setting_footer_border_color: grey; --setting_footer_text_color: #e0e0e0; - --setting_footer_background_color: var(--layer1_palette); + --setting_footer_background_color: #181818; + + /*Palette Card*/ + --palette_card_background: #1b1b1b; + --palette_card_text: #e0e0e0; + --palette_table_border: #e0e0e0; /*World Info*/ --wi_card_border_color: #1a625f; @@ -122,12 +130,17 @@ --popup_hover_color: #1a2e30; --popup_hover_color_text: #e0e0e0; --popup_selected_color: #2c5357; - --popup_selected_color_text:var(--on_secondary_container_palette_palette); + --popup_selected_color_text: #e0e0e0; --popup_button_color: #1a625f; --popup_button_color_text: #e0e0e0; --popup_cancel_button_color: #1a625f; --popup_cancel_button_color_text: #e0e0e0; + + --error: #ffb4ab; + --error_text: #690005; + --error_title: #93000a; + --error_title_text: #ffdad6; /*Context Bar Colors*/ --context_colors_memory: #133a5c; @@ -142,6 +155,8 @@ /*Parameters*/ --scrollbar-size: 7px; + --palette_card_shadow: 0; + --wi_card_shadow: 0; --light_shadow_value: 0; --left_menu_strong_shadow: 0; --right_menu_light_shadow: 0; @@ -150,9 +165,11 @@ --radius_unpinned_menu: 15px; --radius_sequence: 10px; --radius_settings_background: 10px; - --radius_buttons: 5px; + --radius_button: 5px; + --radius_alternate_button: 5px; --radius_item_popup: 5px; --radius_wi_card: 10px; + --radius_palette_card: 10px; --radius_settings_button: 5px; diff --git a/themes/Monochrome.css b/themes/Monochrome.css index c2afbf4f..38dfdc15 100644 --- a/themes/Monochrome.css +++ b/themes/Monochrome.css @@ -22,14 +22,9 @@ --tertiary_container_palette: #000000; --on_tertiary_container_palette: #000000; - --error_palette: #ffb4ab; - --on_error_palette: #690005; - --error_container_palette: #93000a; - --on_error_container_palette: #ffdad6; - --background_palette: #000000; --on_background_palette:#000000; - --layer1_palette: #18222a; + --layer1_palette: #000000; --layer2_palette: #000000; --layer3_palette: #000000; --layer4_palette: #000000; @@ -55,13 +50,24 @@ --scrollbar-color: #3e536780; /*Buttons*/ + /*General*/ --enabled_button_text: #e0e0e0; --enabled_button_background_color: #2f4563; --enabled_button_border_color: #263a54; + --disabled_button_text: #303030; --disabled_button_background_color: #495762; --disabled_button_border_color: #686c68; + /*Home Tab*/ + --button_text: #e0e0e0; + --button_background: #2f4563; + + /*Alternate Button*/ + --alternate_button_text: #e0e0e0; + --alternate_button_background: #2b5471; + + /*Sequence, AKA Gens Per Action*/ --sequence_area_background: #121b21; --sequence_background: #131c22; @@ -71,13 +77,10 @@ --tab_color: #2b5471; --flyout_background: #18222a; - --flyout_background_pinned:var(--layer1_palette); + --flyout_background_pinned: #18222a; --setting_background: #273141; --setting_text: #e0e0e0; - - --button_text: var(--setting_text); - --button_background: var(--setting_background); --sample_order_select_color: #244c65; --sample_order_select_color_text: #e0e0e0; @@ -90,13 +93,18 @@ --rangeslider_circle_color: #1b354d; --help_icon: #cfd7a2; - --tooltip_text: #000000; - --tooltip_background: #000000; + /*--tooltip_text: #000000; + --tooltip_background: #000000;*/ --setting_category_help_text_color: #E0E0E0; --setting_footer_border_color: grey; --setting_footer_text_color: #e0e0e0; - --setting_footer_background_color: var(--layer1_palette); + --setting_footer_background_color: #18222a; + + /*Palette Card*/ + --palette_card_background: #273141; + --palette_card_text: #e0e0e0; + --palette_table_border: #eeeeeead; /*World Info*/ --wi_card_border_color: #eeeeeead; @@ -122,12 +130,17 @@ --popup_hover_color: #1f4358; --popup_hover_color_text: #e0e0e0; --popup_selected_color: #295c72; - --popup_selected_color_text:var(--on_secondary_container_palette_palette); + --popup_selected_color_text:#e0e0e0; --popup_button_color: #406494; --popup_button_color_text: #e0e0e0; --popup_cancel_button_color: #406494; --popup_cancel_button_color_text: #e0e0e0; + + --error: #ffb4ab; + --error_text: #690005; + --error_title: #93000a; + --error_title_text: #ffdad6; /*Context Bar Colors*/ --context_colors_memory: #04325c; @@ -141,6 +154,8 @@ /*Parameters*/ --scrollbar-size: 6px; + --palette_card_shadow: 0; + --wi_card_shadow: 0; --light_shadow_value: 0; --left_menu_strong_shadow: 0; --right_menu_light_shadow: 0; @@ -149,9 +164,11 @@ --radius_unpinned_menu: 0px; --radius_sequence: 5px; --radius_settings_background: 2px; - --radius_buttons: 2px; + --radius_button: 5px; + --radius_alternate_button: 5px; --radius_item_popup: 2px; --radius_wi_card: 5px; + --radius_palette_card: 5px; --radius_settings_button: 5px; diff --git a/themes/Unicorn.css b/themes/Unicorn.css index 8d49fff9..70b66d75 100644 --- a/themes/Unicorn.css +++ b/themes/Unicorn.css @@ -22,14 +22,9 @@ --tertiary_container_palette: #000000; --on_tertiary_container_palette: #000000; - --error_palette: #ffb4ab; - --on_error_palette: #690005; - --error_container_palette: #93000a; - --on_error_container_palette: #ffdad6; - --background_palette: #000000; --on_background_palette:#000000; - --layer1_palette: #e2e2e2; + --layer1_palette: #000000; --layer2_palette: #000000; --layer3_palette: #000000; --layer4_palette: #000000; @@ -59,15 +54,26 @@ --scrollbar-color: #e267717a; /*Buttons*/ + /*General*/ --enabled_button_text: #f2f1f1; --enabled_button_background_color: #e26771; --enabled_button_border_color: #99454c; + --disabled_button_text: #303030; --disabled_button_background_color: #495762; --disabled_button_border_color: #686c68; + /*Home Tab*/ + --button_text: #f2f1f1; + --button_background: #e26771; + + /*Alternate Button*/ + --alternate_button_text: #f2f1f1; + --alternate_button_background: #b4525a; + + /*Sequence, AKA Gens Per Action*/ - --sequence_area_background:var(--layer1_palette); + --sequence_area_background:#e2e2e2; --sequence_background: #ececec; --sequence_text: #a8a8a8; @@ -81,9 +87,6 @@ --setting_background: #e1c5c5; --setting_text: #421d1d; - - --button_text: var(--setting_text); - --button_background: var(--setting_background); --sample_order_select_color: #dc6872; --sample_order_select_color_text: #f2f1f1; @@ -96,14 +99,19 @@ --rangeslider_circle_color: #f2f1f1; --help_icon: #f2f1f1; - --tooltip_text: #000000; - --tooltip_background: #000000; + /*--tooltip_text: #000000; + --tooltip_background: #000000;*/ --setting_category_help_text_color: #464646; --setting_footer_border_color: #4646466b; --setting_footer_text_color: #464646; --setting_footer_background_color: #e1c5c5; + /*Palette Card*/ + --palette_card_background: #e26771; + --palette_card_text: #f2f1f1; + --palette_table_border: #f2f1f1; + /*World Info*/ --wi_card_border_color: #dc6872; --wi_card_border_color_to_ai: #dc6872; @@ -134,6 +142,11 @@ --popup_button_color_text: #421d1d; --popup_cancel_button_color: #cfb6b6; --popup_cancel_button_color_text: #421d1d; + + --error: #ffb4ab; + --error_text: #690005; + --error_title: #93000a; + --error_title_text: #ffdad6; /*Context Bar Colors*/ --context_colors_memory: #8e4147; @@ -147,6 +160,8 @@ /*Parameters*/ --scrollbar-size: 6px; + --palette_card_shadow: 0; + --wi_card_shadow: 0; --light_shadow_value: 0; --left_menu_light_shadow: 0; --left_menu_strong_shadow: 0; @@ -157,9 +172,11 @@ --radius_unpinned_menu: 20px; --radius_sequence: 15px; --radius_settings_background: 10px; - --radius_buttons: 10px; + --radius_button: 10px; + --radius_alternate_button: 10px; --radius_item_popup: 5px; --radius_wi_card: 10px; + --radius_palette_card: 5px; --radius_settings_button: 5px;