From 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 Mon Sep 17 00:00:00 2001 From: AlexanderCurl Date: Sat, 18 Apr 2026 17:46:06 +0100 Subject: Replaced file structures for themes in the correct format --- .../quickshell/matugen/vsix-build/CHANGELOG.md | 5 --- .../quickshell/matugen/vsix-build/LICENSE | 21 --------- .../quickshell/matugen/vsix-build/README.md | 17 -------- .../quickshell/matugen/vsix-build/danklogo.png | Bin 7660 -> 0 bytes .../quickshell/matugen/vsix-build/package.json | 47 --------------------- .../matugen/vsix-build/themes/dankshell-dark.json | 36 ---------------- .../vsix-build/themes/dankshell-default.json | 36 ---------------- .../matugen/vsix-build/themes/dankshell-light.json | 36 ---------------- 8 files changed, 198 deletions(-) delete mode 100644 raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/CHANGELOG.md delete mode 100644 raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/LICENSE delete mode 100644 raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/README.md delete mode 100644 raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/danklogo.png delete mode 100644 raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/package.json delete mode 100644 raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-dark.json delete mode 100644 raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-default.json delete mode 100644 raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-light.json (limited to 'raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build') diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/CHANGELOG.md b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/CHANGELOG.md deleted file mode 100644 index c6dc197..0000000 --- a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -# Changelog - -## 1.0.0 - -- Initial release diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/LICENSE b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/LICENSE deleted file mode 100644 index bf72064..0000000 --- a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2025 DankLinux - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/README.md b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/README.md deleted file mode 100644 index 56b4245..0000000 --- a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Dynamic Base16 DankShell Theme - -A VSCode theme for [DankMaterialShell](https://github.com/AvengeMedia/DankMaterialShell). - -## How It Works - -1. Install this extension -2. Select one of the "Dynamic Base16 DankShell" themes in VSCode -3. DankMaterialShell automatically updates the theme files when you change themes. - -The theme files are located in your VSCode extensions directory and are updated by matugen when generating new colors. - -## Themes - -- **Dynamic Base16 DankShell** - Follows your current light/dark mode -- **Dynamic Base16 DankShell (Dark)** - Always dark variant -- **Dynamic Base16 DankShell (Light)** - Always light variant diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/danklogo.png b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/danklogo.png deleted file mode 100644 index 8c5b78a..0000000 Binary files a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/danklogo.png and /dev/null differ diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/package.json b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/package.json deleted file mode 100644 index 91be6c4..0000000 --- a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "dms-theme", - "displayName": "DMS - Dank Material Shell Theme", - "description": "Dynamic theme using matugen & dank16 terminal colors - auto-updated by DankMaterialShell", - "publisher": "DankLinux", - "version": "0.0.3", - "icon": "danklogo.png", - "engines": { - "vscode": "^1.70.0" - }, - "categories": [ - "Themes" - ], - "keywords": [ - "dms", - "dank", - "material", - "dankshell", - "danklinux" - ], - "repository": { - "type": "git", - "url": "https://github.com/AvengeMedia/DankMaterialShell" - }, - "contributes": { - "themes": [ - { - "label": "Dynamic Base16 DankShell", - "uiTheme": "vs-dark", - "path": "./themes/dankshell-default.json", - "_watch": true - }, - { - "label": "Dynamic Base16 DankShell (Dark)", - "uiTheme": "vs-dark", - "path": "./themes/dankshell-dark.json", - "_watch": true - }, - { - "label": "Dynamic Base16 DankShell (Light)", - "uiTheme": "vs", - "path": "./themes/dankshell-light.json", - "_watch": true - } - ] - } -} diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-dark.json b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-dark.json deleted file mode 100644 index 2052853..0000000 --- a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-dark.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "$schema": "vscode://schemas/color-theme", - "name": "Dynamic Base16 DankShell", - "colors": { - "editor.background": "#1a1a2e", - "editor.foreground": "#e4e4e7", - "editorLineNumber.foreground": "#71717a", - "editorLineNumber.activeForeground": "#e4e4e7", - "editorCursor.foreground": "#a78bfa", - "editor.selectionBackground": "#4c1d95", - "activityBar.background": "#1a1a2e", - "activityBar.foreground": "#e4e4e7", - "activityBarBadge.background": "#a78bfa", - "activityBarBadge.foreground": "#1a1a2e", - "sideBar.background": "#1a1a2e", - "sideBar.foreground": "#e4e4e7", - "statusBar.background": "#1a1a2e", - "statusBar.foreground": "#e4e4e7", - "titleBar.activeBackground": "#1a1a2e", - "titleBar.activeForeground": "#e4e4e7" - }, - "tokenColors": [ - { - "scope": ["comment"], - "settings": { "foreground": "#71717a", "fontStyle": "italic" } - }, - { - "scope": ["keyword"], - "settings": { "foreground": "#a78bfa" } - }, - { - "scope": ["string"], - "settings": { "foreground": "#34d399" } - } - ] -} diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-default.json b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-default.json deleted file mode 100644 index 2052853..0000000 --- a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-default.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "$schema": "vscode://schemas/color-theme", - "name": "Dynamic Base16 DankShell", - "colors": { - "editor.background": "#1a1a2e", - "editor.foreground": "#e4e4e7", - "editorLineNumber.foreground": "#71717a", - "editorLineNumber.activeForeground": "#e4e4e7", - "editorCursor.foreground": "#a78bfa", - "editor.selectionBackground": "#4c1d95", - "activityBar.background": "#1a1a2e", - "activityBar.foreground": "#e4e4e7", - "activityBarBadge.background": "#a78bfa", - "activityBarBadge.foreground": "#1a1a2e", - "sideBar.background": "#1a1a2e", - "sideBar.foreground": "#e4e4e7", - "statusBar.background": "#1a1a2e", - "statusBar.foreground": "#e4e4e7", - "titleBar.activeBackground": "#1a1a2e", - "titleBar.activeForeground": "#e4e4e7" - }, - "tokenColors": [ - { - "scope": ["comment"], - "settings": { "foreground": "#71717a", "fontStyle": "italic" } - }, - { - "scope": ["keyword"], - "settings": { "foreground": "#a78bfa" } - }, - { - "scope": ["string"], - "settings": { "foreground": "#34d399" } - } - ] -} diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-light.json b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-light.json deleted file mode 100644 index 2052853..0000000 --- a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/matugen/vsix-build/themes/dankshell-light.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "$schema": "vscode://schemas/color-theme", - "name": "Dynamic Base16 DankShell", - "colors": { - "editor.background": "#1a1a2e", - "editor.foreground": "#e4e4e7", - "editorLineNumber.foreground": "#71717a", - "editorLineNumber.activeForeground": "#e4e4e7", - "editorCursor.foreground": "#a78bfa", - "editor.selectionBackground": "#4c1d95", - "activityBar.background": "#1a1a2e", - "activityBar.foreground": "#e4e4e7", - "activityBarBadge.background": "#a78bfa", - "activityBarBadge.foreground": "#1a1a2e", - "sideBar.background": "#1a1a2e", - "sideBar.foreground": "#e4e4e7", - "statusBar.background": "#1a1a2e", - "statusBar.foreground": "#e4e4e7", - "titleBar.activeBackground": "#1a1a2e", - "titleBar.activeForeground": "#e4e4e7" - }, - "tokenColors": [ - { - "scope": ["comment"], - "settings": { "foreground": "#71717a", "fontStyle": "italic" } - }, - { - "scope": ["keyword"], - "settings": { "foreground": "#a78bfa" } - }, - { - "scope": ["string"], - "settings": { "foreground": "#34d399" } - } - ] -} -- cgit v1.3