| 1124 | document.documentElement.style.setProperty('--SmartThemeFastUIBGColor', power_user.fastui_bg_color); | 1124 | document.documentElement.style.setProperty('--SmartThemeFastUIBGColor', power_user.fastui_bg_color); |
| 1125 | } */ | 1125 | } */ |
| 1126 | if (type === 'blurTint') { | 1126 | if (type === 'blurTint') { |
| | 1127 | let metaThemeColor = document.querySelector('meta[name=theme-color]'); |
| 1127 | document.documentElement.style.setProperty('--SmartThemeBlurTintColor', power_user.blur_tint_color); | 1128 | document.documentElement.style.setProperty('--SmartThemeBlurTintColor', power_user.blur_tint_color); |
| | 1129 | metaThemeColor.setAttribute('content', power_user.blur_tint_color); |
| 1128 | } | 1130 | } |
| 1129 | if (type === 'chatTint') { | 1131 | if (type === 'chatTint') { |
| 1130 | document.documentElement.style.setProperty('--SmartThemeChatTintColor', power_user.chat_tint_color); | 1132 | document.documentElement.style.setProperty('--SmartThemeChatTintColor', power_user.chat_tint_color); |