aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-tokyodark-terminal.css
blob: 6c248345ed0a29468c2d8616f05c40d8c85c293b (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: Tokyodark Terminal
* author: Tiagovla (https://github.com/tiagovla/)
* slug: tokyodark-terminal
* slug-underscored: tokyodark_terminal
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #11121d;
    border-color: #7199ee;
}

button,
image {
    color: #4a5057;
}

button:hover {
    background-color: rgba(160, 168, 205, 0.4);
}