blob: 058558847c8349d768bfc6fc3e5516d0ee392400 (
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: Gruvbox Material Light, Hard
* author: Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)
* slug: gruvbox-material-light-hard
* slug-underscored: gruvbox_material_light_hard
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #f9f5d7;
border-color: #45707a;
}
button,
image {
color: #c9b99a;
}
button:hover {
background-color: rgba(40, 40, 40, 0.15);
}
|