Seltani Dark Theme

A simple dark theme for Seltani

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

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

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

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.

(Zateb bir user-style yöneticim var, yükleyeyim!)

/* ==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;
	}
}