diff --git a/themes/Darkness.css b/themes/Darkness.css index 6b84ba0a..8b1eb52b 100644 --- a/themes/Darkness.css +++ b/themes/Darkness.css @@ -1,7 +1,7 @@ /* Name: Darkness Author: LightSaveUs - Version: 0.4 + Version: 0.4.1 Description: A theme inspired by the AI Dungeon interface. */ @@ -108,7 +108,7 @@ /*World Info*/ --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_text_color: #e0e0e0; diff --git a/themes/Monochrome.css b/themes/Monochrome.css index fe17da6b..1ce6eca9 100644 --- a/themes/Monochrome.css +++ b/themes/Monochrome.css @@ -1,7 +1,7 @@ /* Name: Monochrome Author: LightSaveUs - Version: 0.7 + Version: 0.7.1 Description: A theme inspired by the NovelAI interface. */ @@ -108,7 +108,7 @@ /*World Info*/ --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_text_color: #e0e0e0; diff --git a/themes/Nostalgia.css b/themes/Nostalgia.css index a37fd328..bac657cd 100644 --- a/themes/Nostalgia.css +++ b/themes/Nostalgia.css @@ -1,7 +1,7 @@ /* Name: Nostalgia Author: LightSaveUs - Version: 0.3 + Version: 0.3.1 Description: A theme inspired by the old KoboldAI interface. */ @@ -108,7 +108,7 @@ /*World Info*/ --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_text_color: #ffffff; diff --git a/themes/Unicorn.css b/themes/Unicorn.css index 80da55b4..58470731 100644 --- a/themes/Unicorn.css +++ b/themes/Unicorn.css @@ -1,7 +1,7 @@ /* Name: Unicorn Author: LightSaveUs - Version: 0.4 + Version: 0.4.1 Description: A theme inspired by the DreamilyAI interface. */ @@ -113,7 +113,7 @@ /*World Info*/ --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_text_color: #5c5c5c;