added more themes, added more fastfetch logo's and added some changes to the install script to ensure fetch configuration works by default.

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.
This commit is contained in:
2026-06-05 14:44:52 +02:00
parent 96fb9e2132
commit 3c0f9782e5
73 changed files with 945 additions and 254 deletions
@@ -3,15 +3,15 @@
"name": "Framework",
"version": "1.0.0",
"author": "ATLAS",
"description": "Framework inspired theme",
"description": "Framework inspired theme (Orange and Gray)",
"dark": {
"primary": "#FF6600",
"primaryText": "#000000",
"primaryContainer": "#E65C00",
"secondary": "#333333",
"surface": "#121212",
"surface": "#2E2E2E",
"surfaceText": "#E0E0E0",
"surfaceVariant": "#1E1E1E",
"surfaceVariant": "#3A3A3A",
"surfaceVariantText": "#BDBDBD",
"surfaceTint": "#E65C00",
"background": "#121212",
@@ -25,18 +25,18 @@
},
"light": {
"primary": "#FF6600",
"primaryText": "#FFFFFF",
"primaryText": "#FFE0B2",
"primaryContainer": "#FFE0B2",
"secondary": "#5C5C5C",
"surface": "#FFFFFF",
"surface": "#FBDBB7",
"surfaceText": "#121212",
"surfaceVariant": "#E0E0E0",
"surfaceVariant": "#EBBBA7",
"surfaceVariantText": "#424242",
"surfaceTint": "#FFE0B2",
"background": "#F5F5F5",
"backgroundText": "#121212",
"outline": "#BDBDBD",
"surfaceContainer": "#F5F5F5",
"surfaceContainer": "#E6C39A",
"surfaceContainerHigh": "#E0E0E0",
"error": "#FF5252",
"warning": "#FFB74D",