Skip to content

Bitsy dark theme by ljnic

Screenshot of Bitsy dark theme

Details

Authorljnic

LicenseNo License

Categorybitsy

Created

Updated

Code size904 B

Code checksum84e56ca

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark mode for the game engine, Bitsy.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Bitsy dark theme
@version      20211228.01.38
@namespace    userstyles.world/user/ljnic
@description  A dark mode for the game engine, Bitsy.
@author       ljnic
@license      No License
==/UserStyle== */

@-moz-document domain("bitsy.org") {
:root {
    --bitsy-color-main-1: #7062b3 !important;
    --bitsy-color-main-2: #6767b2 !important;
    --bitsy-color-accent-1: #ababf0 !important;
    --bitsy-color-accent-2: #35356f !important;
    --bitsy-color-neutral-1: #eee !important;
    --bitsy-color-neutral-2: #888 !important;
}

input:checked + label {
	background: var(--bitsy-color-main-2);
	color: white;
}

#game_data {
    color: #cabce8;
    background: black;
}

p {
    color: #cabce8;
}

.bitsy-thumbnail.bitsy-thumbnail-selected .bitsy-menu-label {
	color: unset;
	background: unset;
}

html {
    color: unset;
}

}

Reviews

No reviews yet.