aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-horizon-terminal-light.css
blob: be491829a41c96b8071e204ccda62ef4db87f891 (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: Horizon Terminal Light
* author: Michaël Ball (http://github.com/michael-ball/)
* slug: horizon-terminal-light
* slug-underscored: horizon_terminal_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #FDF0ED;
    border-color: #26BBD9;
}

button,
image {
    color: #948C8A;
}

button:hover {
    background-color: rgba(32, 28, 29, 0.4);
}