A nice warm theme that follows gruvbox's color scheme
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "1.0",
"name": "Gruvbox Dark",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-013-06591d4ad28ab7b9ee90f62f81d6b505.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(29, 32, 33)",
"toolbar_text": "rgb(231, 216, 175)",
"frame": "rgb(29, 32, 33)",
"tab_background_text": "rgb(231, 216, 175)",
"toolbar_field": "rgb(29, 32, 33)",
"toolbar_field_text": "rgb(231, 216, 175)",
"tab_line": "rgb(184, 187, 38)",
"popup": "rgb(29, 32, 33)",
"popup_text": "rgb(231, 216, 175)",
"tab_loading": "rgb(184, 187, 38)"
}
}
}