diff --git a/DankMaterialShell/firefox.css b/DankMaterialShell/firefox.css index a90a4e2..e7839f5 100755 --- a/DankMaterialShell/firefox.css +++ b/DankMaterialShell/firefox.css @@ -1,54 +1,54 @@ @media -moz-pref("userChrome.theme-material") { :root { - --md-sys-color-primary: #ff0000; - --md-sys-color-surface-tint: #ff0000; + --md-sys-color-primary: #0062a0; + --md-sys-color-surface-tint: #0062a0; --md-sys-color-on-primary: #ffffff; - --md-sys-color-primary-container: #ffebee; - --md-sys-color-on-primary-container: #121212; - --md-sys-color-secondary: #00cc00; + --md-sys-color-primary-container: #d0e4ff; + --md-sys-color-on-primary-container: #001d35; + --md-sys-color-secondary: #515e7d; --md-sys-color-on-secondary: #ffffff; - --md-sys-color-secondary-container: #e0e0e0; - --md-sys-color-on-secondary-container: #121212; - --md-sys-color-tertiary: #00cc00; + --md-sys-color-secondary-container: #d8e2ff; + --md-sys-color-on-secondary-container: #0c1b36; + --md-sys-color-tertiary: #565b8b; --md-sys-color-on-tertiary: #ffffff; - --md-sys-color-tertiary-container: #e0e0e0; - --md-sys-color-on-tertiary-container: #121212; - --md-sys-color-error: #ff5252; + --md-sys-color-tertiary-container: #e0e0ff; + --md-sys-color-on-tertiary-container: #121644; + --md-sys-color-error: #ba1a1a; --md-sys-color-on-error: #ffffff; - --md-sys-color-error-container: #f9dedc; - --md-sys-color-on-error-container: #410e0b; - --md-sys-color-background: #f5f5f5; - --md-sys-color-on-background: #121212; - --md-sys-color-surface: #f5f5f5; - --md-sys-color-on-surface: #121212; - --md-sys-color-surface-variant: #e0e0e0; - --md-sys-color-on-surface-variant: #424242; - --md-sys-color-outline: #bdbdbd; - --md-sys-color-outline-variant: #e0e0e0; + --md-sys-color-error-container: #ffdad6; + --md-sys-color-on-error-container: #410002; + --md-sys-color-background: #f8f9ff; + --md-sys-color-on-background: #151c24; + --md-sys-color-surface: #f8f9ff; + --md-sys-color-on-surface: #151c24; + --md-sys-color-surface-variant: #dde3ee; + --md-sys-color-on-surface-variant: #414750; + --md-sys-color-outline: #717881; + --md-sys-color-outline-variant: #c0c7d2; --md-sys-color-shadow: #000000; --md-sys-color-scrim: #000000; - --md-sys-color-inverse-surface: #0e0e0e; - --md-sys-color-inverse-on-surface: #e0e0e0; - --md-sys-color-inverse-primary: #ff0000; - --md-sys-color-primary-fixed: #ffebee; - --md-sys-color-on-primary-fixed: #ffffff; - --md-sys-color-primary-fixed-dim: #ff0000; - --md-sys-color-on-primary-fixed-variant: #ffffff; - --md-sys-color-secondary-fixed: #00cc00; - --md-sys-color-on-secondary-fixed: #ffffff; - --md-sys-color-secondary-fixed-dim: #00cc00; - --md-sys-color-on-secondary-fixed-variant: #ffffff; - --md-sys-color-tertiary-fixed: #00cc00; - --md-sys-color-on-tertiary-fixed: #ffffff; - --md-sys-color-tertiary-fixed-dim: #00cc00; - --md-sys-color-on-tertiary-fixed-variant: #ffffff; - --md-sys-color-surface-dim: #f5f5f5; - --md-sys-color-surface-bright: #ffffff; - --md-sys-color-surface-container-lowest: #f5f5f5; - --md-sys-color-surface-container-low: #ffffff; - --md-sys-color-surface-container: #f5f5f5; - --md-sys-color-surface-container-high: #f5f5f5; - --md-sys-color-surface-container-highest: #f5f5f5; + --md-sys-color-inverse-surface: #2a3139; + --md-sys-color-inverse-on-surface: #ebf1fc; + --md-sys-color-inverse-primary: #9bcaff; + --md-sys-color-primary-fixed: #d0e4ff; + --md-sys-color-on-primary-fixed: #001d35; + --md-sys-color-primary-fixed-dim: #9bcaff; + --md-sys-color-on-primary-fixed-variant: #00497a; + --md-sys-color-secondary-fixed: #d8e2ff; + --md-sys-color-on-secondary-fixed: #0c1b36; + --md-sys-color-secondary-fixed-dim: #b8c6ea; + --md-sys-color-on-secondary-fixed-variant: #394664; + --md-sys-color-tertiary-fixed: #e0e0ff; + --md-sys-color-on-tertiary-fixed: #121644; + --md-sys-color-tertiary-fixed-dim: #bfc2fa; + --md-sys-color-on-tertiary-fixed-variant: #3e4372; + --md-sys-color-surface-dim: #d4dae5; + --md-sys-color-surface-bright: #f8f9ff; + --md-sys-color-surface-container-lowest: #ffffff; + --md-sys-color-surface-container-low: #eef4ff; + --md-sys-color-surface-container: #f8f9ff; + --md-sys-color-surface-container-high: #f8f9ff; + --md-sys-color-surface-container-highest: #f8f9ff; --m3-radius: 12px; --m3-radius-sm: 10px; @@ -68,55 +68,55 @@ @media (prefers-color-scheme: dark) { :root { - --md-sys-color-primary: #ff0000; - --md-sys-color-surface-tint: #ff0000; - --md-sys-color-on-primary: #ffffff; - --md-sys-color-primary-container: #b71c1c; - --md-sys-color-on-primary-container: #e0e0e0; - --md-sys-color-secondary: #00ff00; - --md-sys-color-on-secondary: #ffffff; - --md-sys-color-secondary-container: #2a2a2a; - --md-sys-color-on-secondary-container: #e0e0e0; - --md-sys-color-tertiary: #00ff00; - --md-sys-color-on-tertiary: #ffffff; - --md-sys-color-tertiary-container: #2a2a2a; - --md-sys-color-on-tertiary-container: #e0e0e0; - --md-sys-color-error: #ff5252; - --md-sys-color-on-error: #601410; - --md-sys-color-error-container: #8c1d18; - --md-sys-color-on-error-container: #f9dedc; - --md-sys-color-background: #0e0e0e; - --md-sys-color-on-background: #e0e0e0; - --md-sys-color-surface: #0e0e0e; - --md-sys-color-on-surface: #e0e0e0; - --md-sys-color-surface-variant: #1c1c1c; - --md-sys-color-on-surface-variant: #bdbdbd; - --md-sys-color-outline: #444444; - --md-sys-color-outline-variant: #1c1c1c; + --md-sys-color-primary: #9bcaff; + --md-sys-color-surface-tint: #9bcaff; + --md-sys-color-on-primary: #003256; + --md-sys-color-primary-container: #00497a; + --md-sys-color-on-primary-container: #d0e4ff; + --md-sys-color-secondary: #b8c6ea; + --md-sys-color-on-secondary: #22304c; + --md-sys-color-secondary-container: #394664; + --md-sys-color-on-secondary-container: #d8e2ff; + --md-sys-color-tertiary: #bfc2fa; + --md-sys-color-on-tertiary: #282c5a; + --md-sys-color-tertiary-container: #3e4372; + --md-sys-color-on-tertiary-container: #e0e0ff; + --md-sys-color-error: #ffb4ab; + --md-sys-color-on-error: #690005; + --md-sys-color-error-container: #93000a; + --md-sys-color-on-error-container: #ffdad6; + --md-sys-color-background: #0d141c; + --md-sys-color-on-background: #dde3ee; + --md-sys-color-surface: #0d141c; + --md-sys-color-on-surface: #dde3ee; + --md-sys-color-surface-variant: #414750; + --md-sys-color-on-surface-variant: #c0c7d2; + --md-sys-color-outline: #8b919b; + --md-sys-color-outline-variant: #414750; --md-sys-color-shadow: #000000; --md-sys-color-scrim: #000000; - --md-sys-color-inverse-surface: #ffffff; - --md-sys-color-inverse-on-surface: #121212; - --md-sys-color-inverse-primary: #ff0000; - --md-sys-color-primary-fixed: #b71c1c; - --md-sys-color-on-primary-fixed: #ffffff; - --md-sys-color-primary-fixed-dim: #ff0000; - --md-sys-color-on-primary-fixed-variant: #ffffff; - --md-sys-color-secondary-fixed: #00ff00; - --md-sys-color-on-secondary-fixed: #ffffff; - --md-sys-color-secondary-fixed-dim: #00ff00; - --md-sys-color-on-secondary-fixed-variant: #ffffff; - --md-sys-color-tertiary-fixed: #00ff00; - --md-sys-color-on-tertiary-fixed: #ffffff; - --md-sys-color-tertiary-fixed-dim: #00ff00; - --md-sys-color-on-tertiary-fixed-variant: #ffffff; - --md-sys-color-surface-dim: #0e0e0e; - --md-sys-color-surface-bright: #2a2a2a; - --md-sys-color-surface-container-lowest: #0e0e0e; - --md-sys-color-surface-container-low: #0e0e0e; - --md-sys-color-surface-container: #1c1c1c; - --md-sys-color-surface-container-high: #2a2a2a; - --md-sys-color-surface-container-highest: #2a2a2a; + --md-sys-color-inverse-surface: #dde3ee; + --md-sys-color-inverse-on-surface: #2a3139; + --md-sys-color-inverse-primary: #0062a0; + --md-sys-color-primary-fixed: #d0e4ff; + --md-sys-color-on-primary-fixed: #001d35; + --md-sys-color-primary-fixed-dim: #9bcaff; + --md-sys-color-on-primary-fixed-variant: #00497a; + --md-sys-color-secondary-fixed: #d8e2ff; + --md-sys-color-on-secondary-fixed: #0c1b36; + --md-sys-color-secondary-fixed-dim: #b8c6ea; + --md-sys-color-on-secondary-fixed-variant: #394664; + --md-sys-color-tertiary-fixed: #e0e0ff; + --md-sys-color-on-tertiary-fixed: #121644; + --md-sys-color-tertiary-fixed-dim: #bfc2fa; + --md-sys-color-on-tertiary-fixed-variant: #3e4372; + --md-sys-color-surface-dim: #0d141c; + --md-sys-color-surface-bright: #333a42; + --md-sys-color-surface-container-lowest: #080f16; + --md-sys-color-surface-container-low: #151c24; + --md-sys-color-surface-container: #192028; + --md-sys-color-surface-container-high: #242b33; + --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-2: 0 4px 10px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.35); diff --git a/DankMaterialShell/settings.json b/DankMaterialShell/settings.json index 10ff9b3..22c5cf5 100755 --- a/DankMaterialShell/settings.json +++ b/DankMaterialShell/settings.json @@ -1,7 +1,7 @@ { - "currentThemeName": "custom", - "currentThemeCategory": "custom", - "customThemeFile": "/home/den/.config/DankMaterialShell/themes/msigaming/theme.json", + "currentThemeName": "dynamic", + "currentThemeCategory": "dynamic", + "customThemeFile": "/home/den/.config/DankMaterialShell/themes/-/theme.json", "registryThemeVariants": { "rosePine": "rosePine", "catppuccin": { @@ -288,7 +288,7 @@ "gtkThemingEnabled": false, "qtThemingEnabled": false, "syncModeWithPortal": true, - "terminalsAlwaysDark": false, + "terminalsAlwaysDark": true, "muxType": "tmux", "muxUseCustomCommand": false, "muxCustomCommand": "", @@ -484,6 +484,10 @@ "id": "systemTray", "enabled": true }, + { + "id": "colorPicker", + "enabled": true + }, { "id": "cpuUsage", "enabled": true, diff --git a/DankMaterialShell/themes/acerpredator/theme.json b/DankMaterialShell/themes/acerpredator/theme.json index d8c5512..f608cfc 100644 --- a/DankMaterialShell/themes/acerpredator/theme.json +++ b/DankMaterialShell/themes/acerpredator/theme.json @@ -3,15 +3,15 @@ "name": "Acer Predator", "version": "1.0.0", "author": "ATLAS", - "description": "Acer Predator inspired theme", + "description": "Acer Predator inspired theme (Red and Black)", "dark": { "primary": "#FF0000", "primaryText": "#FFFFFF", "primaryContainer": "#B71C1C", "secondary": "#00FF00", - "surface": "#0E0E0E", + "surface": "#1E1E1E", "surfaceText": "#E0E0E0", - "surfaceVariant": "#1C1C1C", + "surfaceVariant": "#2C2C2C", "surfaceVariantText": "#BDBDBD", "surfaceTint": "#B71C1C", "background": "#0E0E0E", diff --git a/DankMaterialShell/themes/alienware/theme.json b/DankMaterialShell/themes/alienware/theme.json new file mode 100644 index 0000000..5a234df --- /dev/null +++ b/DankMaterialShell/themes/alienware/theme.json @@ -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" +} \ No newline at end of file diff --git a/DankMaterialShell/themes/asusrog/theme.json b/DankMaterialShell/themes/asusrog/theme.json index ddc07d6..9028414 100644 --- a/DankMaterialShell/themes/asusrog/theme.json +++ b/DankMaterialShell/themes/asusrog/theme.json @@ -3,21 +3,21 @@ "name": "ASUS ROG", "version": "1.0.0", "author": "ATLAS", - "description": "ASUS ROG inspired theme", + "description": "ASUS ROG inspired theme (Red and Black)", "dark": { "primary": "#FF0000", "primaryText": "#FFFFFF", "primaryContainer": "#B71C1C", "secondary": "#00FF00", - "surface": "#0E0E0E", + "surface": "#1E1E1E", "surfaceText": "#E0E0E0", - "surfaceVariant": "#1C1C1C", + "surfaceVariant": "#2C2C2C", "surfaceVariantText": "#BDBDBD", "surfaceTint": "#B71C1C", "background": "#0E0E0E", "backgroundText": "#E0E0E0", "outline": "#444444", - "surfaceContainer": "#1C1C1C", + "surfaceContainer": "#0C0C0C", "surfaceContainerHigh": "#2A2A2A", "error": "#FF5252", "warning": "#FFB74D", diff --git a/DankMaterialShell/themes/dellxps/theme.json b/DankMaterialShell/themes/dellxps/theme.json index 4f20d6a..0e6d7cc 100644 --- a/DankMaterialShell/themes/dellxps/theme.json +++ b/DankMaterialShell/themes/dellxps/theme.json @@ -3,7 +3,7 @@ "name": "Dell XPS", "version": "1.0.0", "author": "ATLAS", - "description": "Dell XPS inspired theme", + "description": "Dell XPS inspired theme (Graphite and Platinum)", "dark": { "primary": "#00A9E0", "primaryText": "#000000", @@ -25,10 +25,10 @@ }, "light": { "primary": "#007DB8", - "primaryText": "#FFFFFF", + "primaryText": "#000000", "primaryContainer": "#E6F3FF", "secondary": "#5C5C5C", - "surface": "#FFFFFF", + "surface": "#DDDDDD", "surfaceText": "#121212", "surfaceVariant": "#E0E0E0", "surfaceVariantText": "#424242", @@ -36,8 +36,8 @@ "background": "#F5F5F5", "backgroundText": "#121212", "outline": "#BDBDBD", - "surfaceContainer": "#F5F5F5", - "surfaceContainerHigh": "#E0E0E0", + "surfaceContainer": "#E5E5E5", + "surfaceContainerHigh": "#C5ECFF", "error": "#FF5252", "warning": "#FFB74D", "info": "#007DB8" diff --git a/DankMaterialShell/themes/framework/theme.json b/DankMaterialShell/themes/framework/theme.json index 12557ff..257f97a 100644 --- a/DankMaterialShell/themes/framework/theme.json +++ b/DankMaterialShell/themes/framework/theme.json @@ -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", diff --git a/DankMaterialShell/themes/gigabyteaorus/theme.json b/DankMaterialShell/themes/gigabyteaorus/theme.json index 3ec53da..05e3273 100644 --- a/DankMaterialShell/themes/gigabyteaorus/theme.json +++ b/DankMaterialShell/themes/gigabyteaorus/theme.json @@ -6,12 +6,12 @@ "description": "Gigabyte Aorus inspired theme", "dark": { "primary": "#FF6600", - "primaryText": "#000000", + "primaryText": "#303030", "primaryContainer": "#E65C00", "secondary": "#00FF00", - "surface": "#0E0E0E", + "surface": "#1E1E1E", "surfaceText": "#E0E0E0", - "surfaceVariant": "#1C1C1C", + "surfaceVariant": "#2C2C2C", "surfaceVariantText": "#BDBDBD", "surfaceTint": "#E65C00", "background": "#0E0E0E", diff --git a/DankMaterialShell/themes/hpomen/theme.json b/DankMaterialShell/themes/hpomen/theme.json new file mode 100644 index 0000000..87c3f96 --- /dev/null +++ b/DankMaterialShell/themes/hpomen/theme.json @@ -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" +} \ No newline at end of file diff --git a/DankMaterialShell/themes/hpspectre/theme.json b/DankMaterialShell/themes/hpspectre/theme.json index 2aa6a7a..a0f6643 100644 --- a/DankMaterialShell/themes/hpspectre/theme.json +++ b/DankMaterialShell/themes/hpspectre/theme.json @@ -5,19 +5,19 @@ "author": "ATLAS", "description": "HP Spectre inspired theme", "dark": { - "primary": "#0096D6", - "primaryText": "#FFFFFF", + "primary": "#CDB591", + "primaryText": "#CDB591", "primaryContainer": "#006994", "secondary": "#737373", "surface": "#121212", - "surfaceText": "#E0E0E0", + "surfaceText": "#CDB591", "surfaceVariant": "#1E1E1E", - "surfaceVariantText": "#BDBDBD", + "surfaceVariantText": "#AF9B7A", "surfaceTint": "#006994", "background": "#0D0D0D", "backgroundText": "#E0E0E0", "outline": "#444444", - "surfaceContainer": "#1E1E1E", + "surfaceContainer": "#333333", "surfaceContainerHigh": "#2A2A2A", "error": "#FF5252", "warning": "#FFB74D", diff --git a/DankMaterialShell/themes/macbook/theme.json b/DankMaterialShell/themes/macbook/theme.json index 6b74888..cf306d6 100644 --- a/DankMaterialShell/themes/macbook/theme.json +++ b/DankMaterialShell/themes/macbook/theme.json @@ -3,7 +3,7 @@ "name": "Apple MacBook", "version": "1.0.0", "author": "ATLAS", - "description": "Apple MacBook inspired theme", + "description": "Apple MacBook inspired theme (Silver, Space Gray, and Blue)", "dark": { "primary": "#007AFF", "primaryText": "#FFFFFF", @@ -28,7 +28,7 @@ "primaryText": "#FFFFFF", "primaryContainer": "#E3F2FF", "secondary": "#5C5C5C", - "surface": "#F5F5F7", + "surface": "#D4D1D1", "surfaceText": "#1C1C1E", "surfaceVariant": "#E5E5EA", "surfaceVariantText": "#1C1C1E", @@ -36,11 +36,11 @@ "background": "#F5F5F7", "backgroundText": "#1C1C1E", "outline": "#C6C6C8", - "surfaceContainer": "#F5F5F7", - "surfaceContainerHigh": "#E5E5EA", - "error": "#FF3B30", - "warning": "#FF9F0A", - "info": "#007AFF" + "surfaceContainer": "#D4D1D1", + "surfaceContainerHigh": "#BBB6B6", + "error": "#DD534F", + "warning": "#DCA23B", + "info": "#00CA4E" }, "sourceDir": "apple-macbook" } \ No newline at end of file diff --git a/DankMaterialShell/themes/microsoft/theme.json b/DankMaterialShell/themes/microsoft/theme.json index 22b01a2..fdf5f1c 100644 --- a/DankMaterialShell/themes/microsoft/theme.json +++ b/DankMaterialShell/themes/microsoft/theme.json @@ -3,7 +3,7 @@ "name": "Microsoft Surface", "version": "1.0.0", "author": "ATLAS", - "description": "Microsoft Surface inspired theme", + "description": "Microsoft Surface inspired theme (Blue and Gray)", "dark": { "primary": "#0078D4", "primaryText": "#FFFFFF", @@ -24,8 +24,8 @@ "info": "#0078D4" }, "light": { - "primary": "#0078D4", - "primaryText": "#FFFFFF", + "primary": "#00BCF2", + "primaryText": "#000000", "primaryContainer": "#E6F0FA", "secondary": "#5C5C5C", "surface": "#FFFFFF", diff --git a/DankMaterialShell/themes/msicreator/theme.json b/DankMaterialShell/themes/msicreator/theme.json new file mode 100644 index 0000000..ec20c88 --- /dev/null +++ b/DankMaterialShell/themes/msicreator/theme.json @@ -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" +} \ No newline at end of file diff --git a/DankMaterialShell/themes/msigaming/theme.json b/DankMaterialShell/themes/msigaming/theme.json index 77eee42..c034987 100644 --- a/DankMaterialShell/themes/msigaming/theme.json +++ b/DankMaterialShell/themes/msigaming/theme.json @@ -9,9 +9,9 @@ "primaryText": "#FFFFFF", "primaryContainer": "#B71C1C", "secondary": "#00FF00", - "surface": "#0E0E0E", + "surface": "#1E1E1E", "surfaceText": "#E0E0E0", - "surfaceVariant": "#1C1C1C", + "surfaceVariant": "#2C2C2C", "surfaceVariantText": "#BDBDBD", "surfaceTint": "#B71C1C", "background": "#0E0E0E", diff --git a/DankMaterialShell/themes/razer/theme.json b/DankMaterialShell/themes/razer/theme.json index 5d6c013..c6281dd 100644 --- a/DankMaterialShell/themes/razer/theme.json +++ b/DankMaterialShell/themes/razer/theme.json @@ -40,7 +40,7 @@ "surfaceContainerHigh": "#E0E0E0", "error": "#FF5252", "warning": "#FFB74D", - "info": "#00CC00" + "info": "#00CB00" }, "sourceDir": "razer-blade" } \ No newline at end of file diff --git a/DankMaterialShell/themes/system76/theme.json b/DankMaterialShell/themes/system76/theme.json index 6ff12ab..8ee33ca 100644 --- a/DankMaterialShell/themes/system76/theme.json +++ b/DankMaterialShell/themes/system76/theme.json @@ -3,13 +3,13 @@ "name": "System76", "version": "1.0.0", "author": "ATLAS", - "description": "System76 inspired theme", + "description": "System76 inspired theme (Green and Blue-Gray)", "dark": { - "primary": "#76BA99", + "primary": "#eb9a15", "primaryText": "#000000", "primaryContainer": "#5A9A80", "secondary": "#5C7080", - "surface": "#121212", + "surface": "#362923", "surfaceText": "#E0E0E0", "surfaceVariant": "#1E1E1E", "surfaceVariantText": "#BDBDBD", @@ -17,8 +17,8 @@ "background": "#121212", "backgroundText": "#E0E0E0", "outline": "#444444", - "surfaceContainer": "#1E1E1E", - "surfaceContainerHigh": "#2A2A2A", + "surfaceContainer": "#463933", + "surfaceContainerHigh": "#46ADB6", "error": "#FF5252", "warning": "#FFB74D", "info": "#76BA99" diff --git a/DankMaterialShell/themes/thinkpad/theme.json b/DankMaterialShell/themes/thinkpad/theme.json index 752f825..1b78342 100644 --- a/DankMaterialShell/themes/thinkpad/theme.json +++ b/DankMaterialShell/themes/thinkpad/theme.json @@ -3,15 +3,15 @@ "name": "Lenovo ThinkPad", "version": "1.0.0", "author": "ATLAS", - "description": "Lenovo ThinkPad inspired theme", + "description": "Lenovo ThinkPad inspired theme (Black and Red)", "dark": { "primary": "#CC0000", "primaryText": "#FFFFFF", "primaryContainer": "#8A0000", "secondary": "#555555", - "surface": "#121212", + "surface": "#222222", "surfaceText": "#E0E0E0", - "surfaceVariant": "#1E1E1E", + "surfaceVariant": "#2E2E2E", "surfaceVariantText": "#BDBDBD", "surfaceTint": "#8A0000", "background": "#0D0D0D", diff --git a/DankMaterialShell/themes/yoga/theme.json b/DankMaterialShell/themes/yoga/theme.json new file mode 100644 index 0000000..df9019d --- /dev/null +++ b/DankMaterialShell/themes/yoga/theme.json @@ -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" +} \ No newline at end of file diff --git a/DankMaterialShell/themes/zenbook/theme.json b/DankMaterialShell/themes/zenbook/theme.json new file mode 100644 index 0000000..72d6016 --- /dev/null +++ b/DankMaterialShell/themes/zenbook/theme.json @@ -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" +} \ No newline at end of file diff --git a/ghostty/themes/dankcolors b/ghostty/themes/dankcolors index 99384b7..9556157 100644 --- a/ghostty/themes/dankcolors +++ b/ghostty/themes/dankcolors @@ -1,22 +1,22 @@ -background = #0e0e0e -foreground = #e0e0e0 -cursor-color = #ff0000 -selection-background = #b71c1c -selection-foreground = #e0e0e0 +background = #0d141c +foreground = #dde3ee +cursor-color = #9bcaff +selection-background = #00497a +selection-foreground = #dde3ee -palette = 0=#0E0E0E -palette = 1=#ff0f04 -palette = 2=#37ff00 -palette = 3=#ffcd00 -palette = 4=#fe1e0c -palette = 5=#760000 -palette = 6=#FF0000 -palette = 7=#ffe0e0 -palette = 8=#a58c8c -palette = 9=#ff3f3f -palette = 10=#73ff4c -palette = 11=#ffdc4c -palette = 12=#ff2626 -palette = 13=#ff4c4c -palette = 14=#ff8c8c -palette = 15=#fff2f2 +palette = 0=#0d141c +palette = 1=#ff729c +palette = 2=#7fff90 +palette = 3=#fff772 +palette = 4=#80b5f2 +palette = 5=#214976 +palette = 6=#9bcaff +palette = 7=#eff6ff +palette = 8=#999fa5 +palette = 9=#ff9fbb +palette = 10=#a5ffb1 +palette = 11=#fffaa5 +palette = 12=#aad1ff +palette = 13=#b9d9ff +palette = 14=#d2e7ff +palette = 15=#f8fbff diff --git a/install.sh b/install.sh index b563325..5e0eb7b 100644 --- a/install.sh +++ b/install.sh @@ -26,6 +26,7 @@ cp -r /home/$(whoami)/SDG-OS/matugen /home/$(whoami)/.config echo "projects" > ~/.config/projectdir.state mkdir -p ~/projects +echo "none:default.jsonc" > ~/.config/fetch.state mv /home/$(whoami)/.zshrc /home/$(whoami)/.zshrc-old-$RANDOM cp /home/$(whoami)/.config/sdgos/zshrc /home/$(whoami)/.zshrc diff --git a/mango/dms/colors.conf b/mango/dms/colors.conf index 4de1d1a..8d8d367 100644 --- a/mango/dms/colors.conf +++ b/mango/dms/colors.conf @@ -1,6 +1,6 @@ # ! Auto-generated file. Do not edit directly. # Remove source = ./dms/colors.conf from your config to override. -bordercolor = 0x444444ff -focuscolor = 0xff0000ff -urgentcolor = 0xff5252ff +bordercolor = 0x8b919bff +focuscolor = 0x9bcaffff +urgentcolor = 0xffb4abff diff --git a/matugen/templates-out/obsidian.css b/matugen/templates-out/obsidian.css index 309d41d..7157aea 100644 --- a/matugen/templates-out/obsidian.css +++ b/matugen/templates-out/obsidian.css @@ -6,113 +6,113 @@ .theme-dark, .theme-light { /* ── Material You RGB helpers ──────────────────────────── */ - --mat-bg-rgb: 14, 14, 14; - --mat-surface-rgb: 14, 14, 14; - --mat-on-surface-rgb: 224, 224, 224; - --mat-primary-rgb: 255, 0, 0; - --mat-on-primary-rgb: 255, 255, 255; + --mat-bg-rgb: 13, 20, 28; + --mat-surface-rgb: 13, 20, 28; + --mat-on-surface-rgb: 221, 227, 238; + --mat-primary-rgb: 155, 202, 255; + --mat-on-primary-rgb: 0, 50, 86; /* ── Core Backgrounds ──────────────────────────────────── */ - --background-primary: #0e0e0e; - --background-primary-alt: #0e0e0e; - --background-secondary: #0e0e0e; - --background-secondary-alt: #1c1c1c; + --background-primary: #0d141c; + --background-primary-alt: #0d141c; + --background-secondary: #151c24; + --background-secondary-alt: #192028; /* ── Titlebar ──────────────────────────────────────────── */ - --titlebar-background: #0e0e0e; - --titlebar-background-focused: #0e0e0e; - --titlebar-text-color: #e0e0e0; + --titlebar-background: #0d141c; + --titlebar-background-focused: #151c24; + --titlebar-text-color: #dde3ee; /* ── Borders & Dividers ────────────────────────────────── */ - --background-modifier-border: #1c1c1c; - --background-modifier-border-focus: #444444; - --background-modifier-border-hover: #444444; + --background-modifier-border: #414750; + --background-modifier-border-focus: #8b919b; + --background-modifier-border-hover: #8b919b; /* ── Text Colors ───────────────────────────────────────── */ - --text-normal: #e0e0e0; - --text-muted: #bdbdbd; - --text-faint: #444444; - --text-on-accent: #ffffff; - --text-selection: rgba(255, 0, 0, 0.25); + --text-normal: #dde3ee; + --text-muted: #c0c7d2; + --text-faint: #8b919b; + --text-on-accent: #003256; + --text-selection: rgba(155, 202, 255, 0.25); /* ── Accent & Interactive ──────────────────────────────── */ - --interactive-accent: #ff0000; - --interactive-accent-hover: #b71c1c; - --interactive-accent-rgb: 255, 0, 0; - --text-accent: #ff0000; - --text-accent-hover: #b71c1c; + --interactive-accent: #9bcaff; + --interactive-accent-hover: #00497a; + --interactive-accent-rgb: 155, 202, 255; + --text-accent: #9bcaff; + --text-accent-hover: #00497a; /* ── Hover & Active Modifiers ──────────────────────────── */ --background-modifier-hover: rgba(var(--mat-on-surface-rgb), 0.06); --background-modifier-active-hover: rgba(var(--mat-primary-rgb), 0.15); - --background-modifier-success: #2a2a2a; - --background-modifier-error: #8c1d18; - --background-modifier-error-hover: #ff5252; + --background-modifier-success: #3e4372; + --background-modifier-error: #93000a; + --background-modifier-error-hover: #ffb4ab; /* ── Obsidian Color Scale (--color-base-XX) ────────────── */ - --color-base-00: #0e0e0e; - --color-base-05: #0e0e0e; - --color-base-10: #0e0e0e; - --color-base-20: #0e0e0e; - --color-base-25: #1c1c1c; - --color-base-30: #2a2a2a; - --color-base-35: #2a2a2a; - --color-base-40: #1c1c1c; - --color-base-50: #444444; - --color-base-60: #bdbdbd; - --color-base-70: #e0e0e0; - --color-base-100: #ffffff; + --color-base-00: #0d141c; + --color-base-05: #0d141c; + --color-base-10: #080f16; + --color-base-20: #151c24; + --color-base-25: #192028; + --color-base-30: #242b33; + --color-base-35: #2f353e; + --color-base-40: #414750; + --color-base-50: #8b919b; + --color-base-60: #c0c7d2; + --color-base-70: #dde3ee; + --color-base-100: #dde3ee; /* ── Semantic Colors ───────────────────────────────────── */ - --color-red: #ff5252; - --color-orange: #00ff00; - --color-yellow: #00ff00; - --color-green: #2a2a2a; - --color-cyan: #2a2a2a; - --color-blue: #ff0000; - --color-purple: #00ff00; - --color-pink: #00ff00; + --color-red: #ffb4ab; + --color-orange: #bfc2fa; + --color-yellow: #b8c6ea; + --color-green: #3e4372; + --color-cyan: #394664; + --color-blue: #9bcaff; + --color-purple: #b8c6ea; + --color-pink: #bfc2fa; /* ── Headings ──────────────────────────────────────────── */ - --h1-color: #ff0000; - --h2-color: #ff0000; - --h3-color: #00ff00; - --h4-color: #00ff00; - --h5-color: #bdbdbd; - --h6-color: #444444; + --h1-color: #9bcaff; + --h2-color: #9bcaff; + --h3-color: #b8c6ea; + --h4-color: #bfc2fa; + --h5-color: #c0c7d2; + --h6-color: #8b919b; /* ── Links ─────────────────────────────────────────────── */ - --link-color: #ff0000; - --link-color-hover: #e0e0e0; - --link-external-color: #00ff00; - --link-unresolved-color: #444444; + --link-color: #9bcaff; + --link-color-hover: #d0e4ff; + --link-external-color: #bfc2fa; + --link-unresolved-color: #8b919b; /* ── Tags ──────────────────────────────────────────────── */ - --tag-color: #e0e0e0; - --tag-background: #b71c1c; - --tag-border-color: #ff0000; - --tag-color-hover: #ffffff; - --tag-background-hover: #ff0000; + --tag-color: #d0e4ff; + --tag-background: #00497a; + --tag-border-color: #9bcaff; + --tag-color-hover: #003256; + --tag-background-hover: #9bcaff; /* ── Checkboxes ────────────────────────────────────────── */ - --checkbox-color: #ff0000; - --checkbox-color-hover: #b71c1c; - --checkbox-border-color: #444444; - --checkbox-marker-color: #ffffff; + --checkbox-color: #9bcaff; + --checkbox-color-hover: #00497a; + --checkbox-border-color: #8b919b; + --checkbox-marker-color: #003256; /* ── Code Blocks ───────────────────────────────────────── */ - --code-background: #0e0e0e; - --code-normal: #e0e0e0; - --code-comment: #444444; - --code-function: #ff0000; - --code-important: #ff5252; - --code-keyword: #00ff00; - --code-operator: #00ff00; - --code-property: #bdbdbd; - --code-punctuation: #1c1c1c; - --code-string: #00ff00; - --code-tag: #ff5252; - --code-value: #00ff00; + --code-background: #151c24; + --code-normal: #dde3ee; + --code-comment: #8b919b; + --code-function: #9bcaff; + --code-important: #ffb4ab; + --code-keyword: #b8c6ea; + --code-operator: #bfc2fa; + --code-property: #c0c7d2; + --code-punctuation: #414750; + --code-string: #bfc2fa; + --code-tag: #ffb4ab; + --code-value: #b8c6ea; /* ── Scrollbar ─────────────────────────────────────────── */ --scrollbar-thumb-bg: rgba(var(--mat-on-surface-rgb), 0.12); @@ -121,16 +121,16 @@ /* ── Inputs ────────────────────────────────────────────── */ --input-shadow: none; - --input-shadow-hover: 0 0 0 2px #444444; + --input-shadow-hover: 0 0 0 2px #8b919b; /* ── Graph View ────────────────────────────────────────── */ - --graph-node: #ff0000; - --graph-node-unresolved: #444444; - --graph-node-focused: #e0e0e0; - --graph-node-tag: #00ff00; - --graph-node-attachment: #00ff00; - --graph-line: #1c1c1c; - --graph-background: #0e0e0e; + --graph-node: #9bcaff; + --graph-node-unresolved: #8b919b; + --graph-node-focused: #d0e4ff; + --graph-node-tag: #b8c6ea; + --graph-node-attachment: #bfc2fa; + --graph-line: #414750; + --graph-background: #0d141c; } diff --git a/sdgos/fastfetch/conf/default.jsonc b/sdgos/fastfetch/conf/default.jsonc new file mode 100644 index 0000000..8d26a96 --- /dev/null +++ b/sdgos/fastfetch/conf/default.jsonc @@ -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" + } + ] +} diff --git a/sdgos/fastfetch/gen/ROG b/sdgos/fastfetch/gen/ROG new file mode 100644 index 0000000..e7f98eb --- /dev/null +++ b/sdgos/fastfetch/gen/ROG @@ -0,0 +1,22 @@ +  +  +  +  +  +      ..     +   ..,;::c        +  .:cccc        ...   +  .,ccc.      .',::;      +  .:cc.     .,:cc     .    +       ':c.    .';c'    ..,:c.   +   ,.   ...   ':'    .,:.   ..   .ccc.   +    :.   c:;;c    .;:           .:cc    +        ,c.  .;c      'cc,    +   ;     .;'...    .':cc    +                 ;,      +          +  +  +  +  +  diff --git a/sdgos/fastfetch/gen/acerpredator b/sdgos/fastfetch/gen/acerpredator new file mode 100644 index 0000000..1307499 --- /dev/null +++ b/sdgos/fastfetch/gen/acerpredator @@ -0,0 +1,22 @@ +      + '   .  + ,'       ''  + ,;.   . .   ';'  + ,;;'    '' ''   .';;'  + ,;;;;'.  .;' ';.  .,;;;;'  + ,;;.,;;,.;;' ';;.,;;'';;'  + ,;;. .;;;;;' ';;;;;. .;;'  + ,;;'  .;;;;' ';;;;.  ';;'  +  .;;' .;;;;' ';;;;  ';;.   +   .; .;;;;' ';;;;  ;.    +    .;;;;   ;;;;      + .;;       ;;   + .;     ;   + .        +        +      + ''''''. .''''''. .''''.  ''''''. .'''''' .'''''  ''''''. '''''''.  + ;' .;   .;. .;'  ';'...  ;' .;. ,;'.';;  ,;    ;'  ;' ;; .';.   + ;'     .;.  ;  ';,''.  ;,..';. ,;   ;;  ,;   ;;...;' ;;   ,   +                                                 +        diff --git a/sdgos/fastfetch/gen/alienware b/sdgos/fastfetch/gen/alienware new file mode 100644 index 0000000..abcdf21 --- /dev/null +++ b/sdgos/fastfetch/gen/alienware @@ -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,      +      ....       +           diff --git a/sdgos/fastfetch/gen/aorus b/sdgos/fastfetch/gen/aorus new file mode 100644 index 0000000..d41af4b --- /dev/null +++ b/sdgos/fastfetch/gen/aorus @@ -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      +                                     +             +  diff --git a/sdgos/fastfetch/gen/apple b/sdgos/fastfetch/gen/apple new file mode 100644 index 0000000..2afa2ff --- /dev/null +++ b/sdgos/fastfetch/gen/apple @@ -0,0 +1,22 @@ +  .:o   +  .;oddd   +  :ddddd.   +  oddddd    + 'ddd'     +  ..,,;,'..        .',;;,'.   +  .:oddddddddddlc::loddddddddddl,   + .lddddddddddddddddddddddddddddddd.   + :0000000000000000000000000000000.    +.0000000000000000000000000000000.   +oOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOl   +ooooooooooooooooooooooooooooooo,  +:ooooooooooooooooooooooooooooool   +.:::::::::::::::::::::::::::::::.   + ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.   +  ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,..  +   ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,'  +   ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.   +   ,;;;;;;;;;;;;;;;;;;;;;;;;;;;;    +  .ccccccccccccccccccccccccc,    +    cccccc:       .cccccc.    +                   diff --git a/sdgos/fastfetch/gen/dell b/sdgos/fastfetch/gen/dell new file mode 100644 index 0000000..c336661 --- /dev/null +++ b/sdgos/fastfetch/gen/dell @@ -0,0 +1,22 @@ +  + .;;;;;;;;;;;;;;;;.  +  ;;;;.              .;;;;   + .;;;         ;;;.  + .;;'       ';;.  + ';;     ;;'  + ';,     ';'  + .;,   ,;.  +  ;;   ;;;;;;  ,;;; .;;.  ;;;   ;;   + .;,   ;;, ';;,;;;, ';;; .;;.  ;;;   ;;.  + .;,  ;;,  ;;;;;;;;' ';;;;;.  ;;;  ,;.  + .;;  ;;;;;;;   ;;;;;;. .;;;;; ;;;;;' ;;.  +  ;;.                                 .;;   +  .;;   ;;.   +  ';, ,;'   +  .;;   ;;.   +   ;;, ,;;    +    ;;;. .;;;     +    ';;;;   ;;;;'     +     ;;;;;;;;;;;;;;;;      +                     +  diff --git a/sdgos/fastfetch/gen/hp b/sdgos/fastfetch/gen/hp new file mode 100644 index 0000000..5eccd45 --- /dev/null +++ b/sdgos/fastfetch/gen/hp @@ -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       +                 +  diff --git a/sdgos/fastfetch/gen/msi b/sdgos/fastfetch/gen/msi new file mode 100644 index 0000000..f83e3ab --- /dev/null +++ b/sdgos/fastfetch/gen/msi @@ -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;;.   +   .;;;;;;;;.    +    .;;.     + .'.'...''.'  ,'..' '..  + .               .. .     + .    .       '..   .     +                         +  diff --git a/sdgos/fastfetch/gen/msi-text b/sdgos/fastfetch/gen/msi-text new file mode 100644 index 0000000..324181a --- /dev/null +++ b/sdgos/fastfetch/gen/msi-text @@ -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      +    .    diff --git a/sdgos/fastfetch/gen/omen b/sdgos/fastfetch/gen/omen new file mode 100644 index 0000000..fc1c1b2 --- /dev/null +++ b/sdgos/fastfetch/gen/omen @@ -0,0 +1,22 @@ +  ..   +   . ...   +  ..      ..   +  .. '      . ..   +  .',.           ,'.   +  ..                   .   +  .   ...            ...   .   +  .      ,,.  .... .  .,,      .   +   '   .,....    ....,'   '    +    .   ,.. '.       ' . ,   .     +    .  . .. .  . .  . .  .     +    .. ,'   ..   ',  .     +    .,   ,,,,   ,'     +   .    .   .     +   .    .    +   ..    +     +  +     .  .   .. '   .. .  :.xOo  +,   ' . .   . ,   .    '     ;c.'..0 +   .  .     . ' .  .c      ;0.xx  +                            diff --git a/sdgos/fastfetch/gen/razer b/sdgos/fastfetch/gen/razer new file mode 100644 index 0000000..8f278fb --- /dev/null +++ b/sdgos/fastfetch/gen/razer @@ -0,0 +1,22 @@ +    .:, +      .....   +  '. ..; '.    +  ......  ,  .  . .   + .'    . .'   . '.       +  ' .  .,. .'.   .  '.   +  :  . ,. ,  . '.    .  '.   +,;..   ... .. '  '' : ... ..  ,'.. . .,   +  . .''  :  :  .     ;  ,;  ....  '' .  :   +      ; : '. .   '.     . . .',.' ;  ,   +   . .      ' ..,,  ...;.   .. .    +         : .'.  .                +  ,. ..   .   +  : .  ,'';    +  ' .,...''..........   +   .       ..       ;  +              ..'. .  +  :  .;    +    , ..  + . .   + ':    +       diff --git a/sdgos/fastfetch/gen/thinkpad b/sdgos/fastfetch/gen/thinkpad new file mode 100644 index 0000000..3cecede --- /dev/null +++ b/sdgos/fastfetch/gen/thinkpad @@ -0,0 +1,22 @@ +       +         .;;;;.               +         ;;;;;;               +           .;;                     +                                                +                                                  +                                              +                                                          +                                                          +                                                         +                                                  +                                                 +                                                       +                                                     +                                                      +                                                      +                                                      +                                                      +                                              +                                                      +  +  diff --git a/sdgos/fastfetch/gen/win10 b/sdgos/fastfetch/gen/win10 new file mode 100644 index 0000000..e84535f --- /dev/null +++ b/sdgos/fastfetch/gen/win10 @@ -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 diff --git a/sdgos/fastfetch/gen/win11 b/sdgos/fastfetch/gen/win11 new file mode 100644 index 0000000..6a8405d --- /dev/null +++ b/sdgos/fastfetch/gen/win11 @@ -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 diff --git a/sdgos/fastfetch/gen/win7 b/sdgos/fastfetch/gen/win7 new file mode 100644 index 0000000..e1bf9cd --- /dev/null +++ b/sdgos/fastfetch/gen/win7 @@ -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      +                     +  +  +  diff --git a/sdgos/fastfetch/gen/winold b/sdgos/fastfetch/gen/winold new file mode 100644 index 0000000..1935c26 --- /dev/null +++ b/sdgos/fastfetch/gen/winold @@ -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;      +             +  diff --git a/sdgos/fastfetch/src/ROG.png b/sdgos/fastfetch/src/ROG.png new file mode 100644 index 0000000..01db3b9 Binary files /dev/null and b/sdgos/fastfetch/src/ROG.png differ diff --git a/sdgos/fastfetch/src/acerpredator.png b/sdgos/fastfetch/src/acerpredator.png new file mode 100644 index 0000000..c4c22f3 Binary files /dev/null and b/sdgos/fastfetch/src/acerpredator.png differ diff --git a/sdgos/fastfetch/src/alienware.png b/sdgos/fastfetch/src/alienware.png new file mode 100644 index 0000000..d9904a2 Binary files /dev/null and b/sdgos/fastfetch/src/alienware.png differ diff --git a/sdgos/fastfetch/src/aorus.png b/sdgos/fastfetch/src/aorus.png new file mode 100644 index 0000000..b98b37b Binary files /dev/null and b/sdgos/fastfetch/src/aorus.png differ diff --git a/sdgos/fastfetch/src/apple.png b/sdgos/fastfetch/src/apple.png new file mode 100644 index 0000000..34a1358 Binary files /dev/null and b/sdgos/fastfetch/src/apple.png differ diff --git a/sdgos/fastfetch/src/dell.png b/sdgos/fastfetch/src/dell.png new file mode 100644 index 0000000..2ce8ef6 Binary files /dev/null and b/sdgos/fastfetch/src/dell.png differ diff --git a/sdgos/fastfetch/src/hp.png b/sdgos/fastfetch/src/hp.png new file mode 100644 index 0000000..e367425 Binary files /dev/null and b/sdgos/fastfetch/src/hp.png differ diff --git a/sdgos/fastfetch/src/msi-text.png b/sdgos/fastfetch/src/msi-text.png new file mode 100644 index 0000000..58e67dc Binary files /dev/null and b/sdgos/fastfetch/src/msi-text.png differ diff --git a/sdgos/fastfetch/src/msi.png b/sdgos/fastfetch/src/msi.png new file mode 100644 index 0000000..58e099e Binary files /dev/null and b/sdgos/fastfetch/src/msi.png differ diff --git a/sdgos/fastfetch/src/omen.png b/sdgos/fastfetch/src/omen.png new file mode 100644 index 0000000..fcd8e70 Binary files /dev/null and b/sdgos/fastfetch/src/omen.png differ diff --git a/sdgos/fastfetch/src/razer.png b/sdgos/fastfetch/src/razer.png new file mode 100644 index 0000000..f925f1a Binary files /dev/null and b/sdgos/fastfetch/src/razer.png differ diff --git a/sdgos/fastfetch/src/thinkpad.png b/sdgos/fastfetch/src/thinkpad.png new file mode 100644 index 0000000..37e18a8 Binary files /dev/null and b/sdgos/fastfetch/src/thinkpad.png differ diff --git a/sdgos/fastfetch/src/win10.jpg b/sdgos/fastfetch/src/win10.jpg new file mode 100644 index 0000000..a36a6ea Binary files /dev/null and b/sdgos/fastfetch/src/win10.jpg differ diff --git a/sdgos/fastfetch/src/win11.png b/sdgos/fastfetch/src/win11.png new file mode 100644 index 0000000..adfcb98 Binary files /dev/null and b/sdgos/fastfetch/src/win11.png differ diff --git a/sdgos/fastfetch/src/win7.png b/sdgos/fastfetch/src/win7.png new file mode 100644 index 0000000..6c572f0 Binary files /dev/null and b/sdgos/fastfetch/src/win7.png differ diff --git a/sdgos/fastfetch/src/winold.png b/sdgos/fastfetch/src/winold.png new file mode 100644 index 0000000..814b029 Binary files /dev/null and b/sdgos/fastfetch/src/winold.png differ diff --git a/sdgos/wallpapers/alienware/images.jpg b/sdgos/wallpapers/alienware/images.jpg new file mode 100644 index 0000000..54bd690 Binary files /dev/null and b/sdgos/wallpapers/alienware/images.jpg differ diff --git a/sdgos/wallpapers/alienware/wallpaper.conf b/sdgos/wallpapers/alienware/wallpaper.conf new file mode 100644 index 0000000..52ad540 --- /dev/null +++ b/sdgos/wallpapers/alienware/wallpaper.conf @@ -0,0 +1,6 @@ +Theme_Category:custom +Theme_Name:custom +Generic_Color:custom +Matugen:vibrant +Mode:dark +Preset:alienware \ No newline at end of file diff --git a/sdgos/wallpapers/framework/wallpaper.conf b/sdgos/wallpapers/framework/wallpaper.conf index 44266b8..cbd6775 100644 --- a/sdgos/wallpapers/framework/wallpaper.conf +++ b/sdgos/wallpapers/framework/wallpaper.conf @@ -2,5 +2,5 @@ Theme_Category:custom Theme_Name:custom Generic_Color:custom Matugen:vibrant -Mode:light +Mode:dark Preset:framework \ No newline at end of file diff --git a/sdgos/wallpapers/mac/wallpaper.conf b/sdgos/wallpapers/mac/wallpaper.conf new file mode 100644 index 0000000..ea5e38a --- /dev/null +++ b/sdgos/wallpapers/mac/wallpaper.conf @@ -0,0 +1,6 @@ +Theme_Category:custom +Theme_Name:custom +Generic_Color:custom +Matugen:vibrant +Mode:light +Preset:macbook \ No newline at end of file diff --git a/sdgos/wallpapers/mac/wp14362516.jpg b/sdgos/wallpapers/mac/wp14362516.jpg new file mode 100644 index 0000000..32eea4d Binary files /dev/null and b/sdgos/wallpapers/mac/wp14362516.jpg differ diff --git a/sdgos/wallpapers/msi-creator/1306177.jpeg b/sdgos/wallpapers/msi-creator/1306177.jpeg new file mode 100644 index 0000000..73292a6 Binary files /dev/null and b/sdgos/wallpapers/msi-creator/1306177.jpeg differ diff --git a/sdgos/wallpapers/msi-creator/kv-lg-bg.jpg b/sdgos/wallpapers/msi-creator/kv-lg-bg.jpg new file mode 100644 index 0000000..d1bbe86 Binary files /dev/null and b/sdgos/wallpapers/msi-creator/kv-lg-bg.jpg differ diff --git a/sdgos/wallpapers/msi-creator/wallpaper.conf b/sdgos/wallpapers/msi-creator/wallpaper.conf new file mode 100644 index 0000000..9d6a27f --- /dev/null +++ b/sdgos/wallpapers/msi-creator/wallpaper.conf @@ -0,0 +1,6 @@ +Theme_Category:custom +Theme_Name:custom +Generic_Color:custom +Matugen:vibrant +Mode:light +Preset:msicreator \ No newline at end of file diff --git a/sdgos/wallpapers/omen/128116-red-omen-black-HP_Omen-video_games-laptop-Hewlett_Packard-Beats-knight-gamers.jpg b/sdgos/wallpapers/omen/128116-red-omen-black-HP_Omen-video_games-laptop-Hewlett_Packard-Beats-knight-gamers.jpg new file mode 100644 index 0000000..597dc24 Binary files /dev/null and b/sdgos/wallpapers/omen/128116-red-omen-black-HP_Omen-video_games-laptop-Hewlett_Packard-Beats-knight-gamers.jpg differ diff --git a/sdgos/wallpapers/omen/hp-omen-nd2o8t8tczt5d1bi.jpg b/sdgos/wallpapers/omen/hp-omen-nd2o8t8tczt5d1bi.jpg new file mode 100644 index 0000000..c1b746f Binary files /dev/null and b/sdgos/wallpapers/omen/hp-omen-nd2o8t8tczt5d1bi.jpg differ diff --git a/sdgos/wallpapers/omen/hp-omen-tgrh9nk0x795c619.jpg b/sdgos/wallpapers/omen/hp-omen-tgrh9nk0x795c619.jpg new file mode 100644 index 0000000..4d8f6bf Binary files /dev/null and b/sdgos/wallpapers/omen/hp-omen-tgrh9nk0x795c619.jpg differ diff --git a/sdgos/wallpapers/omen/wallpaper.conf b/sdgos/wallpapers/omen/wallpaper.conf new file mode 100644 index 0000000..2a9ccfc --- /dev/null +++ b/sdgos/wallpapers/omen/wallpaper.conf @@ -0,0 +1,6 @@ +Theme_Category:custom +Theme_Name:custom +Generic_Color:custom +Matugen:vibrant +Mode:dark +Preset:hpomen \ No newline at end of file diff --git a/sdgos/wallpapers/yoga/wallpaper.conf b/sdgos/wallpapers/yoga/wallpaper.conf new file mode 100644 index 0000000..dd668db --- /dev/null +++ b/sdgos/wallpapers/yoga/wallpaper.conf @@ -0,0 +1,6 @@ +Theme_Category:custom +Theme_Name:custom +Generic_Color:custom +Matugen:vibrant +Mode:dark +Preset:yoga \ No newline at end of file diff --git a/sdgos/wallpapers/yoga/wp4693145.jpg b/sdgos/wallpapers/yoga/wp4693145.jpg new file mode 100644 index 0000000..6437f6d Binary files /dev/null and b/sdgos/wallpapers/yoga/wp4693145.jpg differ diff --git a/sdgos/wallpapers/zenbook/3840x2160-asus-zenbook-14-wallpaper-10th-gen-intel-v0-pf6v2uc8zkd71.jpg b/sdgos/wallpapers/zenbook/3840x2160-asus-zenbook-14-wallpaper-10th-gen-intel-v0-pf6v2uc8zkd71.jpg new file mode 100644 index 0000000..636faa0 Binary files /dev/null and b/sdgos/wallpapers/zenbook/3840x2160-asus-zenbook-14-wallpaper-10th-gen-intel-v0-pf6v2uc8zkd71.jpg differ diff --git a/sdgos/wallpapers/zenbook/fe2jlzh37pi21.png b/sdgos/wallpapers/zenbook/fe2jlzh37pi21.png new file mode 100644 index 0000000..69fc382 Binary files /dev/null and b/sdgos/wallpapers/zenbook/fe2jlzh37pi21.png differ diff --git a/sdgos/wallpapers/zenbook/wallpaper.conf b/sdgos/wallpapers/zenbook/wallpaper.conf new file mode 100644 index 0000000..257e79e --- /dev/null +++ b/sdgos/wallpapers/zenbook/wallpaper.conf @@ -0,0 +1,6 @@ +Theme_Category:custom +Theme_Name:custom +Generic_Color:custom +Matugen:vibrant +Mode:dark +Preset:zenbook \ No newline at end of file