|
888 | 888 | .chat-overlay-design-note { |
889 | 889 | margin: 10px 0; |
890 | 890 | padding: 10px; |
891 | | - background: rgba(255,255,255,0.05); |
| 891 | + background: var(--options-group-background-color); |
892 | 892 | border-radius: 8px; |
893 | 893 | overflow: hidden; |
894 | 894 | } |
@@ -4710,7 +4710,7 @@ <h2 class="chat_overlay_template_title"> |
4710 | 4710 | <label for="overlay-preset-select" style="display: inline-block; margin-right: 10px;"> |
4711 | 4711 | <span>🎨 Select chat overlay template:</span> |
4712 | 4712 | </label> |
4713 | | - <select id="overlay-preset-select" data-optionsetting="overlayPreset" style="padding: 5px 10px; border-radius: 4px; background: #333; color: #fff; border: 1px solid #555;"> |
| 4713 | + <select id="overlay-preset-select" data-optionsetting="overlayPreset" style="padding: 5px 10px; border-radius: 4px; background: var(--color-accent-subtle); color: var(--default-text-color); border: 1px solid var(--collapsible-border-color);"> |
4714 | 4714 | <option value="sampleoverlay.html">📄 Sample Overlay - Basic chat overlay</option> |
4715 | 4715 | <option value="themes/compact-classic.html">💬 Compact Classic - Dense Twitch/IRC-style chat</option> |
4716 | 4716 | <option value="themes/compact-classic.html?ultra">⚡ Compact Ultra - Super dense minimum-height chat</option> |
@@ -4764,11 +4764,11 @@ <h2 class="featured_chat_title"> |
4764 | 4764 | </div> |
4765 | 4765 |
|
4766 | 4766 | <!-- Featured Overlay Preset Selector --> |
4767 | | - <div class="preset-selector" style="margin: 10px 0; padding: 10px; background: rgba(255,255,255,0.05); border-radius: 8px;"> |
| 4767 | + <div class="preset-selector" style="margin: 10px 0; padding: 10px; background: var(--options-group-background-color); border-radius: 8px;"> |
4768 | 4768 | <label for="featured-preset-select" style="display: inline-block; margin-right: 10px;"> |
4769 | 4769 | <span data-translate="preset-style">🎨 Preset Style:</span> |
4770 | 4770 | </label> |
4771 | | - <select id="featured-preset-select" data-optionsetting="featuredOverlayStyle" style="padding: 5px 10px; border-radius: 4px; background: #333; color: #fff; border: 1px solid #555;"> |
| 4771 | + <select id="featured-preset-select" data-optionsetting="featuredOverlayStyle" style="padding: 5px 10px; border-radius: 4px; background: var(--color-accent-subtle); color: var(--default-text-color); border: 1px solid var(--collapsible-border-color);"> |
4772 | 4772 | <option value="">Classic (Full Customization)</option> |
4773 | 4773 | <option value="themes/featured-styles/featured-modern.html?style=glass">Modern Glass</option> |
4774 | 4774 | <option value="themes/featured-styles/featured-modern.html?style=neon">Neon Glow</option> |
@@ -13234,7 +13234,7 @@ <h3>🎛️ <span data-translate="common-overlay-options">Common Options</span>< |
13234 | 13234 | </div> |
13235 | 13235 | <div style="margin-top:6px;"> |
13236 | 13236 | <label for="common-font-family" style="display:block; margin-bottom:4px;"><span data-translate="common-font-family">🔤 Font family</span></label> |
13237 | | - <select id="common-font-family" data-optionparam30="fontfamily" style="padding: 5px 10px; border-radius: 4px; background: #333; color: #fff; border: 1px solid #555;"> |
| 13237 | + <select id="common-font-family" data-optionparam30="fontfamily" style="padding: 5px 10px; border-radius: 4px; background: var(--color-accent-subtle); color: var(--default-text-color); border: 1px solid var(--collapsible-border-color);"> |
13238 | 13238 | <option value="">Theme default</option> |
13239 | 13239 | <option value="Roboto">Roboto</option> |
13240 | 13240 | <option value="Open Sans">Open Sans</option> |
@@ -13320,7 +13320,7 @@ <h3>💬 <span data-translate="compact-overlay-options">Compact Chat Options</sp |
13320 | 13320 | </div> |
13321 | 13321 | <div style="margin-top:6px;"> |
13322 | 13322 | <label for="compact-font-family" style="display:block; margin-bottom:4px;"><span data-translate="compact-font-family">🔤 Font family</span></label> |
13323 | | - <select id="compact-font-family" data-optionparam30="fontfamily" style="padding: 5px 10px; border-radius: 4px; background: #333; color: #fff; border: 1px solid #555;"> |
| 13323 | + <select id="compact-font-family" data-optionparam30="fontfamily" style="padding: 5px 10px; border-radius: 4px; background: var(--color-accent-subtle); color: var(--default-text-color); border: 1px solid var(--collapsible-border-color);"> |
13324 | 13324 | <option value="">Default (Inter)</option> |
13325 | 13325 | <option value="Roboto">Roboto</option> |
13326 | 13326 | <option value="Open Sans">Open Sans</option> |
@@ -13543,7 +13543,7 @@ <h3>🎯 <span data-translate="danmaku-options">Danmaku Bullet Chat Options</spa |
13543 | 13543 | </div> |
13544 | 13544 | <div style="margin-top:6px;"> |
13545 | 13545 | <label for="danmaku-region" style="display:block; margin-bottom:4px;"><span data-translate="danmaku-region">🖥️ Screen region</span></label> |
13546 | | - <select id="danmaku-region" data-optionparam30="region" style="padding: 5px 10px; border-radius: 4px; background: #333; color: #fff; border: 1px solid #555;"> |
| 13546 | + <select id="danmaku-region" data-optionparam30="region" style="padding: 5px 10px; border-radius: 4px; background: var(--color-accent-subtle); color: var(--default-text-color); border: 1px solid var(--collapsible-border-color);"> |
13547 | 13547 | <option value="">Full screen</option> |
13548 | 13548 | <option value="top">Top half</option> |
13549 | 13549 | <option value="bottom">Bottom half</option> |
@@ -13620,11 +13620,11 @@ <h3> |
13620 | 13620 | <div id="games" data-raw="" class="streaming_chat"><a href="" id="gameslink"></a></div> |
13621 | 13621 |
|
13622 | 13622 | <!-- Games Preset Selector --> |
13623 | | - <div class="games-selector" style="margin: 10px 0; padding: 10px; background: rgba(255,255,255,0.05); border-radius: 8px;"> |
| 13623 | + <div class="games-selector" style="margin: 10px 0; padding: 10px; background: var(--options-group-background-color); border-radius: 8px;"> |
13624 | 13624 | <label for="games-preset-select" style="display: inline-block; margin-right: 10px;"> |
13625 | 13625 | <span data-translate="select-game">🎯 Select Game:</span> |
13626 | 13626 | </label> |
13627 | | - <select id="games-preset-select" style="padding: 5px 10px; border-radius: 4px; background: #333; color: #fff; border: 1px solid #555;"> |
| 13627 | + <select id="games-preset-select" style="padding: 5px 10px; border-radius: 4px; background: var(--color-accent-subtle); color: var(--default-text-color); border: 1px solid var(--collapsible-border-color);"> |
13628 | 13628 | <option value="">Choose a game...</option> |
13629 | 13629 | <option value="games.html">⚡ Spam Power - Chat activity powered</option> |
13630 | 13630 | <option value="battle.html">⚔️ Battlefield Mayhem - Automated chat combat</option> |
|
0 commit comments