From 5ffe2dee9cded4b5f0c0a4e14c6b82171fe6d9c3 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 12 Feb 2025 12:55:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-12 12:55:05 --- .config/helix/themes/ashen.toml | 158 +------------------------------- .config/yazi/init.lua | 1 - .config/yazi/package.toml | 5 - .config/yazi/yazi.toml | 9 -- 4 files changed, 1 insertion(+), 172 deletions(-) mode change 100644 => 120000 .config/helix/themes/ashen.toml diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml deleted file mode 100644 index 21d4a4d2..00000000 --- a/.config/helix/themes/ashen.toml +++ /dev/null @@ -1,157 +0,0 @@ -# Syntax highlighting -# ------------------- -"attribute" = "g_4" - -"type" = "blue" -"type.builtin" = "blue" -"type.parameter" = "orange_glow" -"type.enum.variant" = "orange_blaze" - -"constructor" = "g_1" - -"constant" = "orange_blaze" -"constant.builtin" = "blue" -"constant.character" = {fg = "red_glowing", modifiers = ["bold"]} -"constant.character.escape" = "g_2" -"constant.numeric" = "blue" - -"string" = "red_glowing" -"string.regexp" = "orange_glow" -"string.special" = "g_2" -"string.special.url" = {fg = "red_glowing", modifiers = ["bold"]} -"string.special.path" = {fg = "red_glowing", modifiers = ["bold"]} -"string.special.symbol" = "orange_smolder" - -"comment" = { fg = "g_6", modifiers = ["italic"] } -"comment.block.documentation" = { fg = "g_5", modifiers = ["italic"] } - -"variable" = "g_3" -"variable.parameter" = { fg = "g_2", modifiers = ["italic"] } -"variable.builtin" = "blue" -"variable.other.member" = {fg = "g_2", modifiers = [""]} - -"label" = "red_ember" # used for lifetimes - -"punctuation" = "g_2" -"punctuation.special" = "orange_golden" -"punctuation.bracket" = "g_6" -"punctuation.delimiter" = "orange_smolder" - - -"keyword" = "red_ember" -"keyword.operator" = "orange_blaze" -"keyword.directive" = {fg = "red_ember", modifiers = ["italic"]} -"keyword.storage.modifier" = {fg = "red_ember", modifiers = ["italic"]} - -"operator" = "orange_glow" - -"function" = {fg = "g_3", modifiers = ["bold"]} -"function.builtin" = {fg = "g_3", modifiers = ["bold", "italic"]} -"function.macro" = "red_ember" - -"tag" = "g_5" - -"namespace" = { fg = "orange_blaze", modifiers = ["italic"] } - -"special" = "orange_smolder" # fuzzy highlight - -"markup.heading" = {fg = "red_glowing", modifiers = ["bold"]} -"markup.list" = "orange_glow" -"markup.bold" = { modifiers = ["bold"] } -"markup.italic" = { modifiers = ["italic"] } -"markup.link.url" = { fg = "red_glowing", modifiers = ["italic", "underlined"] } -"markup.link.text" = "red_ember" -"markup.raw" = {fg = "g_4", bg = "g_10"} -"markup.quote" = {modifiers = ["italic"]} - -"diff.plus" = "g_4" -"diff.minus" = "red_ember" -"diff.delta" = "orange_smolder" - -# User Interface -# -------------- -"ui.background" = { fg = "text", bg = "background" } - -"ui.linenr" = { fg = "g_8" } -"ui.linenr.selected" = { fg = "g_6" } - -"ui.statusline" = { fg = "g_3", bg = "g_9" } -"ui.statusline.inactive" = { fg = "g_5", bg = "g_10" } -"ui.statusline.normal" = { fg = "g_3", bg = "g_7", modifiers = ["bold"] } -"ui.statusline.insert" = { fg = "background", bg = "red_ember", modifiers = ["bold"] } -"ui.statusline.select" = { fg = "background", bg = "red_glowing", modifiers = ["bold"] } - -"ui.popup" = { fg = "text", bg = "g_10" } -"ui.info" = { fg = "orange_blaze", bg = "g_10" } -"ui.window" = { fg = "g_7" } -"ui.help" = { fg = "background", bg = "g_5" } - -"ui.bufferline" = { fg = "text", bg = "background" } -"ui.bufferline.active" = { fg = "g_2", bg = "g_10", underline = { color = "orange_blaze", style = "line" } } -"ui.bufferline.background" = { bg = "background" } - -"ui.text" = "text" -"ui.text.focus" = { fg = "g_2", bg = "g_8", modifiers = ["bold"] } -"ui.text.inactive" = { fg = "g_7" } -"ui.text.directory" = { fg = "blue" } - -"ui.virtual" = "g_5" -"ui.virtual.ruler" = "g_8" -"ui.virtual.whitespace" = "g_8" -"ui.virtual.indent-guide" = "g_8" -"ui.virtual.wrap" = "g_8" -"ui.virtual.inlay-hint" = {fg = "g_6", modifiers = [ "italic"]} -"ui.virtual.jump-label" = { fg = "background", bg = "orange_blaze", modifiers = ["bold"] } - -"ui.selection" = { bg = "g_8" } - -"ui.cursor" = { fg = "background", bg = "g_4" } -"ui.cursor.primary" = { fg = "background", bg = "g_0" } -"ui.cursor.match" = {fg = "orange_smolder", modifiers = ["underlined"]} - -"ui.cursorline.primary" = { bg = "cursorline" } -"ui.cursorline" = { bg = "g_12" } - -"ui.highlight" = { fg = "orange_blaze", bg = "cursorline", underline = {color = "orange_smolder", style = "dotted"}, modifiers = ["bold"] } - -"ui.menu" = { fg = "g_2", bg = "g_10" } -"ui.menu.selected" = { modifiers = ["reversed"] } - -"diagnostic.error" = { underline = { color = "red_flame", style = "curl" } } -"diagnostic.warning" = { underline = { color = "orange_golden", style = "curl" } } -"diagnostic.info" = { underline = { color = "g_2", style = "curl" } } -"diagnostic.hint" = { underline = { color = "g_4", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } - -error = "red_flame" -warning = "orange_golden" -info = "g_2" -hint = "g_4" - -[palette] -cursorline = "#191919" -text = "#b4b4b4" -red_flame = "#C53030" -red_glowing = "#DF6464" -red_ember = "#B14242" -orange_glow = "#D87C4A" -orange_blaze = "#C4693D" -orange_smolder = "#E49A44" -orange_golden = "#E5A72A" -blue = "#4A8B8B" -green_light = "#629C7D" -green = "#1E6F54" -background = "#121212" -g_0 = "#e5e5e5" -g_1 = "#e5e5e5" -g_2 = "#d5d5d5" -g_3 = "#b4b4b4" -g_4 = "#a7a7a7" -g_5 = "#949494" -g_6 = "#737373" -g_7 = "#535353" -g_8 = "#323232" -g_9 = "#212121" -g_10 = "#1d1d1d" -g_11 = "#191919" -g_12 = "#151515" diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml new file mode 120000 index 00000000..dd51c771 --- /dev/null +++ b/.config/helix/themes/ashen.toml @@ -0,0 +1 @@ +/home/fic/dev/ashen/monorepo/helix/ashen.toml \ No newline at end of file diff --git a/.config/yazi/init.lua b/.config/yazi/init.lua index d560fa3d..ec388663 100644 --- a/.config/yazi/init.lua +++ b/.config/yazi/init.lua @@ -2,4 +2,3 @@ require("custom-shell"):setup({ history_path = "default", save_history = true, }) -require("git"):setup() diff --git a/.config/yazi/package.toml b/.config/yazi/package.toml index 353a0e67..42ade7d7 100644 --- a/.config/yazi/package.toml +++ b/.config/yazi/package.toml @@ -48,11 +48,6 @@ use = "aresler/path-from-root" rev = "68277d2" hash = "ada10d1213f2117878e0fd90df708619" -[[plugin.deps]] -use = "yazi-rs/plugins:git" -rev = "8945e54" -hash = "771f18427fb75fb19990ce602bb322f4" - [[flavor.deps]] use = "ashen-org/ashen:ashen" rev = "ded1f4e" diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml index ea5dd315..595a51e7 100644 --- a/.config/yazi/yazi.toml +++ b/.config/yazi/yazi.toml @@ -17,12 +17,3 @@ extract = [ { run = 'ouch d -y "%*"', desc = "Extract here with ouch", for = "windows" }, { run = 'ouch d -y "$@"', desc = "Extract here with ouch", for = "unix" }, ] -[[plugin.prepend_fetchers]] -id = "git" -name = "*" -run = "git" - -[[plugin.prepend_fetchers]] -id = "git" -name = "*/" -run = "git"