aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-apprentice.css
blob: 1845e0053a5abe9c32073e85f4a88180a9fc5c5c (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: Apprentice
* author: romainl
* slug: apprentice
* slug-underscored: apprentice
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #262626;
    border-color: #8787AF;
}

button,
image {
    color: #5F87AF;
}

button:hover {
    background-color: rgba(108, 108, 108, 0.4);
}