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": "alienware",
|
|
"name": "Alienware",
|
|
"version": "1.0.0",
|
|
"author": "ATLAS",
|
|
"description": "Alienware inspired theme (Green and Black)",
|
|
"dark": {
|
|
"primary": "#00FF00",
|
|
"primaryText": "#000000",
|
|
"primaryContainer": "#00B300",
|
|
"secondary": "#00CCFF",
|
|
"surface": "#1E1E1E",
|
|
"surfaceText": "#E0E0E0",
|
|
"surfaceVariant": "#2C2C2C",
|
|
"surfaceVariantText": "#BDBDBD",
|
|
"surfaceTint": "#00B300",
|
|
"background": "#0E0E0E",
|
|
"backgroundText": "#E0E0E0",
|
|
"outline": "#444444",
|
|
"surfaceContainer": "#1C1F1C",
|
|
"surfaceContainerHigh": "#2A2F2A",
|
|
"error": "#FF5252",
|
|
"warning": "#FFB74D",
|
|
"info": "#00FF00"
|
|
},
|
|
"light": {
|
|
"primary": "#00CC00",
|
|
"primaryText": "#FFFFFF",
|
|
"primaryContainer": "#E0FFE0",
|
|
"secondary": "#00B2FF",
|
|
"surface": "#FFFFFF",
|
|
"surfaceText": "#121212",
|
|
"surfaceVariant": "#E0E0E0",
|
|
"surfaceVariantText": "#424242",
|
|
"surfaceTint": "#E0FFE0",
|
|
"background": "#F5F5F5",
|
|
"backgroundText": "#121212",
|
|
"outline": "#BDBDBD",
|
|
"surfaceContainer": "#F5F5F5",
|
|
"surfaceContainerHigh": "#E0E0E0",
|
|
"error": "#FF5252",
|
|
"warning": "#FFB74D",
|
|
"info": "#00CC00"
|
|
},
|
|
"sourceDir": "alienware"
|
|
} |