aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-caroline.css
blob: 6aff3e86402ffe279a3c4815f5f989b42e42dc95 (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: caroline
* author: ed (https://codeberg.org/ed)
* slug: caroline
* slug-underscored: caroline
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #1c1213;
    border-color: #684c59;
}

button,
image {
    color: #8b5d57;
}

button:hover {
    background-color: rgba(227, 166, 140, 0.4);
}