Add theme contest winner, pt.2

This commit is contained in:
Cohee 2024-07-04 01:12:26 +03:00
parent 09632fe5f8
commit ea768661e8
2 changed files with 39 additions and 0 deletions

View File

@ -19,6 +19,10 @@
"filename": "themes/Dark V 1.0.json",
"type": "theme"
},
{
"filename": "themes/Azure.json",
"type": "theme"
},
{
"filename": "backgrounds/__transparent.png",
"type": "background"

View File

@ -0,0 +1,35 @@
{
"name": "Azure",
"blur_strength": 11,
"main_text_color": "rgba(171, 198, 223, 1)",
"italics_text_color": "rgba(255, 255, 255, 1)",
"underline_text_color": "rgba(188, 231, 207, 1)",
"quote_text_color": "rgba(111, 133, 253, 1)",
"blur_tint_color": "rgba(23, 30, 33, 0.61)",
"chat_tint_color": "rgba(23, 23, 23, 0)",
"user_mes_blur_tint_color": "rgba(0, 28, 174, 0.2)",
"bot_mes_blur_tint_color": "rgba(0, 13, 57, 0.22)",
"shadow_color": "rgba(0, 0, 0, 1)",
"shadow_width": 5,
"border_color": "rgba(0, 0, 0, 0.5)",
"font_scale": 1,
"fast_ui_mode": false,
"waifuMode": false,
"avatar_style": 1,
"chat_display": 1,
"noShadows": false,
"chat_width": 50,
"timer_enabled": true,
"timestamps_enabled": true,
"timestamp_model_icon": false,
"mesIDDisplay_enabled": true,
"message_token_count_enabled": false,
"expand_message_actions": false,
"enableZenSliders": false,
"enableLabMode": false,
"hotswap_enabled": true,
"custom_css": "",
"bogus_folders": false,
"reduced_motion": false,
"compact_input_area": false
}