mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
20 lines
560 B
CSS
20 lines
560 B
CSS
|
|
{
|
|
"colors": {
|
|
"toolbar.background": "#000000",
|
|
"chrome.background": "#000000",
|
|
"popup.background": "#000000",
|
|
"sidebar.background": "#000000",
|
|
"tab.background": "#000000",
|
|
"tab.selected.background": "#000000",
|
|
"urlbar.background": "#000000",
|
|
"hover.background": "#222222",
|
|
"active.background": "#333333",
|
|
"text.primary": "#FFFFFF",
|
|
"border.subtle": "rgba(51, 51, 51, 0.9)",
|
|
"menu.hover": "#222222",
|
|
"panel.hover": "#333333",
|
|
"extension.hover": "#222222",
|
|
"extension.button.hover": "#333333"
|
|
}
|
|
}
|