Skip to content

Spacehey: Gloomy by dexmods

Screenshot of Spacehey: Gloomy

Details

Authordexmods

LicenseNo License

CategorySpacehey

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

prototype gloomy theme for spacehey users

Notes

1.0.0
initial release

Source code

/* ==UserStyle== 
@name         Spacehey: Gloomy
@version      1.0.0
@namespace    userstyles.world/user/dexmods
@description  prototype gloomy theme for spacehey users
@author       DexMods
@license      No License
==/UserStyle== */

@-moz-document domain("spacehey.com") {
:root {
    --logo-blue: black;
    --darker-blue: #111;
    --lighter-blue: #222;
    --even-lighter-blue: #e5e5e5;
    --lightest-blue: white;
    --red: #222;
    --dark-orange: black;
    --light-orange: #e5e5e5;
    --even-lighter-orange: #e5e5e5;
    --strange-yellow: #222;
    --green: #c8c8c8;
    --light-green: #e5e5e5;
    --medium-green: #ccc;
    --dark-green: #b2b2b2;
}
body {
    background-color: #111;
}
main {
    background-color: white;
    color: black;
}
.count {
    color: #444 !important;
}
a:hover {
    color: #444 !important;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: black;
}

::-webkit-scrollbar-track {
    background: white;
}
footer {
    background: none !important;
    line-height: 0px !important;
}
footer ul li a {
    color: black !important;
}
}

Reviews

No reviews yet.