This repository was archived by the owner on Jan 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdracula.css
53 lines (48 loc) · 1.62 KB
/
dracula.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*
* @name Dracula
* @author zenorocha (Converted by floookay)
*/
/* Dracula theme by zenorocha
* converted by floookay
* fixed up a bit by cryptofyre
*
* Background #282a36
* Current Line #44475a
* Foreground #f8f8f2
* Comment #6272a4
* Cyan #8be9fd
* Green #50fa7b
* Orange #ffb86c
* Pink #ff79c6
* Purple #bd93f9
* Red #ff5555
* Yellow #f1fa8c
*/
@media (prefers-color-scheme:dark) {
:root {
--primaryColor: #bd93f9 !important;
--sidebar: #21222c !important;
--transparency: #21222c18 !important;
--footerBG: #44475a !important;
--pageBG: #282a36 !important;
--playerBackground: #21222c !important;
--playerLCDBGFill: #44475a !important;
--playerVolumeIconFill: #6272a4 !important;
--systemGreen: #50fa7b !important;
--systemRed: #ff5555 !important;
--lovedBGColor: #ff79c6 !important;
--modalBGColor: #282a36 !important;
--systemHeaderMaterialSover: #282a36 !important;
--systemPrimary: #f8f8f2 !important;
--systemSecondary: #6272a4 !important;
--systemQuaternary: #44475a !important;
--selectionColor: #bd93f9 !important;
--systemHeaderMaterialSoverIncreaseContrast: #282a36 !important;
--segmentedControlSelectedBG: #44475a !important;
--modalBGHeaderColor: #21222c !important;
--tracklistHoverColor: #44475a !important;
--sidebarSelectedState: #44475a !important;
--playerPlatterButtonBGFill: #bd93f9 !important;
--playerPlatterButtonIconFill: #f8f8f2 !important;
}
}