blob: b9616cca83036fb870751be7cffb841f4d61904b (
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: Tokyodark
* author: Jamy Golden (https://github.com/JamyGolden), Based on Tokyodark.nvim (https://github.com/tiagovla/tokyodark.nvim)
* slug: tokyodark
* slug-underscored: tokyodark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #11121d;
border-color: #7199ee;
}
button,
image {
color: #4a5057;
}
button:hover {
background-color: rgba(188, 194, 220, 0.4);
}
|