mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Adding new themes format
This commit is contained in:
1
public/themes/Aqua Blue v2.json
Normal file
1
public/themes/Aqua Blue v2.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"name":"Aqua Blue v2","blur_strength":2,"main_text_color":"rgba(160, 190, 190, 1)","italics_text_color":"rgba(170, 200, 200, 1)","quote_text_color":"rgba(97, 161, 207, 1)","fastui_bg_color":"rgba(7, 54, 66, 0.9)","blur_tint_color":"rgba(0, 43, 54, 0.8)","shadow_color":"rgba(0, 0, 0, 0.5)","shadow_width":2,"font_scale":0.95,"fast_ui_mode":false,"waifuMode":false,"avatar_style":0,"chat_display":0,"noShadows":false,"sheld_width":0,"timer_enabled":false,"hotswap_enabled":false}
|
20
public/themes/Default (Minimal Dark) v2.json
Normal file
20
public/themes/Default (Minimal Dark) v2.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "Default (Minimal Dark)",
|
||||||
|
"blur_strength": 10,
|
||||||
|
"main_text_color": "rgba(255, 255, 255, 1)",
|
||||||
|
"italics_text_color": "rgba(255, 255, 255, 1)",
|
||||||
|
"quote_text_color": "rgba(255, 255, 255, 1)",
|
||||||
|
"fastui_bg_color": "rgba(0, 0, 0, 0.9)",
|
||||||
|
"blur_tint_color": "rgba(0, 0, 0, 0.5)",
|
||||||
|
"shadow_color": "rgba(0, 0, 0, 0.5)",
|
||||||
|
"shadow_width": 2,
|
||||||
|
"font_scale": 1,
|
||||||
|
"fast_ui_mode": true,
|
||||||
|
"waifuMode": false,
|
||||||
|
"avatar_style": 0,
|
||||||
|
"chat_display": 0,
|
||||||
|
"noShadows": true,
|
||||||
|
"sheld_width": 0,
|
||||||
|
"timer_enabled": false,
|
||||||
|
"hotswap_enabled": false
|
||||||
|
}
|
1
public/themes/Default (Minimal Light).json
Normal file
1
public/themes/Default (Minimal Light).json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"name":"Default (Minimal Light)","blur_strength":10,"main_text_color":"rgba(0, 0, 0, 1)","italics_text_color":"rgba(104, 104, 104, 1)","quote_text_color":"rgba(191, 154, 81, 1)","fastui_bg_color":"rgba(225, 225, 225, 1)","blur_tint_color":"rgba(228, 228, 228, 0.76)","shadow_color":"rgba(0, 0, 0, 0.5)","shadow_width":2,"font_scale":1,"fast_ui_mode":true,"waifuMode":false,"avatar_style":0,"chat_display":0,"noShadows":true,"sheld_width":0,"timer_enabled":false,"hotswap_enabled":false}
|
1
public/themes/Megumin Red v2.json
Normal file
1
public/themes/Megumin Red v2.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"name":"Megumin Red v2","blur_strength":10,"main_text_color":"rgba(230, 230, 230, 1)","italics_text_color":"rgba(200, 200, 200, 1)","quote_text_color":"rgba(97, 161, 207, 1)","fastui_bg_color":"rgba(70, 5, 5, 1)","blur_tint_color":"rgba(50, 10, 10, 0.75)","shadow_color":"rgba(0, 0, 0, 0.5)","shadow_width":2,"font_scale":1,"fast_ui_mode":true,"waifuMode":false,"avatar_style":0,"chat_display":0,"noShadows":true,"sheld_width":0,"timer_enabled":true,"hotswap_enabled":true}
|
20
public/themes/Ross.json
Normal file
20
public/themes/Ross.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "Ross",
|
||||||
|
"blur_strength": 10,
|
||||||
|
"main_text_color": "rgba(255, 255, 255, 1)",
|
||||||
|
"italics_text_color": "rgba(143, 143, 143, 1)",
|
||||||
|
"quote_text_color": "rgba(97, 161, 207, 1)",
|
||||||
|
"fastui_bg_color": "rgba(0, 0, 0, 0.9)",
|
||||||
|
"blur_tint_color": "rgba(50, 50, 50, 0.48)",
|
||||||
|
"shadow_color": "rgba(0, 0, 0, 0.5)",
|
||||||
|
"shadow_width": 2,
|
||||||
|
"font_scale": 0.95,
|
||||||
|
"fast_ui_mode": false,
|
||||||
|
"waifuMode": false,
|
||||||
|
"avatar_style": 1,
|
||||||
|
"chat_display": 1,
|
||||||
|
"noShadows": false,
|
||||||
|
"sheld_width": 1,
|
||||||
|
"timer_enabled": true,
|
||||||
|
"hotswap_enabled": true
|
||||||
|
}
|
Reference in New Issue
Block a user