blob: 386d3c6ea33f5895b910023a271bab15874d3ecc (
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 Dark, Medium
* author: Mayush Kumar (https://github.com/MayushKumar), sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)
* slug: gruvbox-material-dark-medium
* slug-underscored: gruvbox_material_dark_medium
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #292828;
border-color: #7daea3;
}
button,
image {
color: #bdae93;
}
button:hover {
background-color: rgba(251, 241, 199, 0.4);
}
|