aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-darktooth.css
blob: ddd1b65c26261773d4786745d3f2a7c45bbb21cf (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.4);
}