Updated theme to 0.2 version

This commit is contained in:
LightSaveUs
2022-09-04 06:16:48 +03:00
committed by GitHub
parent 485d0dfeac
commit 4b2160244d

View File

@@ -1,7 +1,7 @@
/*
Name: Unicorn
Author: LightSaveUs
Version: 0.1.1
Version: 0.2
Description: A theme inspired by the DreamilyAI interface.
*/
@@ -37,12 +37,12 @@
/*----------------Advanced Theme--------------------*/
/*General*/
--background: #e8e7ec;
--background: #eeeeee;
--gamescreen_background: #e8e7ec;
--gamescreen_background: #eeeeee;
--gamescreen_text: #222224;
--input_background: #e1e1e1;
--input_background: #e2e2e2;
--input_text: #222224;
--text: #f2f1f1;
@@ -51,7 +51,7 @@
--statusbar_color: #f2f2f499;
--statusbar_text_color: white;
--scrollbar-color: #e267717a;
--scrollbar-color: #da4f5a7a;
/*Buttons*/
/*General*/
@@ -69,16 +69,16 @@
/*Alternate Button*/
--alternate_button_text: #f2f1f1;
--alternate_button_background: #b4525a;
--alternate_button_background: #e26771;
/*Sequence, AKA Gens Per Action*/
--sequence_area_background:#e2e2e2;
--sequence_background: #ececec;
--sequence_text: #a8a8a8;
--sequence_text: #828282;
/*Side Menus*/
--tab_color: #b4525a;
--tab_color: #a04a51;
--tab_text: #f2f1f1;
--flyout_background: #dcd9d9;
@@ -91,8 +91,8 @@
--sample_order_select_color: #dc6872;
--sample_order_select_color_text: #f2f1f1;
--dropdown_text: #e26771;
--dropdown_background: #d9d9dc;
--dropdown_text: #dc6872;
--dropdown_background: #e2e2e2;
--rangeslider_background_color: #818181;
--rangeslider_color: #dc6872;
@@ -108,27 +108,27 @@
--setting_footer_background_color: #e1c5c5;
/*Palette Card*/
--palette_card_background: #e26771;
--palette_card_text: #f2f1f1;
--palette_table_border: #f2f1f1;
--palette_card_background: #e1c5c5;
--palette_card_text: #5c5c5c;
--palette_table_border: #5c5c5c;
/*World Info*/
--wi_card_border_color: #dc6872;
--wi_card_border_color_to_ai: #dc6872;
--wi_card_bg_color: #e26771;
--wi_card_text_color: #f2f1f1;
--wi_card_bg_color: #e1c5c5;
--wi_card_text_color: #dc6872;
--wi_card_tag_bg_color: #f2f1f1;
--wi_card_tag_text_color: #5c5c5c;
--wi_tag_color: #e2c4c4;
--wi_tag_color: #e1c5c5;
--wi_tag_text_color: #5c5c5c;
/*Popup*/
--popup_background_color: #bb9c9c;
--popup_title_bar_color: #cfb6b6;
--popup_title_bar_color_text: #421d1d;
--popup_background_color: #e1c5c5;
--popup_title_bar_color: #dc6872;
--popup_title_bar_color_text: #f2f1f1;
--popup_item_color: #f2f1f1;
--popup_item_color_text: #e26771;
@@ -138,10 +138,10 @@
--popup_selected_color: #e26771;
--popup_selected_color_text: #f2f1f1;
--popup_button_color: #cfb6b6;
--popup_button_color_text: #421d1d;
--popup_cancel_button_color: #cfb6b6;
--popup_cancel_button_color_text: #421d1d;
--popup_button_color: #e1c5c5;
--popup_button_color_text: #e26771;
--popup_cancel_button_color: #e1c5c5;
--popup_cancel_button_color_text: #e26771;
--error: #ffb4ab;
--error_text: #690005;
@@ -169,15 +169,15 @@
--right_menu_strong_shadow: 0;
--popup_shadow: 0;
--radius_inputbox: 15px;
--radius_unpinned_menu: 20px;
--radius_unpinned_menu: 15px;
--radius_sequence: 15px;
--radius_settings_background: 10px;
--radius_button: 10px;
--radius_alternate_button: 10px;
--radius_item_popup: 5px;
--radius_item_popup: 10px;
--radius_wi_card: 10px;
--radius_palette_card: 5px;
--radius_settings_button: 5px;
--radius_palette_card: 10px;
--radius_settings_button: 10px;