[Yazi] Add additional themes
This commit is contained in:
21
config/yazi/flavors/vscode-dark-modern.yazi/LICENSE
Normal file
21
config/yazi/flavors/vscode-dark-modern.yazi/LICENSE
Normal file
@@ -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.
|
21
config/yazi/flavors/vscode-dark-modern.yazi/LICENSE-tmtheme
Normal file
21
config/yazi/flavors/vscode-dark-modern.yazi/LICENSE-tmtheme
Normal file
@@ -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.
|
13
config/yazi/flavors/vscode-dark-modern.yazi/README.md
Normal file
13
config/yazi/flavors/vscode-dark-modern.yazi/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# vscode-dark-modern
|
||||
|
||||
[themes/](../) · [vscode-dark-plus](../vscode-dark-plus.yazi/) · [vscode-light-modern](../vscode-light-modern.yazi/) · [vscode-light-plus](../vscode-light-plus.yazi/)
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
186
config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml
Normal file
186
config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml
Normal file
@@ -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 = "" },
|
||||
]
|
BIN
config/yazi/flavors/vscode-dark-modern.yazi/img/1.png
Normal file
BIN
config/yazi/flavors/vscode-dark-modern.yazi/img/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 455 KiB |
BIN
config/yazi/flavors/vscode-dark-modern.yazi/img/2.png
Normal file
BIN
config/yazi/flavors/vscode-dark-modern.yazi/img/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 463 KiB |
BIN
config/yazi/flavors/vscode-dark-modern.yazi/img/3.png
Normal file
BIN
config/yazi/flavors/vscode-dark-modern.yazi/img/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 578 KiB |
BIN
config/yazi/flavors/vscode-dark-modern.yazi/img/4.png
Normal file
BIN
config/yazi/flavors/vscode-dark-modern.yazi/img/4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 631 KiB |
BIN
config/yazi/flavors/vscode-dark-modern.yazi/img/5.png
Normal file
BIN
config/yazi/flavors/vscode-dark-modern.yazi/img/5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 577 KiB |
250
config/yazi/flavors/vscode-dark-modern.yazi/tmtheme.xml
Normal file
250
config/yazi/flavors/vscode-dark-modern.yazi/tmtheme.xml
Normal file
@@ -0,0 +1,250 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>VSCode Dark Modern</string>
|
||||
<key>settings</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#1F1F1F</string>
|
||||
<key>foreground</key>
|
||||
<string>#D4D4D4</string>
|
||||
<key>caret</key>
|
||||
<string>#AEAFAD</string>
|
||||
<key>invisibles</key>
|
||||
<string>#6E7681</string>
|
||||
<key>lineHighlight</key>
|
||||
<string>#222222</string>
|
||||
<key>selection</key>
|
||||
<string>#264F78</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Comment</string>
|
||||
<key>scope</key>
|
||||
<string>comment</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#6A9955</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>String</string>
|
||||
<key>scope</key>
|
||||
<string>string</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#CE9178</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Number</string>
|
||||
<key>scope</key>
|
||||
<string>constant.numeric</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#B5CEA8</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Built-in constant</string>
|
||||
<key>scope</key>
|
||||
<string>constant.language</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#569CD6</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>User-defined constant</string>
|
||||
<key>scope</key>
|
||||
<string>constant.character, constant.other</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#4FC1FF</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Variable</string>
|
||||
<key>scope</key>
|
||||
<string>variable</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#9CDCFE</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Keyword</string>
|
||||
<key>scope</key>
|
||||
<string>keyword</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#C586C0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Storage</string>
|
||||
<key>scope</key>
|
||||
<string>storage</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#569CD6</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Storage type</string>
|
||||
<key>scope</key>
|
||||
<string>storage.type</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#569CD6</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Class name</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.class</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#4EC9B0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Inherited class</string>
|
||||
<key>scope</key>
|
||||
<string>entity.other.inherited-class</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#4EC9B0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Function name</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.function</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#DCDCAA</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Function argument</string>
|
||||
<key>scope</key>
|
||||
<string>variable.parameter</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#9CDCFE</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Tag name</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.tag</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#569CD6</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Tag attribute</string>
|
||||
<key>scope</key>
|
||||
<string>entity.other.attribute-name</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#9CDCFE</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Library function</string>
|
||||
<key>scope</key>
|
||||
<string>support.function</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#DCDCAA</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Library constant</string>
|
||||
<key>scope</key>
|
||||
<string>support.constant</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#4FC1FF</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Library class/type</string>
|
||||
<key>scope</key>
|
||||
<string>support.type, support.class</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#4EC9B0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Invalid</string>
|
||||
<key>scope</key>
|
||||
<string>invalid</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#F44747</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Invalid deprecated</string>
|
||||
<key>scope</key>
|
||||
<string>invalid.deprecated</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#F44747</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
<key>uuid</key>
|
||||
<string>231D4441-F280-4D49-A647-E1FD7E84D1D8</string>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user