Skip to content

Github Dracula by kaspiandev

Details

Authorkaspiandev

LicenseAGPLv3

Categorygithub

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dracula theme for github, incomplete.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Github Dracula
@version      2
@namespace    userstyles.world/user/kaspiandev
@description  Dracula theme for github, incomplete.
@author       kaspiandev
@license      AGPLv3
==/UserStyle== */
@-moz-document domain("github.com") {
	:root {
		--color-header-bg: rgb(35, 37, 47) !important;
		--color-canvas-default: rgb(40, 42, 54) !important;
		--color-border-default: rgb(68, 71, 90) !important;
		--color-border-muted: rgb(68, 71, 90) !important;
		--color-btn-bg: rgb(68, 71, 90) !important;
		--color-btn-hover-bg: rgb(61, 64, 81) !important;
		--color-btn-active-bg: rgb(55, 58, 73) !important;
		--color-btn-active-border: rgb(72, 76, 96) !important;
		--color-btn-focus-border: rgb(72, 76, 96) !important;
		--color-shadow-medium: 0 3px 6px rgb(24, 25, 32) !important;
		--color-btn-hover-border: var(--color-btn-border) !important;
		--color-fg-subtle: rgb(100, 104, 130) !important;
		--color-page-header-bg: rgb(28, 30, 38) !important;
		--color-canvas-subtle: rgb(30, 32, 41) !important;
		--color-canvas-overlay: rgb(35, 37, 46) !important;
		--color-fg-muted: #a5afbb !important;
		--color-fg-default: #c9d1d9 !important;
		--color-shadow-large: 0 8px 24px rgb(33, 34, 44) !important;
		--color-accent-emphasis: rgb(68, 71, 90) !important;
		--color-primer-shadow-focus: 0 0 0 3px rgba(98, 114, 164, .6) !important;
	}

	body {
		color: var(--color-fg-default);
	}

	.Header {
		border-bottom: 1px solid var(--color-btn-border);
	}

	.color-bg-inset {
		background-color: rgba(37, 39, 50, 0.5) !important;
	}

	.avatar-user {
		box-shadow: 0 0 0 1px rgb(189, 147, 249), 0 0 0 1px rgb(189, 147, 249), 0 0 0 1px rgb(189, 147, 249);
	}

	.pl-s .pl-s1,
	.pl-smi {
		color: #b2ccd6;
	}

	.pl-e,
	.pl-en {
		color: #50fa7b;
	}

	.pl-c1,
	.pl-s .pl-v {
		color: #ffb86c;
	}

	.pl-pds,
	.pl-s,
	.pl-s .pl-pse .pl-s1,
	.pl-sr,
	.pl-sr .pl-cce,
	.pl-sr .pl-sra,
	.pl-sr .pl-sre {
		color: #f1fa8c;
	}

	.pl-ent {
		color: #8be9fd;
	}

	.pl-mi1 {
		color: #8be9fd;
		background-color: var(--bg4);
	}

	.pl-k {
		color: #ff79c6;
	}

	.pl-smw,
	.pl-v {
		color: #bd93f9;
	}

	.pl-c {
		color: #6272a4;
	}
}

Reviews

No reviews yet.