Greasy Fork is available in English.

Seltani Dark Theme

A simple dark theme for Seltani

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==UserStyle==
@name         Seltani Dark Theme
@namespace    https://mkps.app/
@version      1.0.1
@description  A simple dark theme for Seltani
@author       MK
@license      MIT
==/UserStyle== */

@-moz-document domain("seltani.net") {
	html, #header, img, canvas, embed, video, object, iframe {
		filter: invert(1) hue-rotate(180deg);
	}

	input.FormButton, .FocusCornerControl, .ToolTitleBar {
		background: linear-gradient(#C4C4A8, #D2D2B6, #D2D2B6, #D2D2B6, #E8E8C4);
	}

	.BuildPropDirty {
		background-color: #d2d44e;
	}
}