3c0f9782e5
added default config with hint to change it, default config is a copy of a minimal bar config, so you can get the same config without hints.
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"id": "system76",
|
|
"name": "System76",
|
|
"version": "1.0.0",
|
|
"author": "ATLAS",
|
|
"description": "System76 inspired theme (Green and Blue-Gray)",
|
|
"dark": {
|
|
"primary": "#eb9a15",
|
|
"primaryText": "#000000",
|
|
"primaryContainer": "#5A9A80",
|
|
"secondary": "#5C7080",
|
|
"surface": "#362923",
|
|
"surfaceText": "#E0E0E0",
|
|
"surfaceVariant": "#1E1E1E",
|
|
"surfaceVariantText": "#BDBDBD",
|
|
"surfaceTint": "#5A9A80",
|
|
"background": "#121212",
|
|
"backgroundText": "#E0E0E0",
|
|
"outline": "#444444",
|
|
"surfaceContainer": "#463933",
|
|
"surfaceContainerHigh": "#46ADB6",
|
|
"error": "#FF5252",
|
|
"warning": "#FFB74D",
|
|
"info": "#76BA99"
|
|
},
|
|
"light": {
|
|
"primary": "#76BA99",
|
|
"primaryText": "#FFFFFF",
|
|
"primaryContainer": "#E0F0EB",
|
|
"secondary": "#5C7080",
|
|
"surface": "#FFFFFF",
|
|
"surfaceText": "#121212",
|
|
"surfaceVariant": "#E0E0E0",
|
|
"surfaceVariantText": "#424242",
|
|
"surfaceTint": "#E0F0EB",
|
|
"background": "#F5F5F5",
|
|
"backgroundText": "#121212",
|
|
"outline": "#BDBDBD",
|
|
"surfaceContainer": "#F5F5F5",
|
|
"surfaceContainerHigh": "#E0E0E0",
|
|
"error": "#FF5252",
|
|
"warning": "#FFB74D",
|
|
"info": "#76BA99"
|
|
},
|
|
"sourceDir": "system76"
|
|
} |