Skip to content

Unikum Catppuccin (WIP) by saile515

Details

Authorsaile515

LicenseNo License

Categorystart.unikum.net

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

WIP Catppuccin theme for Unikum.net.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           start.unikum.net - 2023-11-13, 09:48:40
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("start.unikum.net") {
    /* mocha green */
    :root {
        --mantle: #181825;
        --base: #1e1e2e;
        --surface-0: #313244;
        --text: #cdd6f4;
        --accent: #a6e3a1;
    }

    * {
        color: var(--text) !important;
    }

    body,
    #main,
    .panel-footer {
        background-color: var(--base);
    }

    nav,
    .css-175oi2r,
    .css-1rynq56,
    .profile-section,
    .mainheader {
        background-color: var(--mantle) !important;
    }

    line,
    path,
    g {
        fill: var(--accent);
        stroke: var(--accent);
    }

    .mainheader__scrollindicator,
    .subnav__scrollindicator {
        display: none;
    }

    .tag,
    .uk-item:hover,
    .nicedate,
    .uk-thumbnail-placeholder,
    .card-body,
    .mainheader__nav ul li:hover {
        background-color: var(--surface-0) !important;
    }

    .nicedate,
    .uk-item-list,
    .uk-item-list > .uk-item,
    .panel-footer,
    .uk-thumbnail-placeholder,
    .panel-body {
        border: none !important;
    }

    .nicedate {
        padding: 1rem;
    }
}

Reviews

No reviews yet.