Skip to content

Lua Doc Dark by WgetCloud

Details

AuthorWgetCloud

LicenseNo License

Categorylua

Created

Updated

Size689 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Lua Doc Dark Theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Lua Doc Dark
@namespace      github.com/openstyles/stylus
@version        1.0.0
==/UserStyle== */
@-moz-document domain("lua.org") {
	html {
		background-color: unset;
	}

	body {
		background-color: #111;
		color: white;
		font-weight: lighter;
	}

	h1,
	h2,
	h3,
	h4,
	a:any-link {
		color: #BCF;
	}

	h3 code {
		color: peachpuff;
	}

	pre,
	code {
		font-family: consolas;
		color: burlywood;
		overflow: auto;
	}

	pre b,
	code b {
		color: wheat;
	}

	a:any-link:hover {
		color: #BCF;
		background-color: #D0D0FF44;
	}
	a:target {
		background-color: #F0F0F040;
	}

	textarea {
		background-color: #111;
		color: white;
		font-family: consolas;
	}
}

Reviews

No reviews yet.