From bdc608acabe856db2134642816cc806b34894863 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 13 Sep 2025 20:49:49 +0900 Subject: modified shell/bm-dirs, modified shell/bm-files, created yazi/ --- .../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 0 -> 465582 bytes .../yazi/flavors/vscode-dark-modern.yazi/img/2.png | Bin 0 -> 591609 bytes .../yazi/flavors/vscode-dark-modern.yazi/img/3.png | Bin 0 -> 646085 bytes .../yazi/flavors/vscode-dark-modern.yazi/img/4.png | Bin 0 -> 590651 bytes .../vscode-dark-modern.yazi/img/preview.png | Bin 0 -> 474310 bytes .../flavors/vscode-dark-modern.yazi/preview.png | Bin 0 -> 474310 bytes .../flavors/vscode-dark-modern.yazi/tmtheme.xml | 250 +++++++++++++++++++++ 11 files changed, 528 insertions(+) create mode 100644 ar/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE create mode 100644 ar/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE-tmtheme create mode 100644 ar/.config/yazi/flavors/vscode-dark-modern.yazi/README.md create mode 100644 ar/.config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml create mode 100644 ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/1.png create mode 100644 ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/2.png create mode 100644 ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/3.png create mode 100644 ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/4.png create mode 100644 ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/preview.png create mode 100644 ar/.config/yazi/flavors/vscode-dark-modern.yazi/preview.png create mode 100644 ar/.config/yazi/flavors/vscode-dark-modern.yazi/tmtheme.xml (limited to 'ar/.config/yazi/flavors/vscode-dark-modern.yazi') diff --git a/ar/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE new file mode 100644 index 0000000..5436de3 --- /dev/null +++ b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE @@ -0,0 +1,21 @@ +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/ar/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE-tmtheme b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE-tmtheme new file mode 100644 index 0000000..5436de3 --- /dev/null +++ b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/LICENSE-tmtheme @@ -0,0 +1,21 @@ +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/ar/.config/yazi/flavors/vscode-dark-modern.yazi/README.md b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/README.md new file mode 100644 index 0000000..92826d8 --- /dev/null +++ b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/README.md @@ -0,0 +1,50 @@ +
+
+
+## 🎨 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/ar/.config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml
new file mode 100644
index 0000000..648f9bb
--- /dev/null
+++ b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml
@@ -0,0 +1,186 @@
+# 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/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/1.png b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/1.png
new file mode 100644
index 0000000..045985b
Binary files /dev/null and b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/1.png differ
diff --git a/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/2.png b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/2.png
new file mode 100644
index 0000000..befbed9
Binary files /dev/null and b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/2.png differ
diff --git a/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/3.png b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/3.png
new file mode 100644
index 0000000..a645c27
Binary files /dev/null and b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/3.png differ
diff --git a/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/4.png b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/4.png
new file mode 100644
index 0000000..490dcec
Binary files /dev/null and b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/4.png differ
diff --git a/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/preview.png b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/preview.png
new file mode 100644
index 0000000..2cc6a33
Binary files /dev/null and b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/img/preview.png differ
diff --git a/ar/.config/yazi/flavors/vscode-dark-modern.yazi/preview.png b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/preview.png
new file mode 100644
index 0000000..2cc6a33
Binary files /dev/null and b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/preview.png differ
diff --git a/ar/.config/yazi/flavors/vscode-dark-modern.yazi/tmtheme.xml b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/tmtheme.xml
new file mode 100644
index 0000000..de79514
--- /dev/null
+++ b/ar/.config/yazi/flavors/vscode-dark-modern.yazi/tmtheme.xml
@@ -0,0 +1,250 @@
+
+
+