aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-dirtysea.css
blob: cbb0bba1384ef3efa1977962ad7937fd631e5bc4 (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: dirtysea
* author: Kahlil (Kal) Hodgson
* slug: dirtysea
* slug-underscored: dirtysea
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #e0e0e0;
    border-color: #007300;
}

button,
image {
    color: #202020;
}

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