aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-synth-midnight-dark.css
blob: 8f2ca2cad410fb4a3dc4212dbbb777e595aad9ee (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: Synth Midnight Terminal Dark
* author: Michaël Ball (http://github.com/michael-ball/)
* slug: synth-midnight-dark
* slug-underscored: synth_midnight_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #050608;
    border-color: #03aeff;
}

button,
image {
    color: #a3a5a6;
}

button:hover {
    background-color: rgba(221, 223, 224, 0.4);
}