blob: f5ffd6882602148a6007cfceaa460dd79b847295 (
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: vice
* author: Thomas Leon Highbaugh thighbaugh@zoho.com
* slug: vice
* slug-underscored: vice
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #17191E;
border-color: #00eaff;
}
button,
image {
color: #555e70;
}
button:hover {
background-color: rgba(244, 244, 247, 0.4);
}
|