aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-darktooth.css
blob: 3078f53e9f58a8a2a88dedab134fd827770c0093 (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: Darktooth
* author: Jason Milkins (https://github.com/jasonm23)
* slug: darktooth
* slug-underscored: darktooth
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #1D2021;
    border-color: #0D6678;
}

button,
image {
    color: #928374;
}

button:hover {
    background-color: rgba(253, 244, 193, 0.15);
}