blob: c5a26a79f7b088b8f255001f0fb9d8fe47c2aa8c (
plain)
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
|
/*
*
* name: Dracula
* author: Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula)
* slug: dracula
* slug-underscored: dracula
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #282a36;
border-color: #80bfff;
}
button,
image {
color: #9ea8c7;
}
button:hover {
background-color: rgba(255, 255, 255, 0.15);
}
|