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
+90 -90
View File
@@ -1,54 +1,54 @@
@media -moz-pref("userChrome.theme-material") { @media -moz-pref("userChrome.theme-material") {
:root { :root {
--md-sys-color-primary: #ff0000; --md-sys-color-primary: #0062a0;
--md-sys-color-surface-tint: #ff0000; --md-sys-color-surface-tint: #0062a0;
--md-sys-color-on-primary: #ffffff; --md-sys-color-on-primary: #ffffff;
--md-sys-color-primary-container: #ffebee; --md-sys-color-primary-container: #d0e4ff;
--md-sys-color-on-primary-container: #121212; --md-sys-color-on-primary-container: #001d35;
--md-sys-color-secondary: #00cc00; --md-sys-color-secondary: #515e7d;
--md-sys-color-on-secondary: #ffffff; --md-sys-color-on-secondary: #ffffff;
--md-sys-color-secondary-container: #e0e0e0; --md-sys-color-secondary-container: #d8e2ff;
--md-sys-color-on-secondary-container: #121212; --md-sys-color-on-secondary-container: #0c1b36;
--md-sys-color-tertiary: #00cc00; --md-sys-color-tertiary: #565b8b;
--md-sys-color-on-tertiary: #ffffff; --md-sys-color-on-tertiary: #ffffff;
--md-sys-color-tertiary-container: #e0e0e0; --md-sys-color-tertiary-container: #e0e0ff;
--md-sys-color-on-tertiary-container: #121212; --md-sys-color-on-tertiary-container: #121644;
--md-sys-color-error: #ff5252; --md-sys-color-error: #ba1a1a;
--md-sys-color-on-error: #ffffff; --md-sys-color-on-error: #ffffff;
--md-sys-color-error-container: #f9dedc; --md-sys-color-error-container: #ffdad6;
--md-sys-color-on-error-container: #410e0b; --md-sys-color-on-error-container: #410002;
--md-sys-color-background: #f5f5f5; --md-sys-color-background: #f8f9ff;
--md-sys-color-on-background: #121212; --md-sys-color-on-background: #151c24;
--md-sys-color-surface: #f5f5f5; --md-sys-color-surface: #f8f9ff;
--md-sys-color-on-surface: #121212; --md-sys-color-on-surface: #151c24;
--md-sys-color-surface-variant: #e0e0e0; --md-sys-color-surface-variant: #dde3ee;
--md-sys-color-on-surface-variant: #424242; --md-sys-color-on-surface-variant: #414750;
--md-sys-color-outline: #bdbdbd; --md-sys-color-outline: #717881;
--md-sys-color-outline-variant: #e0e0e0; --md-sys-color-outline-variant: #c0c7d2;
--md-sys-color-shadow: #000000; --md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000; --md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #0e0e0e; --md-sys-color-inverse-surface: #2a3139;
--md-sys-color-inverse-on-surface: #e0e0e0; --md-sys-color-inverse-on-surface: #ebf1fc;
--md-sys-color-inverse-primary: #ff0000; --md-sys-color-inverse-primary: #9bcaff;
--md-sys-color-primary-fixed: #ffebee; --md-sys-color-primary-fixed: #d0e4ff;
--md-sys-color-on-primary-fixed: #ffffff; --md-sys-color-on-primary-fixed: #001d35;
--md-sys-color-primary-fixed-dim: #ff0000; --md-sys-color-primary-fixed-dim: #9bcaff;
--md-sys-color-on-primary-fixed-variant: #ffffff; --md-sys-color-on-primary-fixed-variant: #00497a;
--md-sys-color-secondary-fixed: #00cc00; --md-sys-color-secondary-fixed: #d8e2ff;
--md-sys-color-on-secondary-fixed: #ffffff; --md-sys-color-on-secondary-fixed: #0c1b36;
--md-sys-color-secondary-fixed-dim: #00cc00; --md-sys-color-secondary-fixed-dim: #b8c6ea;
--md-sys-color-on-secondary-fixed-variant: #ffffff; --md-sys-color-on-secondary-fixed-variant: #394664;
--md-sys-color-tertiary-fixed: #00cc00; --md-sys-color-tertiary-fixed: #e0e0ff;
--md-sys-color-on-tertiary-fixed: #ffffff; --md-sys-color-on-tertiary-fixed: #121644;
--md-sys-color-tertiary-fixed-dim: #00cc00; --md-sys-color-tertiary-fixed-dim: #bfc2fa;
--md-sys-color-on-tertiary-fixed-variant: #ffffff; --md-sys-color-on-tertiary-fixed-variant: #3e4372;
--md-sys-color-surface-dim: #f5f5f5; --md-sys-color-surface-dim: #d4dae5;
--md-sys-color-surface-bright: #ffffff; --md-sys-color-surface-bright: #f8f9ff;
--md-sys-color-surface-container-lowest: #f5f5f5; --md-sys-color-surface-container-lowest: #ffffff;
--md-sys-color-surface-container-low: #ffffff; --md-sys-color-surface-container-low: #eef4ff;
--md-sys-color-surface-container: #f5f5f5; --md-sys-color-surface-container: #f8f9ff;
--md-sys-color-surface-container-high: #f5f5f5; --md-sys-color-surface-container-high: #f8f9ff;
--md-sys-color-surface-container-highest: #f5f5f5; --md-sys-color-surface-container-highest: #f8f9ff;
--m3-radius: 12px; --m3-radius: 12px;
--m3-radius-sm: 10px; --m3-radius-sm: 10px;
@@ -68,55 +68,55 @@
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
:root { :root {
--md-sys-color-primary: #ff0000; --md-sys-color-primary: #9bcaff;
--md-sys-color-surface-tint: #ff0000; --md-sys-color-surface-tint: #9bcaff;
--md-sys-color-on-primary: #ffffff; --md-sys-color-on-primary: #003256;
--md-sys-color-primary-container: #b71c1c; --md-sys-color-primary-container: #00497a;
--md-sys-color-on-primary-container: #e0e0e0; --md-sys-color-on-primary-container: #d0e4ff;
--md-sys-color-secondary: #00ff00; --md-sys-color-secondary: #b8c6ea;
--md-sys-color-on-secondary: #ffffff; --md-sys-color-on-secondary: #22304c;
--md-sys-color-secondary-container: #2a2a2a; --md-sys-color-secondary-container: #394664;
--md-sys-color-on-secondary-container: #e0e0e0; --md-sys-color-on-secondary-container: #d8e2ff;
--md-sys-color-tertiary: #00ff00; --md-sys-color-tertiary: #bfc2fa;
--md-sys-color-on-tertiary: #ffffff; --md-sys-color-on-tertiary: #282c5a;
--md-sys-color-tertiary-container: #2a2a2a; --md-sys-color-tertiary-container: #3e4372;
--md-sys-color-on-tertiary-container: #e0e0e0; --md-sys-color-on-tertiary-container: #e0e0ff;
--md-sys-color-error: #ff5252; --md-sys-color-error: #ffb4ab;
--md-sys-color-on-error: #601410; --md-sys-color-on-error: #690005;
--md-sys-color-error-container: #8c1d18; --md-sys-color-error-container: #93000a;
--md-sys-color-on-error-container: #f9dedc; --md-sys-color-on-error-container: #ffdad6;
--md-sys-color-background: #0e0e0e; --md-sys-color-background: #0d141c;
--md-sys-color-on-background: #e0e0e0; --md-sys-color-on-background: #dde3ee;
--md-sys-color-surface: #0e0e0e; --md-sys-color-surface: #0d141c;
--md-sys-color-on-surface: #e0e0e0; --md-sys-color-on-surface: #dde3ee;
--md-sys-color-surface-variant: #1c1c1c; --md-sys-color-surface-variant: #414750;
--md-sys-color-on-surface-variant: #bdbdbd; --md-sys-color-on-surface-variant: #c0c7d2;
--md-sys-color-outline: #444444; --md-sys-color-outline: #8b919b;
--md-sys-color-outline-variant: #1c1c1c; --md-sys-color-outline-variant: #414750;
--md-sys-color-shadow: #000000; --md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000; --md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #ffffff; --md-sys-color-inverse-surface: #dde3ee;
--md-sys-color-inverse-on-surface: #121212; --md-sys-color-inverse-on-surface: #2a3139;
--md-sys-color-inverse-primary: #ff0000; --md-sys-color-inverse-primary: #0062a0;
--md-sys-color-primary-fixed: #b71c1c; --md-sys-color-primary-fixed: #d0e4ff;
--md-sys-color-on-primary-fixed: #ffffff; --md-sys-color-on-primary-fixed: #001d35;
--md-sys-color-primary-fixed-dim: #ff0000; --md-sys-color-primary-fixed-dim: #9bcaff;
--md-sys-color-on-primary-fixed-variant: #ffffff; --md-sys-color-on-primary-fixed-variant: #00497a;
--md-sys-color-secondary-fixed: #00ff00; --md-sys-color-secondary-fixed: #d8e2ff;
--md-sys-color-on-secondary-fixed: #ffffff; --md-sys-color-on-secondary-fixed: #0c1b36;
--md-sys-color-secondary-fixed-dim: #00ff00; --md-sys-color-secondary-fixed-dim: #b8c6ea;
--md-sys-color-on-secondary-fixed-variant: #ffffff; --md-sys-color-on-secondary-fixed-variant: #394664;
--md-sys-color-tertiary-fixed: #00ff00; --md-sys-color-tertiary-fixed: #e0e0ff;
--md-sys-color-on-tertiary-fixed: #ffffff; --md-sys-color-on-tertiary-fixed: #121644;
--md-sys-color-tertiary-fixed-dim: #00ff00; --md-sys-color-tertiary-fixed-dim: #bfc2fa;
--md-sys-color-on-tertiary-fixed-variant: #ffffff; --md-sys-color-on-tertiary-fixed-variant: #3e4372;
--md-sys-color-surface-dim: #0e0e0e; --md-sys-color-surface-dim: #0d141c;
--md-sys-color-surface-bright: #2a2a2a; --md-sys-color-surface-bright: #333a42;
--md-sys-color-surface-container-lowest: #0e0e0e; --md-sys-color-surface-container-lowest: #080f16;
--md-sys-color-surface-container-low: #0e0e0e; --md-sys-color-surface-container-low: #151c24;
--md-sys-color-surface-container: #1c1c1c; --md-sys-color-surface-container: #192028;
--md-sys-color-surface-container-high: #2a2a2a; --md-sys-color-surface-container-high: #242b33;
--md-sys-color-surface-container-highest: #2a2a2a; --md-sys-color-surface-container-highest: #2f353e;
--m3-elev-1: 0 1px 2px rgba(0,0,0,.50), 0 1px 3px rgba(0,0,0,.35); --m3-elev-1: 0 1px 2px rgba(0,0,0,.50), 0 1px 3px rgba(0,0,0,.35);
--m3-elev-2: 0 4px 10px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.35); --m3-elev-2: 0 4px 10px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.35);
+8 -4
View File
@@ -1,7 +1,7 @@
{ {
"currentThemeName": "custom", "currentThemeName": "dynamic",
"currentThemeCategory": "custom", "currentThemeCategory": "dynamic",
"customThemeFile": "/home/den/.config/DankMaterialShell/themes/msigaming/theme.json", "customThemeFile": "/home/den/.config/DankMaterialShell/themes/-/theme.json",
"registryThemeVariants": { "registryThemeVariants": {
"rosePine": "rosePine", "rosePine": "rosePine",
"catppuccin": { "catppuccin": {
@@ -288,7 +288,7 @@
"gtkThemingEnabled": false, "gtkThemingEnabled": false,
"qtThemingEnabled": false, "qtThemingEnabled": false,
"syncModeWithPortal": true, "syncModeWithPortal": true,
"terminalsAlwaysDark": false, "terminalsAlwaysDark": true,
"muxType": "tmux", "muxType": "tmux",
"muxUseCustomCommand": false, "muxUseCustomCommand": false,
"muxCustomCommand": "", "muxCustomCommand": "",
@@ -484,6 +484,10 @@
"id": "systemTray", "id": "systemTray",
"enabled": true "enabled": true
}, },
{
"id": "colorPicker",
"enabled": true
},
{ {
"id": "cpuUsage", "id": "cpuUsage",
"enabled": true, "enabled": true,
@@ -3,15 +3,15 @@
"name": "Acer Predator", "name": "Acer Predator",
"version": "1.0.0", "version": "1.0.0",
"author": "ATLAS", "author": "ATLAS",
"description": "Acer Predator inspired theme", "description": "Acer Predator inspired theme (Red and Black)",
"dark": { "dark": {
"primary": "#FF0000", "primary": "#FF0000",
"primaryText": "#FFFFFF", "primaryText": "#FFFFFF",
"primaryContainer": "#B71C1C", "primaryContainer": "#B71C1C",
"secondary": "#00FF00", "secondary": "#00FF00",
"surface": "#0E0E0E", "surface": "#1E1E1E",
"surfaceText": "#E0E0E0", "surfaceText": "#E0E0E0",
"surfaceVariant": "#1C1C1C", "surfaceVariant": "#2C2C2C",
"surfaceVariantText": "#BDBDBD", "surfaceVariantText": "#BDBDBD",
"surfaceTint": "#B71C1C", "surfaceTint": "#B71C1C",
"background": "#0E0E0E", "background": "#0E0E0E",
@@ -0,0 +1,46 @@
{
"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"
}
+4 -4
View File
@@ -3,21 +3,21 @@
"name": "ASUS ROG", "name": "ASUS ROG",
"version": "1.0.0", "version": "1.0.0",
"author": "ATLAS", "author": "ATLAS",
"description": "ASUS ROG inspired theme", "description": "ASUS ROG inspired theme (Red and Black)",
"dark": { "dark": {
"primary": "#FF0000", "primary": "#FF0000",
"primaryText": "#FFFFFF", "primaryText": "#FFFFFF",
"primaryContainer": "#B71C1C", "primaryContainer": "#B71C1C",
"secondary": "#00FF00", "secondary": "#00FF00",
"surface": "#0E0E0E", "surface": "#1E1E1E",
"surfaceText": "#E0E0E0", "surfaceText": "#E0E0E0",
"surfaceVariant": "#1C1C1C", "surfaceVariant": "#2C2C2C",
"surfaceVariantText": "#BDBDBD", "surfaceVariantText": "#BDBDBD",
"surfaceTint": "#B71C1C", "surfaceTint": "#B71C1C",
"background": "#0E0E0E", "background": "#0E0E0E",
"backgroundText": "#E0E0E0", "backgroundText": "#E0E0E0",
"outline": "#444444", "outline": "#444444",
"surfaceContainer": "#1C1C1C", "surfaceContainer": "#0C0C0C",
"surfaceContainerHigh": "#2A2A2A", "surfaceContainerHigh": "#2A2A2A",
"error": "#FF5252", "error": "#FF5252",
"warning": "#FFB74D", "warning": "#FFB74D",
+5 -5
View File
@@ -3,7 +3,7 @@
"name": "Dell XPS", "name": "Dell XPS",
"version": "1.0.0", "version": "1.0.0",
"author": "ATLAS", "author": "ATLAS",
"description": "Dell XPS inspired theme", "description": "Dell XPS inspired theme (Graphite and Platinum)",
"dark": { "dark": {
"primary": "#00A9E0", "primary": "#00A9E0",
"primaryText": "#000000", "primaryText": "#000000",
@@ -25,10 +25,10 @@
}, },
"light": { "light": {
"primary": "#007DB8", "primary": "#007DB8",
"primaryText": "#FFFFFF", "primaryText": "#000000",
"primaryContainer": "#E6F3FF", "primaryContainer": "#E6F3FF",
"secondary": "#5C5C5C", "secondary": "#5C5C5C",
"surface": "#FFFFFF", "surface": "#DDDDDD",
"surfaceText": "#121212", "surfaceText": "#121212",
"surfaceVariant": "#E0E0E0", "surfaceVariant": "#E0E0E0",
"surfaceVariantText": "#424242", "surfaceVariantText": "#424242",
@@ -36,8 +36,8 @@
"background": "#F5F5F5", "background": "#F5F5F5",
"backgroundText": "#121212", "backgroundText": "#121212",
"outline": "#BDBDBD", "outline": "#BDBDBD",
"surfaceContainer": "#F5F5F5", "surfaceContainer": "#E5E5E5",
"surfaceContainerHigh": "#E0E0E0", "surfaceContainerHigh": "#C5ECFF",
"error": "#FF5252", "error": "#FF5252",
"warning": "#FFB74D", "warning": "#FFB74D",
"info": "#007DB8" "info": "#007DB8"
@@ -3,15 +3,15 @@
"name": "Framework", "name": "Framework",
"version": "1.0.0", "version": "1.0.0",
"author": "ATLAS", "author": "ATLAS",
"description": "Framework inspired theme", "description": "Framework inspired theme (Orange and Gray)",
"dark": { "dark": {
"primary": "#FF6600", "primary": "#FF6600",
"primaryText": "#000000", "primaryText": "#000000",
"primaryContainer": "#E65C00", "primaryContainer": "#E65C00",
"secondary": "#333333", "secondary": "#333333",
"surface": "#121212", "surface": "#2E2E2E",
"surfaceText": "#E0E0E0", "surfaceText": "#E0E0E0",
"surfaceVariant": "#1E1E1E", "surfaceVariant": "#3A3A3A",
"surfaceVariantText": "#BDBDBD", "surfaceVariantText": "#BDBDBD",
"surfaceTint": "#E65C00", "surfaceTint": "#E65C00",
"background": "#121212", "background": "#121212",
@@ -25,18 +25,18 @@
}, },
"light": { "light": {
"primary": "#FF6600", "primary": "#FF6600",
"primaryText": "#FFFFFF", "primaryText": "#FFE0B2",
"primaryContainer": "#FFE0B2", "primaryContainer": "#FFE0B2",
"secondary": "#5C5C5C", "secondary": "#5C5C5C",
"surface": "#FFFFFF", "surface": "#FBDBB7",
"surfaceText": "#121212", "surfaceText": "#121212",
"surfaceVariant": "#E0E0E0", "surfaceVariant": "#EBBBA7",
"surfaceVariantText": "#424242", "surfaceVariantText": "#424242",
"surfaceTint": "#FFE0B2", "surfaceTint": "#FFE0B2",
"background": "#F5F5F5", "background": "#F5F5F5",
"backgroundText": "#121212", "backgroundText": "#121212",
"outline": "#BDBDBD", "outline": "#BDBDBD",
"surfaceContainer": "#F5F5F5", "surfaceContainer": "#E6C39A",
"surfaceContainerHigh": "#E0E0E0", "surfaceContainerHigh": "#E0E0E0",
"error": "#FF5252", "error": "#FF5252",
"warning": "#FFB74D", "warning": "#FFB74D",
@@ -6,12 +6,12 @@
"description": "Gigabyte Aorus inspired theme", "description": "Gigabyte Aorus inspired theme",
"dark": { "dark": {
"primary": "#FF6600", "primary": "#FF6600",
"primaryText": "#000000", "primaryText": "#303030",
"primaryContainer": "#E65C00", "primaryContainer": "#E65C00",
"secondary": "#00FF00", "secondary": "#00FF00",
"surface": "#0E0E0E", "surface": "#1E1E1E",
"surfaceText": "#E0E0E0", "surfaceText": "#E0E0E0",
"surfaceVariant": "#1C1C1C", "surfaceVariant": "#2C2C2C",
"surfaceVariantText": "#BDBDBD", "surfaceVariantText": "#BDBDBD",
"surfaceTint": "#E65C00", "surfaceTint": "#E65C00",
"background": "#0E0E0E", "background": "#0E0E0E",
@@ -0,0 +1,46 @@
{
"id": "hpOmen",
"name": "HP Omen",
"version": "1.0.0",
"author": "ATLAS",
"description": "HP Omen inspired theme (Black and Red)",
"dark": {
"primary": "#FF0000",
"primaryText": "#FFFFFF",
"primaryContainer": "#8B0000",
"secondary": "#4A4A4A",
"surface": "#1A1A1A",
"surfaceText": "#E0E0E0",
"surfaceVariant": "#2E2E2E",
"surfaceVariantText": "#BDBDBD",
"surfaceTint": "#8B0000",
"background": "#0A0A0A",
"backgroundText": "#E0E0E0",
"outline": "#444444",
"surfaceContainer": "#0E0E0E",
"surfaceContainerHigh": "#202020",
"error": "#FF5252",
"warning": "#FFB74D",
"info": "#FF0000"
},
"light": {
"primary": "#FF0000",
"primaryText": "#FFFFFF",
"primaryContainer": "#FFEBEE",
"secondary": "#4A4A4A",
"surface": "#FFFFFF",
"surfaceText": "#121212",
"surfaceVariant": "#E0E0E0",
"surfaceVariantText": "#424242",
"surfaceTint": "#FFEBEE",
"background": "#F5F5F5",
"backgroundText": "#121212",
"outline": "#BDBDBD",
"surfaceContainer": "#F5F5F5",
"surfaceContainerHigh": "#E0E0E0",
"error": "#FF5252",
"warning": "#FFB74D",
"info": "#FF0000"
},
"sourceDir": "hp-omen"
}
@@ -5,19 +5,19 @@
"author": "ATLAS", "author": "ATLAS",
"description": "HP Spectre inspired theme", "description": "HP Spectre inspired theme",
"dark": { "dark": {
"primary": "#0096D6", "primary": "#CDB591",
"primaryText": "#FFFFFF", "primaryText": "#CDB591",
"primaryContainer": "#006994", "primaryContainer": "#006994",
"secondary": "#737373", "secondary": "#737373",
"surface": "#121212", "surface": "#121212",
"surfaceText": "#E0E0E0", "surfaceText": "#CDB591",
"surfaceVariant": "#1E1E1E", "surfaceVariant": "#1E1E1E",
"surfaceVariantText": "#BDBDBD", "surfaceVariantText": "#AF9B7A",
"surfaceTint": "#006994", "surfaceTint": "#006994",
"background": "#0D0D0D", "background": "#0D0D0D",
"backgroundText": "#E0E0E0", "backgroundText": "#E0E0E0",
"outline": "#444444", "outline": "#444444",
"surfaceContainer": "#1E1E1E", "surfaceContainer": "#333333",
"surfaceContainerHigh": "#2A2A2A", "surfaceContainerHigh": "#2A2A2A",
"error": "#FF5252", "error": "#FF5252",
"warning": "#FFB74D", "warning": "#FFB74D",
+7 -7
View File
@@ -3,7 +3,7 @@
"name": "Apple MacBook", "name": "Apple MacBook",
"version": "1.0.0", "version": "1.0.0",
"author": "ATLAS", "author": "ATLAS",
"description": "Apple MacBook inspired theme", "description": "Apple MacBook inspired theme (Silver, Space Gray, and Blue)",
"dark": { "dark": {
"primary": "#007AFF", "primary": "#007AFF",
"primaryText": "#FFFFFF", "primaryText": "#FFFFFF",
@@ -28,7 +28,7 @@
"primaryText": "#FFFFFF", "primaryText": "#FFFFFF",
"primaryContainer": "#E3F2FF", "primaryContainer": "#E3F2FF",
"secondary": "#5C5C5C", "secondary": "#5C5C5C",
"surface": "#F5F5F7", "surface": "#D4D1D1",
"surfaceText": "#1C1C1E", "surfaceText": "#1C1C1E",
"surfaceVariant": "#E5E5EA", "surfaceVariant": "#E5E5EA",
"surfaceVariantText": "#1C1C1E", "surfaceVariantText": "#1C1C1E",
@@ -36,11 +36,11 @@
"background": "#F5F5F7", "background": "#F5F5F7",
"backgroundText": "#1C1C1E", "backgroundText": "#1C1C1E",
"outline": "#C6C6C8", "outline": "#C6C6C8",
"surfaceContainer": "#F5F5F7", "surfaceContainer": "#D4D1D1",
"surfaceContainerHigh": "#E5E5EA", "surfaceContainerHigh": "#BBB6B6",
"error": "#FF3B30", "error": "#DD534F",
"warning": "#FF9F0A", "warning": "#DCA23B",
"info": "#007AFF" "info": "#00CA4E"
}, },
"sourceDir": "apple-macbook" "sourceDir": "apple-macbook"
} }
@@ -3,7 +3,7 @@
"name": "Microsoft Surface", "name": "Microsoft Surface",
"version": "1.0.0", "version": "1.0.0",
"author": "ATLAS", "author": "ATLAS",
"description": "Microsoft Surface inspired theme", "description": "Microsoft Surface inspired theme (Blue and Gray)",
"dark": { "dark": {
"primary": "#0078D4", "primary": "#0078D4",
"primaryText": "#FFFFFF", "primaryText": "#FFFFFF",
@@ -24,8 +24,8 @@
"info": "#0078D4" "info": "#0078D4"
}, },
"light": { "light": {
"primary": "#0078D4", "primary": "#00BCF2",
"primaryText": "#FFFFFF", "primaryText": "#000000",
"primaryContainer": "#E6F0FA", "primaryContainer": "#E6F0FA",
"secondary": "#5C5C5C", "secondary": "#5C5C5C",
"surface": "#FFFFFF", "surface": "#FFFFFF",
@@ -0,0 +1,46 @@
{
"id": "msiCreator",
"name": "MSI Creator",
"version": "1.0.0",
"author": "ATLAS",
"description": "MSI Creator inspired theme (Blue and Orange)",
"dark": {
"primary": "#0078D4",
"primaryText": "#FFFFFF",
"primaryContainer": "#005A9E",
"secondary": "#FF6600",
"surface": "#121212",
"surfaceText": "#E0E0E0",
"surfaceVariant": "#1E1E1E",
"surfaceVariantText": "#BDBDBD",
"surfaceTint": "#005A9E",
"background": "#121212",
"backgroundText": "#E0E0E0",
"outline": "#444444",
"surfaceContainer": "#1E1E1E",
"surfaceContainerHigh": "#2A2A2A",
"error": "#FF5252",
"warning": "#FFB74D",
"info": "#0078D4"
},
"light": {
"primary": "#C69DBF",
"primaryText": "#FFFFFF",
"primaryContainer": "#E6F0FA",
"secondary": "#FF6600",
"surface": "#FFFFFF",
"surfaceText": "#121212",
"surfaceVariant": "#E0E0E0",
"surfaceVariantText": "#424242",
"surfaceTint": "#E6F0FA",
"background": "#F5F5F5",
"backgroundText": "#121212",
"outline": "#BDBDBD",
"surfaceContainer": "#7486D8",
"surfaceContainerHigh": "#E0E0E0",
"error": "#FF5252",
"warning": "#FFB74D",
"info": "#0078D4"
},
"sourceDir": "msi-creator"
}
@@ -9,9 +9,9 @@
"primaryText": "#FFFFFF", "primaryText": "#FFFFFF",
"primaryContainer": "#B71C1C", "primaryContainer": "#B71C1C",
"secondary": "#00FF00", "secondary": "#00FF00",
"surface": "#0E0E0E", "surface": "#1E1E1E",
"surfaceText": "#E0E0E0", "surfaceText": "#E0E0E0",
"surfaceVariant": "#1C1C1C", "surfaceVariant": "#2C2C2C",
"surfaceVariantText": "#BDBDBD", "surfaceVariantText": "#BDBDBD",
"surfaceTint": "#B71C1C", "surfaceTint": "#B71C1C",
"background": "#0E0E0E", "background": "#0E0E0E",
+1 -1
View File
@@ -40,7 +40,7 @@
"surfaceContainerHigh": "#E0E0E0", "surfaceContainerHigh": "#E0E0E0",
"error": "#FF5252", "error": "#FF5252",
"warning": "#FFB74D", "warning": "#FFB74D",
"info": "#00CC00" "info": "#00CB00"
}, },
"sourceDir": "razer-blade" "sourceDir": "razer-blade"
} }
+5 -5
View File
@@ -3,13 +3,13 @@
"name": "System76", "name": "System76",
"version": "1.0.0", "version": "1.0.0",
"author": "ATLAS", "author": "ATLAS",
"description": "System76 inspired theme", "description": "System76 inspired theme (Green and Blue-Gray)",
"dark": { "dark": {
"primary": "#76BA99", "primary": "#eb9a15",
"primaryText": "#000000", "primaryText": "#000000",
"primaryContainer": "#5A9A80", "primaryContainer": "#5A9A80",
"secondary": "#5C7080", "secondary": "#5C7080",
"surface": "#121212", "surface": "#362923",
"surfaceText": "#E0E0E0", "surfaceText": "#E0E0E0",
"surfaceVariant": "#1E1E1E", "surfaceVariant": "#1E1E1E",
"surfaceVariantText": "#BDBDBD", "surfaceVariantText": "#BDBDBD",
@@ -17,8 +17,8 @@
"background": "#121212", "background": "#121212",
"backgroundText": "#E0E0E0", "backgroundText": "#E0E0E0",
"outline": "#444444", "outline": "#444444",
"surfaceContainer": "#1E1E1E", "surfaceContainer": "#463933",
"surfaceContainerHigh": "#2A2A2A", "surfaceContainerHigh": "#46ADB6",
"error": "#FF5252", "error": "#FF5252",
"warning": "#FFB74D", "warning": "#FFB74D",
"info": "#76BA99" "info": "#76BA99"
+3 -3
View File
@@ -3,15 +3,15 @@
"name": "Lenovo ThinkPad", "name": "Lenovo ThinkPad",
"version": "1.0.0", "version": "1.0.0",
"author": "ATLAS", "author": "ATLAS",
"description": "Lenovo ThinkPad inspired theme", "description": "Lenovo ThinkPad inspired theme (Black and Red)",
"dark": { "dark": {
"primary": "#CC0000", "primary": "#CC0000",
"primaryText": "#FFFFFF", "primaryText": "#FFFFFF",
"primaryContainer": "#8A0000", "primaryContainer": "#8A0000",
"secondary": "#555555", "secondary": "#555555",
"surface": "#121212", "surface": "#222222",
"surfaceText": "#E0E0E0", "surfaceText": "#E0E0E0",
"surfaceVariant": "#1E1E1E", "surfaceVariant": "#2E2E2E",
"surfaceVariantText": "#BDBDBD", "surfaceVariantText": "#BDBDBD",
"surfaceTint": "#8A0000", "surfaceTint": "#8A0000",
"background": "#0D0D0D", "background": "#0D0D0D",
+46
View File
@@ -0,0 +1,46 @@
{
"id": "lenovoYoga",
"name": "Lenovo Yoga",
"version": "1.0.0",
"author": "ATLAS",
"description": "Lenovo Yoga inspired theme (Blue and Orange)",
"dark": {
"primary": "#FF6B00",
"primaryText": "#000000",
"primaryContainer": "#E65C00",
"secondary": "#2C5AA0",
"surface": "#383838",
"surfaceText": "#E0E0E0",
"surfaceVariant": "#3E3E3E",
"surfaceVariantText": "#BDBDBD",
"surfaceTint": "#E65C00",
"background": "#121212",
"backgroundText": "#E0E0E0",
"outline": "#444444",
"surfaceContainer": "#4d3f33",
"surfaceContainerHigh": "#5d4f43",
"error": "#FF5252",
"warning": "#FFB74D",
"info": "#FF6B00"
},
"light": {
"primary": "#FF6B00",
"primaryText": "#FFFFFF",
"primaryContainer": "#FFE0B2",
"secondary": "#2C5AA0",
"surface": "#FFFFFF",
"surfaceText": "#121212",
"surfaceVariant": "#E0E0E0",
"surfaceVariantText": "#424242",
"surfaceTint": "#FFE0B2",
"background": "#F5F5F5",
"backgroundText": "#121212",
"outline": "#BDBDBD",
"surfaceContainer": "#F5F5F5",
"surfaceContainerHigh": "#E0E0E0",
"error": "#FF5252",
"warning": "#FFB74D",
"info": "#FF6B00"
},
"sourceDir": "lenovo-yoga"
}
@@ -0,0 +1,46 @@
{
"id": "asusZenBook",
"name": "ASUS ZenBook",
"version": "1.0.0",
"author": "ATLAS",
"description": "ASUS ZenBook inspired theme (Ponder Blue and Basalt Gray)",
"dark": {
"primary": "#00A6ED",
"primaryText": "#000000",
"primaryContainer": "#0088CC",
"secondary": "#FF6600",
"surface": "#121212",
"surfaceText": "#E0E0E0",
"surfaceVariant": "#1E1E1E",
"surfaceVariantText": "#BDBDBD",
"surfaceTint": "#0088CC",
"background": "#121212",
"backgroundText": "#E0E0E0",
"outline": "#444444",
"surfaceContainer": "#1E1E1E",
"surfaceContainerHigh": "#2A2A2A",
"error": "#FF5252",
"warning": "#FFB74D",
"info": "#00A6ED"
},
"light": {
"primary": "#00A6ED",
"primaryText": "#FFFFFF",
"primaryContainer": "#E0F2FE",
"secondary": "#FF6600",
"surface": "#FFFFFF",
"surfaceText": "#121212",
"surfaceVariant": "#E0E0E0",
"surfaceVariantText": "#424242",
"surfaceTint": "#E0F2FE",
"background": "#F5F5F5",
"backgroundText": "#121212",
"outline": "#BDBDBD",
"surfaceContainer": "#F5F5F5",
"surfaceContainerHigh": "#E0E0E0",
"error": "#FF5252",
"warning": "#FFB74D",
"info": "#00A6ED"
},
"sourceDir": "asus-zenbook"
}
+21 -21
View File
@@ -1,22 +1,22 @@
background = #0e0e0e background = #0d141c
foreground = #e0e0e0 foreground = #dde3ee
cursor-color = #ff0000 cursor-color = #9bcaff
selection-background = #b71c1c selection-background = #00497a
selection-foreground = #e0e0e0 selection-foreground = #dde3ee
palette = 0=#0E0E0E palette = 0=#0d141c
palette = 1=#ff0f04 palette = 1=#ff729c
palette = 2=#37ff00 palette = 2=#7fff90
palette = 3=#ffcd00 palette = 3=#fff772
palette = 4=#fe1e0c palette = 4=#80b5f2
palette = 5=#760000 palette = 5=#214976
palette = 6=#FF0000 palette = 6=#9bcaff
palette = 7=#ffe0e0 palette = 7=#eff6ff
palette = 8=#a58c8c palette = 8=#999fa5
palette = 9=#ff3f3f palette = 9=#ff9fbb
palette = 10=#73ff4c palette = 10=#a5ffb1
palette = 11=#ffdc4c palette = 11=#fffaa5
palette = 12=#ff2626 palette = 12=#aad1ff
palette = 13=#ff4c4c palette = 13=#b9d9ff
palette = 14=#ff8c8c palette = 14=#d2e7ff
palette = 15=#fff2f2 palette = 15=#f8fbff
+1
View File
@@ -26,6 +26,7 @@ cp -r /home/$(whoami)/SDG-OS/matugen /home/$(whoami)/.config
echo "projects" > ~/.config/projectdir.state echo "projects" > ~/.config/projectdir.state
mkdir -p ~/projects mkdir -p ~/projects
echo "none:default.jsonc" > ~/.config/fetch.state
mv /home/$(whoami)/.zshrc /home/$(whoami)/.zshrc-old-$RANDOM mv /home/$(whoami)/.zshrc /home/$(whoami)/.zshrc-old-$RANDOM
cp /home/$(whoami)/.config/sdgos/zshrc /home/$(whoami)/.zshrc cp /home/$(whoami)/.config/sdgos/zshrc /home/$(whoami)/.zshrc
+3 -3
View File
@@ -1,6 +1,6 @@
# ! Auto-generated file. Do not edit directly. # ! Auto-generated file. Do not edit directly.
# Remove source = ./dms/colors.conf from your config to override. # Remove source = ./dms/colors.conf from your config to override.
bordercolor = 0x444444ff bordercolor = 0x8b919bff
focuscolor = 0xff0000ff focuscolor = 0x9bcaffff
urgentcolor = 0xff5252ff urgentcolor = 0xffb4abff
+87 -87
View File
@@ -6,113 +6,113 @@
.theme-dark, .theme-light { .theme-dark, .theme-light {
/* ── Material You RGB helpers ──────────────────────────── */ /* ── Material You RGB helpers ──────────────────────────── */
--mat-bg-rgb: 14, 14, 14; --mat-bg-rgb: 13, 20, 28;
--mat-surface-rgb: 14, 14, 14; --mat-surface-rgb: 13, 20, 28;
--mat-on-surface-rgb: 224, 224, 224; --mat-on-surface-rgb: 221, 227, 238;
--mat-primary-rgb: 255, 0, 0; --mat-primary-rgb: 155, 202, 255;
--mat-on-primary-rgb: 255, 255, 255; --mat-on-primary-rgb: 0, 50, 86;
/* ── Core Backgrounds ──────────────────────────────────── */ /* ── Core Backgrounds ──────────────────────────────────── */
--background-primary: #0e0e0e; --background-primary: #0d141c;
--background-primary-alt: #0e0e0e; --background-primary-alt: #0d141c;
--background-secondary: #0e0e0e; --background-secondary: #151c24;
--background-secondary-alt: #1c1c1c; --background-secondary-alt: #192028;
/* ── Titlebar ──────────────────────────────────────────── */ /* ── Titlebar ──────────────────────────────────────────── */
--titlebar-background: #0e0e0e; --titlebar-background: #0d141c;
--titlebar-background-focused: #0e0e0e; --titlebar-background-focused: #151c24;
--titlebar-text-color: #e0e0e0; --titlebar-text-color: #dde3ee;
/* ── Borders & Dividers ────────────────────────────────── */ /* ── Borders & Dividers ────────────────────────────────── */
--background-modifier-border: #1c1c1c; --background-modifier-border: #414750;
--background-modifier-border-focus: #444444; --background-modifier-border-focus: #8b919b;
--background-modifier-border-hover: #444444; --background-modifier-border-hover: #8b919b;
/* ── Text Colors ───────────────────────────────────────── */ /* ── Text Colors ───────────────────────────────────────── */
--text-normal: #e0e0e0; --text-normal: #dde3ee;
--text-muted: #bdbdbd; --text-muted: #c0c7d2;
--text-faint: #444444; --text-faint: #8b919b;
--text-on-accent: #ffffff; --text-on-accent: #003256;
--text-selection: rgba(255, 0, 0, 0.25); --text-selection: rgba(155, 202, 255, 0.25);
/* ── Accent & Interactive ──────────────────────────────── */ /* ── Accent & Interactive ──────────────────────────────── */
--interactive-accent: #ff0000; --interactive-accent: #9bcaff;
--interactive-accent-hover: #b71c1c; --interactive-accent-hover: #00497a;
--interactive-accent-rgb: 255, 0, 0; --interactive-accent-rgb: 155, 202, 255;
--text-accent: #ff0000; --text-accent: #9bcaff;
--text-accent-hover: #b71c1c; --text-accent-hover: #00497a;
/* ── Hover & Active Modifiers ──────────────────────────── */ /* ── Hover & Active Modifiers ──────────────────────────── */
--background-modifier-hover: rgba(var(--mat-on-surface-rgb), 0.06); --background-modifier-hover: rgba(var(--mat-on-surface-rgb), 0.06);
--background-modifier-active-hover: rgba(var(--mat-primary-rgb), 0.15); --background-modifier-active-hover: rgba(var(--mat-primary-rgb), 0.15);
--background-modifier-success: #2a2a2a; --background-modifier-success: #3e4372;
--background-modifier-error: #8c1d18; --background-modifier-error: #93000a;
--background-modifier-error-hover: #ff5252; --background-modifier-error-hover: #ffb4ab;
/* ── Obsidian Color Scale (--color-base-XX) ────────────── */ /* ── Obsidian Color Scale (--color-base-XX) ────────────── */
--color-base-00: #0e0e0e; --color-base-00: #0d141c;
--color-base-05: #0e0e0e; --color-base-05: #0d141c;
--color-base-10: #0e0e0e; --color-base-10: #080f16;
--color-base-20: #0e0e0e; --color-base-20: #151c24;
--color-base-25: #1c1c1c; --color-base-25: #192028;
--color-base-30: #2a2a2a; --color-base-30: #242b33;
--color-base-35: #2a2a2a; --color-base-35: #2f353e;
--color-base-40: #1c1c1c; --color-base-40: #414750;
--color-base-50: #444444; --color-base-50: #8b919b;
--color-base-60: #bdbdbd; --color-base-60: #c0c7d2;
--color-base-70: #e0e0e0; --color-base-70: #dde3ee;
--color-base-100: #ffffff; --color-base-100: #dde3ee;
/* ── Semantic Colors ───────────────────────────────────── */ /* ── Semantic Colors ───────────────────────────────────── */
--color-red: #ff5252; --color-red: #ffb4ab;
--color-orange: #00ff00; --color-orange: #bfc2fa;
--color-yellow: #00ff00; --color-yellow: #b8c6ea;
--color-green: #2a2a2a; --color-green: #3e4372;
--color-cyan: #2a2a2a; --color-cyan: #394664;
--color-blue: #ff0000; --color-blue: #9bcaff;
--color-purple: #00ff00; --color-purple: #b8c6ea;
--color-pink: #00ff00; --color-pink: #bfc2fa;
/* ── Headings ──────────────────────────────────────────── */ /* ── Headings ──────────────────────────────────────────── */
--h1-color: #ff0000; --h1-color: #9bcaff;
--h2-color: #ff0000; --h2-color: #9bcaff;
--h3-color: #00ff00; --h3-color: #b8c6ea;
--h4-color: #00ff00; --h4-color: #bfc2fa;
--h5-color: #bdbdbd; --h5-color: #c0c7d2;
--h6-color: #444444; --h6-color: #8b919b;
/* ── Links ─────────────────────────────────────────────── */ /* ── Links ─────────────────────────────────────────────── */
--link-color: #ff0000; --link-color: #9bcaff;
--link-color-hover: #e0e0e0; --link-color-hover: #d0e4ff;
--link-external-color: #00ff00; --link-external-color: #bfc2fa;
--link-unresolved-color: #444444; --link-unresolved-color: #8b919b;
/* ── Tags ──────────────────────────────────────────────── */ /* ── Tags ──────────────────────────────────────────────── */
--tag-color: #e0e0e0; --tag-color: #d0e4ff;
--tag-background: #b71c1c; --tag-background: #00497a;
--tag-border-color: #ff0000; --tag-border-color: #9bcaff;
--tag-color-hover: #ffffff; --tag-color-hover: #003256;
--tag-background-hover: #ff0000; --tag-background-hover: #9bcaff;
/* ── Checkboxes ────────────────────────────────────────── */ /* ── Checkboxes ────────────────────────────────────────── */
--checkbox-color: #ff0000; --checkbox-color: #9bcaff;
--checkbox-color-hover: #b71c1c; --checkbox-color-hover: #00497a;
--checkbox-border-color: #444444; --checkbox-border-color: #8b919b;
--checkbox-marker-color: #ffffff; --checkbox-marker-color: #003256;
/* ── Code Blocks ───────────────────────────────────────── */ /* ── Code Blocks ───────────────────────────────────────── */
--code-background: #0e0e0e; --code-background: #151c24;
--code-normal: #e0e0e0; --code-normal: #dde3ee;
--code-comment: #444444; --code-comment: #8b919b;
--code-function: #ff0000; --code-function: #9bcaff;
--code-important: #ff5252; --code-important: #ffb4ab;
--code-keyword: #00ff00; --code-keyword: #b8c6ea;
--code-operator: #00ff00; --code-operator: #bfc2fa;
--code-property: #bdbdbd; --code-property: #c0c7d2;
--code-punctuation: #1c1c1c; --code-punctuation: #414750;
--code-string: #00ff00; --code-string: #bfc2fa;
--code-tag: #ff5252; --code-tag: #ffb4ab;
--code-value: #00ff00; --code-value: #b8c6ea;
/* ── Scrollbar ─────────────────────────────────────────── */ /* ── Scrollbar ─────────────────────────────────────────── */
--scrollbar-thumb-bg: rgba(var(--mat-on-surface-rgb), 0.12); --scrollbar-thumb-bg: rgba(var(--mat-on-surface-rgb), 0.12);
@@ -121,16 +121,16 @@
/* ── Inputs ────────────────────────────────────────────── */ /* ── Inputs ────────────────────────────────────────────── */
--input-shadow: none; --input-shadow: none;
--input-shadow-hover: 0 0 0 2px #444444; --input-shadow-hover: 0 0 0 2px #8b919b;
/* ── Graph View ────────────────────────────────────────── */ /* ── Graph View ────────────────────────────────────────── */
--graph-node: #ff0000; --graph-node: #9bcaff;
--graph-node-unresolved: #444444; --graph-node-unresolved: #8b919b;
--graph-node-focused: #e0e0e0; --graph-node-focused: #d0e4ff;
--graph-node-tag: #00ff00; --graph-node-tag: #b8c6ea;
--graph-node-attachment: #00ff00; --graph-node-attachment: #bfc2fa;
--graph-line: #1c1c1c; --graph-line: #414750;
--graph-background: #0e0e0e; --graph-background: #0d141c;
} }
+68
View File
@@ -0,0 +1,68 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"separator": " ",
"key": {
"type": "both"
},
"bar": {
"border": {
"left": "\uee00",
"leftElapsed": "\uee03",
"right": "\uee02",
"rightElapsed": "\uee05"
},
"char": {
"total": "\uee01",
"elapsed": "\uee04"
},
"color": {
"total": null
}
},
"percent": {
"type": [
"bar",
"bar-monochrome"
]
}
},
"modules": [
"title",
"separator",
{
"type": "memory",
"key": "MEM"
},
{
"type": "swap",
"key": "SWP"
},
{
"type": "disk",
"folders": "/",
"key": "DSK"
},
{
"type": "battery",
"key": "BAT"
},
{
"type": "brightness",
"key": "BGT"
},
{
"type": "colors",
"paddingLeft": 6,
"symbol": "circle"
},
{
"type": "custom",
"format": "In order to change your fetch configuration, run {#@196}fetchconf"
},
{
"type": "custom",
"format": "In order to fetch again with the configuration, just run {#@196}fetch"
}
]
}
+22
View File
@@ -0,0 +1,22 @@
 
 
 
 
 
      ..    
   ..,;::c       
  .:cccc        ...  
  .,ccc.      .',::;     
  .:cc.     .,:cc     .   
       ':c.    .';c'    ..,:c.  
   ,.   ...   ':'    .,:.   ..   .ccc.  
    :.   c:;;c    .;:           .:cc   
        ,c.  .;c      'cc,   
   ;     .;'...    .':cc   
                 ;,     
         
 
 
 
 
 
+22
View File
@@ -0,0 +1,22 @@
     
 '   . 
 ,'       '' 
 ,;.   . .   ';' 
 ,;;'    '' ''   .';;' 
 ,;;;;'.  .;' ';.  .,;;;;' 
 ,;;.,;;,.;;' ';;.,;;'';;' 
 ,;;. .;;;;;' ';;;;;. .;;' 
 ,;;'  .;;;;' ';;;;.  ';;' 
  .;;' .;;;;' ';;;;  ';;.  
   .; .;;;;' ';;;;  ;.   
    .;;;;   ;;;;     
 .;;       ;;  
 .;     ;  
 .       
       
     
 ''''''. .''''''. .''''.  ''''''. .'''''' .'''''  ''''''. '''''''. 
 ;' .;   .;. .;'  ';'...  ;' .;. ,;'.';;  ,;    ;'  ;' ;; .';.  
 ;'     .;.  ;  ';,''.  ;,..';. ,;   ;;  ,;   ;;...;' ;;   ,  
                                                
       
+22
View File
@@ -0,0 +1,22 @@
     .....    
   .,loodxxxxddol,.   
   ;ox0XWWWNNXKKKXKOxo:.  
   'ckKXWWWWNNXXK000000KOo,   
   'oK000KNNNNXKK0OOOkkkkOKd,   
  .lKOkkkO0KKK00OkxxddddoodKo'  
 .;0Odddddxxkkkxddolllccc::o0:. 
 .oOdllllllllllccc::;;;,,'';xd. 
 'xxl;;;;;;;;;,,,,'''.......cx' 
 'xl:'..................   .;d, 
 'dc,...........           .;o, 
 .o:';,'.              ..''.:o. 
 .:c,:clodc.         ;odlc:'cl. 
  .lc;::codx;      'dxol::,;l.  
   .cl:;::clo;....'olc::;;;c.   
   .:ooc::::c;'',cc:;:;;::.   
    ,ol:;;;;::::;;;,';l;    
    .coc:cloooolc::ll.    
    'ooodxxxxdooo,    
     'lxkkkkkl,     
      ....      
          
+22
View File
@@ -0,0 +1,22 @@
             
       .,.;.;okk   
       'cx0k..l0No      
       ':d0XXXNNXK0Nl        
       .:dOXXXXXXXNNNNNc     
     .:okKKKKXXXXXXXXXXNc     
   .'lO000KKKKKKKKXXXX;     
        ;k000000000KK'     
       .oOOOOOOOOO:.          
      OOOOOOO;c;    .:l:     
    Okkkk;:dk      .:dko     
       Okx;cxkk.   .,cddd.     
       o.cxkkkx:'coooo;        
      kkkkxxxddoo            
            .dxxddd,            
          '              
   ..;; ;. ';    ., ''  ;..'       
    ,o:,K.dl  0.ck..x. k  ,o k,..     
 .'   .O.'0..d.,x .d. dc..d....'l     
                                    
            
 
+22
View File
@@ -0,0 +1,22 @@
  .:o  
  .;oddd  
  :ddddd.  
  oddddd   
 'ddd'    
  ..,,;,'..        .',;;,'.  
  .:oddddddddddlc::loddddddddddl,  
 .lddddddddddddddddddddddddddddddd.  
 :0000000000000000000000000000000.   
.0000000000000000000000000000000.  
oOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOl  
ooooooooooooooooooooooooooooooo, 
:ooooooooooooooooooooooooooooool  
.:::::::::::::::::::::::::::::::.  
 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.  
  ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.. 
   ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,' 
   ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.  
   ,;;;;;;;;;;;;;;;;;;;;;;;;;;;;   
  .ccccccccccccccccccccccccc,   
    cccccc:       .cccccc.   
                  
+22
View File
@@ -0,0 +1,22 @@
 
 .;;;;;;;;;;;;;;;;. 
  ;;;;.              .;;;;  
 .;;;         ;;;. 
 .;;'       ';;. 
 ';;     ;;' 
 ';,     ';' 
 .;,   ,;. 
  ;;   ;;;;;;  ,;;; .;;.  ;;;   ;;  
 .;,   ;;, ';;,;;;, ';;; .;;.  ;;;   ;;. 
 .;,  ;;,  ;;;;;;;;' ';;;;;.  ;;;  ,;. 
 .;;  ;;;;;;;   ;;;;;;. .;;;;; ;;;;;' ;;. 
  ;;.                                 .;;  
  .;;   ;;.  
  ';, ,;'  
  .;;   ;;.  
   ;;, ,;;   
    ;;;. .;;;    
    ';;;;   ;;;;'    
     ;;;;;;;;;;;;;;;;     
                    
 
+22
View File
@@ -0,0 +1,22 @@
 
      '''....   
   .,:'   ,cccccccc:,.   
  .:ccc:  .ccccccccccccc:.  
  ,cccccc   ccccccccccccccccc,  
  .ccccccc    :ccccccccccccccccccc.  
  ,ccccccc.       ;cccc.   ;c,  
  ,ccccccc,   .cc,   'c,  
 .cccccccc   ::.   ;cc  .::.   :cc. 
  :ccccccc    :c,  'cc   :c'   'ccc:  
  ccccccc.   ;cc  .cc.   ;c:  .ccccc  
  cccccc,  'cc   :c'   'cc   :ccccc  
  'ccccc  .cc.   ;c:  .cc.   :ccccc'  
  cccc   :c'   'cc         ,cccccc  
   cc.   ;c:  .cc.   .cccccc   
   c:;;;;cc:;;;;:c'   ';;;;;;:cccccc   
   'cccccccccccc:  .cccccccccccc,   
   ;cccccccccc   ccccccccccc;   
    ccccccc.   :ccccccccc    
      cc.   ,cccccc      
                
 
+22
View File
@@ -0,0 +1,22 @@
 
  ,,'..',,  
  ''...,.kco:.....''  
 ...';oocl,d:oo'cd;l;.... 
 .oc:''..'',,,,''...;:,o. 
 .,.',;;;;;;:lc;;;;;,'... 
 .;;;;;;;;cokKKK0Ol:;;;;. 
 .;;lxooKK0kkkkXNKOk:;;;. 
  ;;;oKK0kc;:cccc;ll;;;;  
  ,;;cKkNKOkxdllc:;;;;;,  
 .;;o0KNkoc:;;ldxlo:;;. 
  ';;lxXKk:;;;:l:;dl;'  
  ,;;;kOXoOx:;;;cx;,  
   ,;;:kN0l:;:lxd:'  
  .;;::kx0kxo;;.  
   .;;;;;;;;.   
    .;;.    
 .'.'...''.'  ,'..' '.. 
 .               .. .    
 .    .       '..   .    
                        
 
+22
View File
@@ -0,0 +1,22 @@
  'lOXN0d;  
  .:d0K0kdoloxOKKkl,.  
 .;o0XOdc,''''''''''':lx0Xkc.  
 'oKKkl;'''''''''''';''''''',cdOXk:.  
NXo;'''''''''''''',l;o;''''''''''ckN. 
X0'''''c,,',cloddxO0XKK0do;'''''''cN.                         
OK''',oxxcdNNNKOkkO0NKKNN00l,'''''lN.                       
lN''''':0XNO0d;''''''cXXXxoxk,''''dN          
.N:'''';OXdXXOdc:::;;;,''cko''''''0X                      
 Nd''''cNdNNKOdoc::cc:,'''''''''',Nc                     
 dX''''KNdNXdl;;:;;,';,cl''''''''oN                      
  No''';KdNNKl,''''',:lxc:ll,''''Ko                      
  :X,''',oX0k0x''''''':c,''kc'''dN                      
  OO''''':kokx,kcc''''''';x,'':N.                      
  Kx''',doNNOkklc,''''':d,'';X,                      
  0k'''''kXNc''''''':xo;'':X.                       
  l0;'';;;k0KOkkOxkoc'''oN   
   Nd'''':',l::;';''':0:   
    Xo,''''''''''':Oo   
    dkc,''''';dK.   
    '0xokk     
    .   
+22
View File
@@ -0,0 +1,22 @@
  ..  
   . ...  
  ..      ..  
  .. '      . ..  
  .',.           ,'.  
  ..                   .  
  .   ...            ...   .  
  .      ,,.  .... .  .,,      .  
   '   .,....    ....,'   '   
    .   ,.. '.       ' . ,   .    
    .  . .. .  . .  . .  .    
    .. ,'   ..   ',  .    
    .,   ,,,,   ,'    
   .    .   .    
   .    .   
   ..   
    
 
     .  .   .. '   .. .  :.xOo 
,   ' . .   . ,   .    '     ;c.'..0
   .  .     . ' .  .c      ;0.xx 
                           
+22
View File
@@ -0,0 +1,22 @@
    .:,
      .....  
  '. ..; '.   
  ......  ,  .  . .  
 .'    . .'   . '.      
  ' .  .,. .'.   .  '.  
  :  . ,. ,  . '.    .  '.  
,;..   ... .. '  '' : ... ..  ,'.. . .,  
  . .''  :  :  .     ;  ,;  ....  '' .  :  
      ; : '. .   '.     . . .',.' ;  ,  
   . .      ' ..,,  ...;.   .. .   
         : .'.  .               
  ,. ..   .  
  : .  ,'';   
  ' .,...''..........  
   .       ..       ; 
              ..'. . 
  :  .;   
    , .. 
 . .  
 ':   
      
+22
View File
@@ -0,0 +1,22 @@
      
         .;;;;.              
         ;;;;;;              
           .;;                    
                                               
                                                 
                                             
                                                         
                                                         
                                                        
                                                 
                                                
                                                      
                                                    
                                                     
                                                     
                                                     
                                                     
                                             
                                                     
 
 
+22
View File
@@ -0,0 +1,22 @@
WNNWNWNNWNWWNWNWWNWNWWNWNWWNWNWWNWNNWNWNNWNW
NWWNWNWWNWNWWNWNWWNWNWWNWNNWNWWNWNWWNWNWWNWN
WNWWNWWWWNWWWWNWWNWNWWNWNWWNWNWWNWNWWNWNWWNW
WNWWNWNNWNWWNWNWWNWNWWNWNWWNWNNXXK0OXNWNWWNW
NWWNWNWWNWNWWNWNWWNWNXK00Okkxddddddd0WNWWNWN
NWWNWNWWNNXK0OkxdoN0dddddddddddddddd0WNWWNWN
WNWWNWN0llllllllllN0dddddddddddddddd0NWNWWNW
WWWWNWWOllllllllllN0dddddddddddddddd0NWNWWNW
NWWNWNWOllllllllllNKdddddddddddddddd0WNWWNWN
NWWNWNWOllllllllllN0dddddddddddddddd0WNWWNWN
WNWWNWNKxxxxxxxxxxNKkkkOkkkkOkkkkOkkKNWNWWNW
WWWWWWW0ddddddddddNX0000000000000000XWWWWWWW
NWWNWNWOllllllllllNXOOOOOOOOOOOOOOOOKWNWWNWN
WWWWWWWOllllllllllNXOOOOOOOOOOOOOOOOKWWWWWWW
WNWWNWNOllllllllllNKOOOOOOOOOOOOOOOOXNWNWWNW
NWWNWNW0olllllllllNXOOOOOOOOOOOOOOOOKWNWWNWN
NWWNWNWWNNXXK0OkxdNXOOOOOOOOOOOOOOOOKWNWWNWN
WWWWNWWWWNWWWWNWWNWNNNXXXKK00OOOOOOOXNWNWWNW
WNWWNWNNWNWWNWNWWNWNWWNWNWWNWNWNNXXKNNWNWWNW
NWWNWNWWNWNWWNWNWWNWNWWNWNNWNWWNWNWWNWNWWNWN
NWWNWNWWNWNWWNWNWWNWNWWNWWNWNWWNWNWWNWNWWNWN
WNNWNWNNWNWWNWNWWNWNWWNWNWWNWNWWNWNNWNWNNWNW
+22
View File
@@ -0,0 +1,22 @@
WMWWWWWWMWMNMWWWWWWMWMNMWWWWWWMWMNMWWWWWWMWM
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
WWWWWWWWWWNWNWWWWWWWWWWNWWWWWWWWNWNWWWWWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWkxxdxdxdxdxxxxdxXNdxdxxxxdxdxdxdxxWWWWW
WWWWWkxxxdxdxdxxxxxxdNNxdxxxxxxdxdxdxxxWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::KX:::::::::::::::cWWWWW
WWWWWl:::::::::::::::XX:::::::::::::::cWWWWW
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
MWWWWWWWWMWMWMWWWWWWMNMWMWWWWWWMNMWMWWWWWWMN
+22
View File
@@ -0,0 +1,22 @@
 :Odc;;;;coOc 
  Kxc;',;::::::;,',cdK. 
 Oo'';:cccccccccccccc:;''l0  
 x:.'',,,,,,,,,,,,,,,,,,,,,'.;k 
 'l.......;;::::::;'.............c; 
 ,;.......;:cccllllc;';'.......'...,: 
 .;........ccllooddoo.cllccc::cc:....,. 
 :........::clodxkkk:cddolc::::c,.....: 
  ,.......',,,;:cok0k,0OOxdlc;;;;......'  
  '.......'',;:lool:'oK0Okxoc:;,.......'. 
  ''''''',,,,;cldxkd;Kxdolc:;;::.'''''',  
 .,,,,,,,,,,;:codx,0NNXXK0kxxx;',,,,,,. 
  ';,,;,,,,,,;;:c:oKXKK0Okkxxo,,,,,,;,  
  ';:;'',,,,,,,,;OOOOOkkxxxx;;::::;,  
  '::::ccccc::;lxxxxxxxxxxl:cccc:'  
   ;looooooooooooooooooolloool:   
   .oddddddddddddddddddddo'   
     loddddddddddddoo     
                    
 
 
 
+22
View File
@@ -0,0 +1,22 @@
 
  WWNNXXXNN 
 xOkxkOOkxdolccdOK 
 ,ddxxkOkxdolc:;,'. Xk 
 kodxkOkxxdolc:;,. l;;oOXNW  .MWNX0k, 
 lodxkkOkxdolc:;,'..l,;:clodxkO00Okxd;  
 .xddxkOkxdoolc:,'. d;;:clodxkkO00Oxdl. 
 dodxkOOkxdolc:;,' ::,:cloodxkO00Okxo'  
 ;odxxkkx..olc:;,'. d,;:clodxkOO0Okxdc  
      ONNWW;    .' l;;:cloddxkO00Okdo.  
 ;0OkkkOkxddoodkK;  :,;:clodxkO00Okxd;  
  dcodxOkkxdolc;,.. oK.  'odxkkO0Ox.    
 lcldxkOkxdolc:,'...dcokKNX0  .00KXXXd  
 .llodkOkxxdol:;,.. dcclodxkkO0000000O. 
 ocodxkkkxdolc;,'. ;oclodxxkOO0K00000:  
 :cloxkOkxddoc:;'.. kcclodxkkO0000000x  
  dcodxOOkxdolc;,.. llclodxxkO0000000O'  
 ..             ,. .dcllodxkOO0K00000o  
        .cclodxkkO0000000O. 
      lxkOO000k;     
            
 
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 KiB

@@ -0,0 +1,6 @@
Theme_Category:custom
Theme_Name:custom
Generic_Color:custom
Matugen:vibrant
Mode:dark
Preset:alienware
+1 -1
View File
@@ -2,5 +2,5 @@ Theme_Category:custom
Theme_Name:custom Theme_Name:custom
Generic_Color:custom Generic_Color:custom
Matugen:vibrant Matugen:vibrant
Mode:light Mode:dark
Preset:framework Preset:framework
+6
View File
@@ -0,0 +1,6 @@
Theme_Category:custom
Theme_Name:custom
Generic_Color:custom
Matugen:vibrant
Mode:light
Preset:macbook
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

@@ -0,0 +1,6 @@
Theme_Category:custom
Theme_Name:custom
Generic_Color:custom
Matugen:vibrant
Mode:light
Preset:msicreator
Binary file not shown.

After

Width:  |  Height:  |  Size: 490 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

+6
View File
@@ -0,0 +1,6 @@
Theme_Category:custom
Theme_Name:custom
Generic_Color:custom
Matugen:vibrant
Mode:dark
Preset:hpomen
+6
View File
@@ -0,0 +1,6 @@
Theme_Category:custom
Theme_Name:custom
Generic_Color:custom
Matugen:vibrant
Mode:dark
Preset:yoga
Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

+6
View File
@@ -0,0 +1,6 @@
Theme_Category:custom
Theme_Name:custom
Generic_Color:custom
Matugen:vibrant
Mode:dark
Preset:zenbook