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