Skip to content

LA Dark Theme fix for VK Tools by maxhack

Details

Authormaxhack

LicenseNo License

Categoryvktoolsla

Created

Updated

Code size2.6 kB

Code checksum799c0713

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes LA Dark Theme for VK Tools extension

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           vk.com - авг. 2024 г.
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("vk.com") {
    header#page_header {
        background-color:#333336!important
    }
    .ProfileInfo, .vkEnhancerLoadPhotoModule {
        background-color:#333336!important
    }
    .vkuiGroup--mode-card {
        background-color:#333336!important
    }
    .counter .value {
        color: #cbcbcb!important;
    }
    
    .ProfileHeaderButton>a:has(>span>span>svg.vkuiIcon--message_outline_20), .ProfileHeaderButton >a[href*="/im"], .ProfileHeaderActions__buttons > .ProfileGifts__all > a
    {
        color: var(--vkui--color_text_accent_themed);
        background-color: rgb(71, 71, 71);
    }
    .ProfileHeaderButton>a:has(>span>span>svg.vkuiIcon--message_outline_20) > span:before, .ProfileHeaderButton >a[href*="/im"] >span:before {
        color: var(--vkui--color_text_accent_themed)!important;
    }
    .ProfileHeaderActions__buttons > .ProfileGifts__all > a {
        color: var(--vkui--color_text_accent_themed)!important;
    }
    .ProfileHeaderButton>a:has(>span>span>svg.vkuiIcon--message_outline_20).vkuiButton--hover, .ProfileHeaderButton >a[href*="/im"].vkuiButton--hover, .ProfileHeaderActions__buttons > .ProfileGifts__all > a.vkuiButton--hover,.ProfileHeaderActions__buttons > .ProfileGifts__all > a:hover {
        background-color: var(--vkui--color_separator_primary2x--active);
    }
    .submit_post_box,div.submit_post_field, div.submit_post_field[contenteditable=true],.ui_tabs_header,.ConvoList,.ConvoList__folders, .ConvoList__folderDropDown,.ConvoList__item,.ConvoHeader,.BannerPanel__content,.ConvoPinnedMessage,.ConvoMain__composerWrapper{
        background:#333336!important
    }
    .ComposerInput__input.ConvoComposer__input {
        background-color:var(--composerBackgroundColor)!important;
    }
    .ProfileHeaderButton>button
    {
        color: var(--vkui--color_text_accent_themed)!important;
        background-color: rgb(71, 71, 71)!important;
    }
    .ConvoList__footer {
        background-color:#2d2d2d;
    }
    .ProfileHeaderButton>button:hover
    {
        background-color: var(--vkui--color_separator_primary2x--active)!important;
    }
    .groups-redesigned-info-rows .group_info_row.more .line_icon {
        color:var(--vkui--color_icon_secondary);
    }
    [dir] .PostBottomAction--withBg, [dir] .audio_pl_item2 .audio_pl__cover
    {
        background: none!important;
    }
}

Reviews

No reviews yet.