aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-tokyo-night-terminal-light.css
blob: c8d635fc8fa577bea4f7a68969118c3bc8564733 (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: Tokyo Night Terminal Light
* author: Michaël Ball
* slug: tokyo-night-terminal-light
* slug-underscored: tokyo_night_terminal_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #D5D6DB;
    border-color: #34548A;
}

button,
image {
    color: #4C505E;
}

button:hover {
    background-color: rgba(26, 27, 38, 0.4);
}