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-modern.yazi/LICENSE | 21 -- .../vscode-dark-modern.yazi/LICENSE-tmtheme | 21 -- .../yazi/flavors/vscode-dark-modern.yazi/README.md | 50 ----- .../flavors/vscode-dark-modern.yazi/flavor.toml | 186 --------------- .../yazi/flavors/vscode-dark-modern.yazi/img/1.png | Bin 465582 -> 0 bytes .../yazi/flavors/vscode-dark-modern.yazi/img/2.png | Bin 591609 -> 0 bytes .../yazi/flavors/vscode-dark-modern.yazi/img/3.png | Bin 646085 -> 0 bytes .../yazi/flavors/vscode-dark-modern.yazi/img/4.png | Bin 590651 -> 0 bytes .../vscode-dark-modern.yazi/img/preview.png | Bin 474310 -> 0 bytes .../flavors/vscode-dark-modern.yazi/preview.png | Bin 474310 -> 0 bytes .../flavors/vscode-dark-modern.yazi/tmtheme.xml | 250 --------------------- 11 files changed, 528 deletions(-) delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE-tmtheme delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-modern.yazi/README.md delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/1.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/2.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/3.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/4.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/preview.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-modern.yazi/preview.png delete mode 100644 fedora/.config/yazi/flavors/vscode-dark-modern.yazi/tmtheme.xml (limited to 'fedora/.config/yazi/flavors/vscode-dark-modern.yazi') diff --git a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE deleted file mode 100644 index 5436de3..0000000 --- a/fedora/.config/yazi/flavors/vscode-dark-modern.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-modern.yazi/LICENSE-tmtheme b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE-tmtheme deleted file mode 100644 index 5436de3..0000000 --- a/fedora/.config/yazi/flavors/vscode-dark-modern.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-modern.yazi/README.md b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/README.md deleted file mode 100644 index 92826d8..0000000 --- a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/README.md +++ /dev/null @@ -1,50 +0,0 @@ -
-Yazi logo -

- VSCode Dark Modern 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-modern - -# pre v25.5.28 (deprecated) -ya pack -a 956MB/vscode-dark-modern -``` - -### Manual - -```bash -# Linux/macOS -git clone https://github.com/956MB/vscode-dark-modern.yazi.git ~/.config/yazi/flavors/vscode-dark-modern.yazi - -# Windows -git clone https://github.com/956MB/vscode-dark-modern.yazi.git %AppData%\yazi\config\flavors\vscode-dark-modern.yazi -``` - -## ⚙️ Usage - -Add the these lines to your `theme.toml` configuration file to use it: - -```toml -[flavor] -dark = "vscode-dark-modern" -``` - -## 📜 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-modern.yazi/flavor.toml b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml deleted file mode 100644 index 648f9bb..0000000 --- a/fedora/.config/yazi/flavors/vscode-dark-modern.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-modern -# https://github.com/956MB/vscode.yazi/blob/main/themes/vscode-dark-modern/ -# -# A theme inspired by Visual Studio Code's Dark Modern theme. - -[colors] -background = "#1F1F1F" -foreground = "#D4D4D4" -selection = "#264F78" -cursor = "#AEAFAD" -black = "#000000" -red = "#F44747" -green = "#6A9955" -yellow = "#D7BA7D" -blue = "#569CD6" -magenta = "#C586C0" -cyan = "#4EC9B0" -white = "#D4D4D4" -bright_black = "#808080" -bright_red = "#F44747" -bright_green = "#6A9955" -bright_yellow = "#DCDCAA" -bright_blue = "#569CD6" -bright_magenta = "#C586C0" -bright_cyan = "#4EC9B0" -bright_white = "#FFFFFF" - -[manager] -cwd = { fg = "cyan" } -# Hovered -hovered = { fg = "#D4D4D4", bg = "#264F78" } -preview_hovered = { underline = true } -# Find -find_keyword = { fg = "#DCDCAA", bold = true, italic = true, underline = true } -find_position = { fg = "#C586C0", bg = "#1F1F1F", bold = true, italic = true } -# Marker -marker_copied = { fg = "#73C991", bg = "#73C991" } -marker_cut = { fg = "#F44747", bg = "#F44747" } -marker_marked = { fg = "#4EC9B0", bg = "#4EC9B0" } -marker_selected = { fg = "#D7BA7D", bg = "#D7BA7D" } -# Tab -tab_active = { fg = "#D4D4D4", bg = "#1F1F1F" } -tab_inactive = { fg = "#D4D4D4", bg = "#2D2D2D" } -tab_width = 1 -# Count -count_copied = { fg = "#1F1F1F", bg = "#73C991" } -count_cut = { fg = "#1F1F1F", bg = "#F44747" } -count_selected = { fg = "#1F1F1F", bg = "#D7BA7D" } -# Border -border_symbol = "│" -border_style = { fg = "#444444" } -# Highlighting -syntect_theme = "./tmtheme.xml" -# Cursor -cursor_symbol = "█" -cursor = { fg = "#1F1F1F", bg = "#AEAFAD" } -# Executable -exe_symbol = "" -exe = { fg = "#4EC9B0", bg = "#1F1F1F" } -# Regular -file_symbol = "" -file = { } -# Directory -folder_symbol = "" -folder = { fg = "#569CD6", bg = "#1F1F1F" } -# Hidden -hidden_symbol = "" -hidden = { fg = "#808080" } -# Link -link_symbol = "" -link = { fg = "#4EC9B0", bg = "#1F1F1F" } -# Link (broken) -broken_symbol = "" -broken = { fg = "#F44747", bg = "#3A1212" } -# Selected -selected = { fg = "#FFFFFF", bg = "#264F78" } - -[status] -separator_open = "" -separator_close = "" -separator_style = { fg = "#444444", bg = "#444444" } -# Mode -mode_normal = { fg = "#1F1F1F", bg = "#569CD6", bold = true } -mode_select = { fg = "#1F1F1F", bg = "#FFAF00", bold = true } -mode_unset = { fg = "#1F1F1F", bg = "#F44747", bold = true } -# Progress -progress_label = { bold = true } -progress_normal = { fg = "#569CD6", bg = "#1F1F1F" } -progress_error = { fg = "#F44747", bg = "#1F1F1F" } -# Permissions -permissions_t = { fg = "#6A9955" } -permissions_r = { fg = "#D7BA7D" } -permissions_w = { fg = "#F44747" } -permissions_x = { fg = "#4EC9B0" } -permissions_s = { fg = "#808080" } - -[select] -border = { fg = "#569CD6" } -active = { fg = "#C586C0", bold = true } -inactive = {} - -[input] -border = { fg = "#569CD6" } -title = {} -value = {} -selected = { reversed = true } - -[completion] -border = { fg = "#569CD6" } -active = { bg = "#264F78" } -inactive = {} -# Icons -icon_file = "" -icon_folder = "" -icon_command = "" - -[tasks] -border = { fg = "#569CD6" } -title = {} -hovered = { underline = true } - -[which] -mask = { bg = "#1F1F1F" } -cand = { fg = "#4EC9B0" } -rest = { fg = "#808080" } -desc = { fg = "#C586C0" } -separator = " " -separator_style = { fg = "#808080" } - -[help] -on = { fg = "#4EC9B0" } -run = { fg = "#C586C0" } -desc = { fg = "#D4D4D4" } -hovered = { bg = "#264F78", bold = true } -footer = { fg = "#D4D4D4", bg = "#252526" } - -[filetype] -rules = [ - # Images - { mime = "image/*", fg = "#D7BA7D" }, - # Videos - { mime = "video/*", fg = "#C586C0" }, - # Audio - { mime = "audio/*", fg = "#C586C0" }, - # 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 = "#4EC9B0" }, - { mime = "application/msword", fg = "#4EC9B0" }, - { mime = "application/vnd.openxmlformats-officedocument.*", fg = "#4EC9B0" }, - # Fallback - { name = "*", fg = "#D4D4D4" }, - { name = "*/", fg = "#569CD6" }, - # Executable - { name = "*", category = "executable", fg = "#4EC9B0", bg = "#1F1F1F" }, - # Directories - { name = "*/", fg = "#569CD6", bg = "#1F1F1F" }, - # Hidden files - { name = ".*", fg = "#808080" }, - # Symlinks - { name = "*", category = "link", fg = "#4EC9B0", bg = "#1F1F1F" }, - # Broken symlinks - { name = "*", category = "broken", fg = "#F44747", 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-modern.yazi/img/1.png b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/1.png deleted file mode 100644 index 045985b..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/1.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/2.png b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/2.png deleted file mode 100644 index befbed9..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/2.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/3.png b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/3.png deleted file mode 100644 index a645c27..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/3.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/4.png b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/4.png deleted file mode 100644 index 490dcec..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/4.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/preview.png b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/preview.png deleted file mode 100644 index 2cc6a33..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/img/preview.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/preview.png b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/preview.png deleted file mode 100644 index 2cc6a33..0000000 Binary files a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/preview.png and /dev/null differ diff --git a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/tmtheme.xml b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/tmtheme.xml deleted file mode 100644 index de79514..0000000 --- a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/tmtheme.xml +++ /dev/null @@ -1,250 +0,0 @@ - - - - - name - VSCode Dark Modern - 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