summaryrefslogtreecommitdiff
path: root/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml')
-rw-r--r--fedora/.config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml186
1 files changed, 186 insertions, 0 deletions
diff --git a/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml b/fedora/.config/yazi/flavors/vscode-dark-modern.yazi/flavor.toml
new file mode 100644
index 0000000..648f9bb
--- /dev/null
+++ b/fedora/.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 = "" },
+]