From ae78dbbff81196f1d7bc8fabf84d05e6b9f3ca03 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:42:50 +0900 Subject: updates --- .../yazi/flavors/vscode-dark-plus.yazi/LICENSE | 21 -- .../flavors/vscode-dark-plus.yazi/LICENSE-tmtheme | 21 -- .../yazi/flavors/vscode-dark-plus.yazi/README.md | 50 ----- .../yazi/flavors/vscode-dark-plus.yazi/flavor.toml | 186 --------------- .../yazi/flavors/vscode-dark-plus.yazi/img/1.png | Bin 465477 -> 0 bytes .../yazi/flavors/vscode-dark-plus.yazi/img/2.png | Bin 591518 -> 0 bytes .../yazi/flavors/vscode-dark-plus.yazi/img/3.png | Bin 646158 -> 0 bytes .../yazi/flavors/vscode-dark-plus.yazi/img/4.png | Bin 589782 -> 0 bytes .../flavors/vscode-dark-plus.yazi/img/preview.png | Bin 474215 -> 0 bytes .../yazi/flavors/vscode-dark-plus.yazi/preview.png | Bin 474215 -> 0 bytes .../yazi/flavors/vscode-dark-plus.yazi/tmtheme.xml | 250 --------------------- 11 files changed, 528 deletions(-) delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/LICENSE delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/LICENSE-tmtheme delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/README.md delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/flavor.toml delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/1.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/2.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/3.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/4.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/preview.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/preview.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-plus.yazi/tmtheme.xml (limited to 'fedora/.config/yazi/flavors/vscode-dark-plus.yazi') diff --git a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/LICENSE b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/LICENSE deleted file mode 100644 index 5436de3..0000000 --- a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 Alexander Bays - -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/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/LICENSE-tmtheme b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/LICENSE-tmtheme deleted file mode 100644 index 5436de3..0000000 --- a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/LICENSE-tmtheme +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 Alexander Bays - -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/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/README.md b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/README.md deleted file mode 100644 index fc5f857..0000000 --- a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/README.md +++ /dev/null @@ -1,50 +0,0 @@ -
-Yazi logo -

- VSCode Dark Plus Flavor for Yazi -

- - This Yazi flavor matches the Visual Studio Code default theme. - -
- -## 👀 Preview - - - -## 🎨 Installation - -### Yazi CLI - -```bash -# v25.5.28+ -ya pkg add 956MB/vscode-dark-plus - -# pre v25.5.28 (deprecated) -ya pack -a 956MB/vscode-dark-plus -``` - -### Manual - -```bash -# Linux/macOS -git clone https://github.com/956MB/vscode-dark-plus.yazi.git ~/.config/yazi/flavors/vscode-dark-plus.yazi - -# Windows -git clone https://github.com/956MB/vscode-dark-plus.yazi.git %AppData%\yazi\config\flavors\vscode-dark-plus.yazi -``` - -## ⚙️ Usage - -Add the these lines to your `theme.toml` configuration file to use it: - -```toml -[flavor] -dark = "vscode-dark-plus" -``` - -## 📜 License - -The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed. - -Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details. diff --git a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/flavor.toml b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/flavor.toml deleted file mode 100644 index d30419b..0000000 --- a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/flavor.toml +++ /dev/null @@ -1,186 +0,0 @@ -# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config. -# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas. -"$schema" = "https://yazi-rs.github.io/schemas/theme.json" - -# vscode-dark-plus (Dark+) -# https://github.com/956MB/vscode.yazi/blob/main/themes/vscode-dark-plus/ -# -# A theme inspired by Visual Studio Code's Dark+ Visual Studio theme. - -[colors] -background = "#1E1E1E" -foreground = "#D4D4D4" -selection = "#3A3D41" -cursor = "#D4D4D4" -black = "#000000" -red = "#CD3131" -green = "#0DBC79" -yellow = "#E5E510" -blue = "#2472C8" -magenta = "#BC3FBC" -cyan = "#11A8CD" -white = "#E5E5E5" -bright_black = "#666666" -bright_red = "#F14C4C" -bright_green = "#23D18B" -bright_yellow = "#F5F543" -bright_blue = "#3B8EEA" -bright_magenta = "#D670D6" -bright_cyan = "#29B8DB" -bright_white = "#E5E5E5" - -[manager] -cwd = { fg = "cyan" } -# Hovered -hovered = { fg = "#D4D4D4", bg = "#3A3D41" } -preview_hovered = { underline = true } -# Find -find_keyword = { fg = "#569CD6", bold = true, italic = true, underline = true } -find_position = { fg = "#D4D4D4", bg = "#3A3D41", bold = true } -# Marker -marker_copied = { fg = "#73C991", bg = "#73C991" } -marker_cut = { fg = "#F14C4C", bg = "#F14C4C" } -marker_marked = { fg = "#569CD6", bg = "#569CD6" } -marker_selected = { fg = "#264F78", bg = "#264F78" } -# Tab -tab_active = { fg = "#D4D4D4", bg = "#1E1E1E" } -tab_inactive = { fg = "#D4D4D4", bg = "#2D2D2D" } -tab_width = 1 -# Count -count_copied = { fg = "#1E1E1E", bg = "#73C991" } -count_cut = { fg = "#1E1E1E", bg = "#F14C4C" } -count_selected = { fg = "#1E1E1E", bg = "#264F78" } -# Border -border_symbol = "│" -border_style = { fg = "#404040" } -# Highlighting -syntect_theme = "./tmtheme.xml" -# Cursor -cursor_symbol = "█" -cursor = { fg = "#1E1E1E", bg = "#D4D4D4" } -# Executable -exe_symbol = "" -exe = { fg = "#0DBC79", bg = "#1E1E1E" } -# Regular -file_symbol = "" -file = { } -# Directory -folder_symbol = "" -folder = { fg = "#2472C8", bg = "#1E1E1E" } -# Hidden -hidden_symbol = "" -hidden = { fg = "#666666" } -# Link -link_symbol = "" -link = { fg = "#0DBC79", bg = "#1E1E1E" } -# Link (broken) -broken_symbol = "" -broken = { fg = "#CD3131", bg = "#3A1212" } -# Selected -selected = { fg = "#FFFFFF", bg = "#3A3D41" } - -[status] -separator_open = "" -separator_close = "" -separator_style = { fg = "#404040", bg = "#404040" } -# Mode -mode_normal = { fg = "#1E1E1E", bg = "#569CD6", bold = true } -mode_select = { fg = "#1E1E1E", bg = "#FFAF00", bold = true } -mode_unset = { fg = "#1E1E1E", bg = "#F44747", bold = true } -# Progress -progress_label = { bold = true } -progress_normal = { fg = "#569CD6", bg = "#1E1E1E" } -progress_error = { fg = "#F44747", bg = "#1E1E1E" } -# Permissions -permissions_t = { fg = "#6A9955" } -permissions_r = { fg = "#CE9178" } -permissions_w = { fg = "#F44747" } -permissions_x = { fg = "#569CD6" } -permissions_s = { fg = "#808080" } - -[select] -border = { fg = "#569CD6" } -active = { fg = "#CE9178", bold = true } -inactive = {} - -[input] -border = { fg = "#569CD6" } -title = {} -value = {} -selected = { reversed = true } - -[completion] -border = { fg = "#569CD6" } -active = { bg = "#094771" } -inactive = {} -# Icons -icon_file = "" -icon_folder = "" -icon_command = "" - -[tasks] -border = { fg = "#569CD6" } -title = {} -hovered = { underline = true } - -[which] -mask = { bg = "#1E1E1E" } -cand = { fg = "#569CD6" } -rest = { fg = "#808080" } -desc = { fg = "#CE9178" } -separator = " " -separator_style = { fg = "#808080" } - -[help] -on = { fg = "#569CD6" } -run = { fg = "#CE9178" } -desc = { fg = "#D4D4D4" } -hovered = { bg = "#3A3D41", bold = true } -footer = { fg = "#D4D4D4", bg = "#252526" } - -[filetype] -rules = [ - # Images - { mime = "image/*", fg = "#CE9178" }, - # Videos - { mime = "video/*", fg = "#CE9178" }, - # Audio - { mime = "audio/*", fg = "#CE9178" }, - # Archives - { mime = "application/zip", fg = "#F44747" }, - { mime = "application/gzip", fg = "#F44747" }, - { mime = "application/x-tar", fg = "#F44747" }, - { mime = "application/x-bzip", fg = "#F44747" }, - { mime = "application/x-bzip2", fg = "#F44747" }, - { mime = "application/x-7z-compressed", fg = "#F44747" }, - { mime = "application/x-rar", fg = "#F44747" }, - # Documents - { mime = "application/pdf", fg = "#569CD6" }, - { mime = "application/msword", fg = "#569CD6" }, - { mime = "application/vnd.openxmlformats-officedocument.*", fg = "#569CD6" }, - # Fallback - { name = "*", fg = "#D4D4D4" }, - { name = "*/", fg = "#569CD6" }, - # Executable - { name = "*", category = "executable", fg = "#0DBC79", bg = "#1E1E1E" }, - # Directories - { name = "*/", fg = "#2472C8", bg = "#1E1E1E" }, - # Hidden files - { name = ".*", fg = "#666666" }, - # Symlinks - { name = "*", category = "link", fg = "#0DBC79", bg = "#1E1E1E" }, - # Broken symlinks - { name = "*", category = "broken", fg = "#CD3131", bg = "#3A1212" }, -] - -[icon] -rules = [ - { name = "Desktop", text = "" }, - { name = "Documents", text = "" }, - { name = "Downloads", text = "" }, - { name = "Pictures", text = "" }, - { name = "Music", text = "" }, - { name = "Videos", text = "" }, - { name = ".git", text = "" }, - { name = ".config", text = "" }, -] diff --git a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/1.png b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/1.png deleted file mode 100644 index c01a73d..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/1.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/2.png b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/2.png deleted file mode 100644 index ba6c83f..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/2.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/3.png b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/3.png deleted file mode 100644 index 1eda310..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/3.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/4.png b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/4.png deleted file mode 100644 index 2a49b37..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/4.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/preview.png b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/preview.png deleted file mode 100644 index 305c43e..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/img/preview.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/preview.png b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/preview.png deleted file mode 100644 index 305c43e..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/preview.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/tmtheme.xml b/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/tmtheme.xml deleted file mode 100644 index 7728843..0000000 --- a/fedora/.config/yazi/flavors/vscode-dark-plus.yazi/tmtheme.xml +++ /dev/null @@ -1,250 +0,0 @@ - - - - - name - VSCode Dark (Visual Studio) - settings - - - settings - - background - #1F1F1F - foreground - #D4D4D4 - caret - #AEAFAD - invisibles - #6E7681 - lineHighlight - #222222 - selection - #264F78 - - - - name - Comment - scope - comment - settings - - foreground - #6A9955 - - - - name - String - scope - string - settings - - foreground - #CE9178 - - - - name - Number - scope - constant.numeric - settings - - foreground - #B5CEA8 - - - - name - Built-in constant - scope - constant.language - settings - - foreground - #569CD6 - - - - name - User-defined constant - scope - constant.character, constant.other - settings - - foreground - #4FC1FF - - - - name - Variable - scope - variable - settings - - foreground - #9CDCFE - - - - name - Keyword - scope - keyword - settings - - foreground - #C586C0 - - - - name - Storage - scope - storage - settings - - foreground - #569CD6 - - - - name - Storage type - scope - storage.type - settings - - foreground - #569CD6 - - - - name - Class name - scope - entity.name.class - settings - - foreground - #4EC9B0 - - - - name - Inherited class - scope - entity.other.inherited-class - settings - - foreground - #4EC9B0 - - - - name - Function name - scope - entity.name.function - settings - - foreground - #DCDCAA - - - - name - Function argument - scope - variable.parameter - settings - - foreground - #9CDCFE - - - - name - Tag name - scope - entity.name.tag - settings - - foreground - #569CD6 - - - - name - Tag attribute - scope - entity.other.attribute-name - settings - - foreground - #9CDCFE - - - - name - Library function - scope - support.function - settings - - foreground - #DCDCAA - - - - name - Library constant - scope - support.constant - settings - - foreground - #4FC1FF - - - - name - Library class/type - scope - support.type, support.class - settings - - foreground - #4EC9B0 - - - - name - Invalid - scope - invalid - settings - - foreground - #F44747 - - - - name - Invalid deprecated - scope - invalid.deprecated - settings - - foreground - #F44747 - - - - uuid - 231D4441-F280-4D49-A647-E1FD7E84D1D8 - - -- cgit v1.2.3