Merge pull request #221 from LightSaveUs/UI2

WI Card Border Color to AI
This commit is contained in:
ebolam
2022-10-17 19:54:17 -04:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
/* /*
Name: Darkness Name: Darkness
Author: LightSaveUs Author: LightSaveUs
Version: 0.4 Version: 0.4.1
Description: A theme inspired by the AI Dungeon interface. Description: A theme inspired by the AI Dungeon interface.
*/ */
@@ -108,7 +108,7 @@
/*World Info*/ /*World Info*/
--wi_card_border_color: #333333; --wi_card_border_color: #333333;
--wi_card_border_color_to_ai: #333333; --wi_card_border_color_to_ai: #1e6d6aa1;
--wi_card_bg_color: #242424; --wi_card_bg_color: #242424;
--wi_card_text_color: #e0e0e0; --wi_card_text_color: #e0e0e0;

View File

@@ -1,7 +1,7 @@
/* /*
Name: Monochrome Name: Monochrome
Author: LightSaveUs Author: LightSaveUs
Version: 0.7 Version: 0.7.1
Description: A theme inspired by the NovelAI interface. Description: A theme inspired by the NovelAI interface.
*/ */
@@ -108,7 +108,7 @@
/*World Info*/ /*World Info*/
--wi_card_border_color: #334552; --wi_card_border_color: #334552;
--wi_card_border_color_to_ai: #334552; --wi_card_border_color_to_ai: #eedcb880;
--wi_card_bg_color: #223040; --wi_card_bg_color: #223040;
--wi_card_text_color: #e0e0e0; --wi_card_text_color: #e0e0e0;

View File

@@ -1,7 +1,7 @@
/* /*
Name: Nostalgia Name: Nostalgia
Author: LightSaveUs Author: LightSaveUs
Version: 0.3 Version: 0.3.1
Description: A theme inspired by the old KoboldAI interface. Description: A theme inspired by the old KoboldAI interface.
*/ */
@@ -108,7 +108,7 @@
/*World Info*/ /*World Info*/
--wi_card_border_color: #1e1e1e; --wi_card_border_color: #1e1e1e;
--wi_card_border_color_to_ai: #1e1e1e00; --wi_card_border_color_to_ai: #3bf72380;
--wi_card_bg_color: #1e1e1e; --wi_card_bg_color: #1e1e1e;
--wi_card_text_color: #ffffff; --wi_card_text_color: #ffffff;

View File

@@ -1,7 +1,7 @@
/* /*
Name: Unicorn Name: Unicorn
Author: LightSaveUs Author: LightSaveUs
Version: 0.4 Version: 0.4.1
Description: A theme inspired by the DreamilyAI interface. Description: A theme inspired by the DreamilyAI interface.
*/ */
@@ -113,7 +113,7 @@
/*World Info*/ /*World Info*/
--wi_card_border_color: #acacac; --wi_card_border_color: #acacac;
--wi_card_border_color_to_ai: #acacac; --wi_card_border_color_to_ai: #e2677180;
--wi_card_bg_color: #ebebeb; --wi_card_bg_color: #ebebeb;
--wi_card_text_color: #5c5c5c; --wi_card_text_color: #5c5c5c;