Skip to content

Classic Dark NameMC by ButterDebugger

Screenshot of Classic Dark NameMC

Details

AuthorButterDebugger

LicenseMIT

Categorynamemc

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes NameMC's colors back to their classic dark theme colors after it was changed in 2023

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Classic Dark NameMC
@version      1.0.0
@description  Changes NameMC's colors back to their classic dark theme colors after it was changed in 2023
@namespace    ButterDebugger
@author       ButterDebugger
@license      MIT
==/UserStyle== */

@-moz-document domain("namemc.com") {
    [data-bs-theme=dark] body {
        --bs-secondary-bg: #282835;
        --bs-secondary-bg-rgb: 40, 40, 53;
        --bs-body-bg: #191927;
        --bs-tertiary-bg: #222230;
        --bs-tertiary-bg-rgb: 34, 34, 48;
        --bs-body-font-size: 0.875rem;
        --bs-link-color-rgb: 52, 108, 176;
        --bs-link-hover-color-rgb: 77, 133, 202;
    }
    [data-bs-theme=dark] .card {
        --bs-card-bg: #222230;
    }
    [data-bs-theme=dark] .form-control, [data-bs-theme=dark] .form-select {
        background-color: #2d2d3f;
    }
    [data-bs-theme=dark] .form-control:focus, [data-bs-theme=dark] .form-select:focus {
        background-color: #141420;
    }
    #uuid-select, #uuid-select:focus {
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: var(--bs-border-radius-lg);
        padding: 0.25rem 1rem 0.25rem 0.25rem;
    }
    [data-bs-theme=dark] .checkered {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAVSURBVBhXY5SR0WJhYWMC4j9/fgEAC1oDdBlcbE4AAAAASUVORK5CYII=);
    }

    .dropdown-menu {
        --bs-dropdown-font-size: 0.875rem;
    }
    .nav {
        --bs-nav-link-color: #888c9b;
        --bs-nav-link-hover-color: #e6e8ed;
    }
    table td {
        padding: 0.125rem 1rem !important;
    }
}

Reviews

No reviews yet.