Перекраска темной темы ВК. Делает темную тему более "мягкой".
Баг-репорты писать сюда: https://vk.com/cowdwoperph
ВНИМАНИЕ! Требует, чтобы стандартная темная тема в настройках ВК была включена.
Authorcowdwoperph
LicenseCC0 - Public Domain
Categoryvk.com
Created
Updated
Size2.7 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Перекраска темной темы ВК. Делает темную тему более "мягкой".
Баг-репорты писать сюда: https://vk.com/cowdwoperph
ВНИМАНИЕ! Требует, чтобы стандартная темная тема в настройках ВК была включена.
/* ==UserStyle==
@name VK SoftDarkRecolor
@version 20240822.08.25
@namespace userstyles.world/user/cowdwoperph
@description Перекраска темной темы ВК. Делает темную тему более "мягкой".
Баг-репорты писать сюда: https://vk.com/cowdwoperph
@author cowdwoperph
@license CC0 - Public Domain
==/UserStyle== */
@-moz-document url-prefix("https://vk.com/widget_comments"), url-prefix("http://vk.com/widget_comments"), domain("vkforms.ru"), domain("vk.com"), regexp("https:\\/\\/vk\\.com\\/(?!ads).*") {
:root {
--custom_background: #282c2f;
--custom_header: #191b1f;
--custom_background_content: #373b3e;
--custom_background_light: #373b3e;
--custom_separator: #595c5f;
}
[scheme*='vkcom_dark'], [scheme=vkcom_dark], .vkui--vkBase--dark, .vkui--vkCom--dark {
--attach_picker_tab_active_icon: var(--custom_background_content);
--background_content: var(--custom_background_content);
--background_light: var(--custom_background_light);
--background_page: var(--custom_background);
--button_bot_shadow: var(--custom_background_content);
--button_primary_foreground: var(--custom_background_content);
--control_tint: var(--custom_background_content);
--counter_primary_text: var(--custom_background_content);
--counter_secondary_text: var(--custom_background_content);
--field_background: var(--custom_background_light);
--header_background: var(--custom_header);
--landing_background: var(--custom_background_content);
--landing_field_background: var(--custom_background_light);
--landing_login_button_foreground: var(--custom_background_content);
--landing_primary_button_foreground: var(--custom_background_content);
--modal_card_background: var(--custom_background_light);
--overlay_status_background: var(--custom_background_content);
--placeholder_icon_background_opaque: var(--custom_background_light);
--search_bar_background: var(--custom_header);
--segmented_control_bar_background: var(--custom_background_content);
--separator_alternate: var(--custom_separator);
--separator_common: var(--custom_separator);
--tabbar_tablet_background: var(--custom_background_light);
--vk_connect_button_primary_foreground: var(--custom_background_content);
--vkui--color_background: var(--custom_background);
--vkui--color_background_content: var(--custom_background_content);
--vkui--color_background_tertiary: var(--custom_background_content);
--vkui--color_header_background: var(--custom_header);
--skeleton_shimmer_from: var(--custom_background_content);
--skeleton_foreground_from: var(--custom_background_light);
}
}