aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-google-dark.css
blob: 9be9de1cb2b8b226d719e8fb8b3ce306df9c4ddf (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: Google Dark
* author: Seth Wright (http://sethawright.com)
* slug: google-dark
* slug-underscored: google_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #1d1f21;
    border-color: #3971ED;
}

button,
image {
    color: #b4b7b4;
}

button:hover {
    background-color: rgba(255, 255, 255, 0.4);
}