aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-nebula.css
blob: 6de3009875e95aa2eb7fd2c74b74542893822cce (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: Nebula
* author: Gabriel Fontes (https://github.com/Misterio77)
* slug: nebula
* slug-underscored: nebula
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #22273b;
    border-color: #4d6bb6;
}

button,
image {
    color: #87888b;
}

button:hover {
    background-color: rgba(141, 189, 170, 0.4);
}