Add theme contest winner, pt.2

ea768661e8ae5234a9c80f74c4480b49e942e7ef

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +39 -0Showing whitespace changes
default/content/index.json+4 -0
@@ -20,6 +20,10 @@
2020 "type": "theme"
2121 },
2222 {
23+ "filename": "themes/Azure.json",
24+ "type": "theme"
25+ },
26+ {
2327 "filename": "backgrounds/__transparent.png",
2428 "type": "background"
2529 },
default/content/themes/Azure.json+35 -0
@@ -0,0 +1,35 @@
1+{
2+ "name": "Azure",
3+ "blur_strength": 11,
4+ "main_text_color": "rgba(171, 198, 223, 1)",
5+ "italics_text_color": "rgba(255, 255, 255, 1)",
6+ "underline_text_color": "rgba(188, 231, 207, 1)",
7+ "quote_text_color": "rgba(111, 133, 253, 1)",
8+ "blur_tint_color": "rgba(23, 30, 33, 0.61)",
9+ "chat_tint_color": "rgba(23, 23, 23, 0)",
10+ "user_mes_blur_tint_color": "rgba(0, 28, 174, 0.2)",
11+ "bot_mes_blur_tint_color": "rgba(0, 13, 57, 0.22)",
12+ "shadow_color": "rgba(0, 0, 0, 1)",
13+ "shadow_width": 5,
14+ "border_color": "rgba(0, 0, 0, 0.5)",
15+ "font_scale": 1,
16+ "fast_ui_mode": false,
17+ "waifuMode": false,
18+ "avatar_style": 1,
19+ "chat_display": 1,
20+ "noShadows": false,
21+ "chat_width": 50,
22+ "timer_enabled": true,
23+ "timestamps_enabled": true,
24+ "timestamp_model_icon": false,
25+ "mesIDDisplay_enabled": true,
26+ "message_token_count_enabled": false,
27+ "expand_message_actions": false,
28+ "enableZenSliders": false,
29+ "enableLabMode": false,
30+ "hotswap_enabled": true,
31+ "custom_css": "",
32+ "bogus_folders": false,
33+ "reduced_motion": false,
34+ "compact_input_area": false
35+}