Skip to content

VK SoftDarkRecolor by cowdwoperph

Screenshot of VK SoftDarkRecolor

Details

Authorcowdwoperph

LicenseCC0 - Public Domain

Categoryvk.com

Created

Updated

Size2.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Перекраска темной темы ВК. Делает темную тему более "мягкой".

Баг-репорты писать сюда: https://vk.com/cowdwoperph

ВНИМАНИЕ! Требует, чтобы стандартная темная тема в настройках ВК была включена.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         VK SoftDarkRecolor
@version      20230515.19.16
@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] {
    --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);
}

/* Фикс выпадашки в блоке видео, ибо ВК так и не смог. */
.vk_menu_block {
	display: none;
}
}

Reviews

No reviews yet.