From e991ed9b17a0da4e89a86c95088e4516ae6f47ce Mon Sep 17 00:00:00 2001 From: wongjiahau Date: Tue, 7 Mar 2023 15:13:13 +0800 Subject: [PATCH] refactor(runtime/themes): revert changes to theme files - This is because explorer specific styling has been abandoned for simplicity --- runtime/themes/autumn.toml | 6 - runtime/themes/base16_default_dark.toml | 6 - runtime/themes/base16_default_light.toml | 6 - runtime/themes/base16_terminal.toml | 6 - runtime/themes/bogster.toml | 6 - runtime/themes/boo_berry.toml | 6 - runtime/themes/catppuccin_mocha.toml | 8 +- runtime/themes/dark_plus.toml | 6 - runtime/themes/dracula.toml | 6 - runtime/themes/dracula_at_night.toml | 6 - runtime/themes/everforest_light.toml | 5 - runtime/themes/fleet_dark.toml | 251 ++++++++++------------ runtime/themes/gruvbox.toml | 6 - runtime/themes/gruvbox_light.toml | 6 - runtime/themes/ingrid.toml | 6 - runtime/themes/kanagawa.toml | 53 +++-- runtime/themes/monokai.toml | 8 +- runtime/themes/monokai_pro.toml | 6 - runtime/themes/monokai_pro_machine.toml | 6 - runtime/themes/monokai_pro_octagon.toml | 6 - runtime/themes/monokai_pro_ristretto.toml | 6 - runtime/themes/monokai_pro_spectrum.toml | 6 - runtime/themes/night_owl.toml | 6 - runtime/themes/nord.toml | 6 - runtime/themes/onedark.toml | 10 +- runtime/themes/papercolor-dark.toml | 1 - runtime/themes/papercolor-light.toml | 1 - runtime/themes/pop-dark.toml | 42 ++-- runtime/themes/rose_pine.toml | 6 - runtime/themes/rose_pine_dawn.toml | 6 - runtime/themes/serika-dark.toml | 6 - runtime/themes/serika-light.toml | 6 - runtime/themes/solarized_dark.toml | 6 - runtime/themes/solarized_light.toml | 6 - runtime/themes/spacebones_light.toml | 6 - runtime/themes/tokyonight.toml | 6 - runtime/themes/tokyonight_storm.toml | 6 - 37 files changed, 156 insertions(+), 391 deletions(-) diff --git a/runtime/themes/autumn.toml b/runtime/themes/autumn.toml index 2a805a5e..51860312 100644 --- a/runtime/themes/autumn.toml +++ b/runtime/themes/autumn.toml @@ -71,12 +71,6 @@ "warning" = "my_yellow2" "error" = "my_red" -"ui.explorer.file" = { fg = "my_white" } -"ui.explorer.dir" = { fg = "my_yellow1" } -"ui.explorer.exe" = { fg = "my_green" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { modifiers = ["reversed"] } - [palette] my_black = "#212121" # Cursorline my_gray0 = "#262626" # Default Background diff --git a/runtime/themes/base16_default_dark.toml b/runtime/themes/base16_default_dark.toml index 56e2ba0d..1a38a6ae 100644 --- a/runtime/themes/base16_default_dark.toml +++ b/runtime/themes/base16_default_dark.toml @@ -55,12 +55,6 @@ "warning" = "base09" "error" = "base08" -"ui.explorer.file" = { fg = "base05" } -"ui.explorer.dir" = { fg = "base0D" } -"ui.explorer.exe" = { fg = "base05" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "base02" } - "ui.bufferline" = { fg = "base04", bg = "base00" } "ui.bufferline.active" = { fg = "base06", bg = "base01" } diff --git a/runtime/themes/base16_default_light.toml b/runtime/themes/base16_default_light.toml index f0448917..84dab530 100644 --- a/runtime/themes/base16_default_light.toml +++ b/runtime/themes/base16_default_light.toml @@ -58,12 +58,6 @@ "ui.bufferline" = { fg = "base04", bg = "base01" } "ui.bufferline.active" = { fg = "base07", bg = "base00" } -"ui.explorer.file" = { fg = "base05" } -"ui.explorer.dir" = { fg = "base0D" } -"ui.explorer.exe" = { fg = "base05" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "base02" } - [palette] base00 = "#f8f8f8" # Default Background base01 = "#e8e8e8" # Lighter Background (Used for status bars, line number and folding marks) diff --git a/runtime/themes/base16_terminal.toml b/runtime/themes/base16_terminal.toml index b5a31304..f3975861 100644 --- a/runtime/themes/base16_terminal.toml +++ b/runtime/themes/base16_terminal.toml @@ -51,9 +51,3 @@ "debug" = "gray" "warning" = "yellow" "error" = "light-red" - -# "ui.explorer.file" = { fg = "base05" } -"ui.explorer.dir" = { fg = "light-blue" } -# "ui.explorer.exe" = { fg = "base05" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "light-gray" } diff --git a/runtime/themes/bogster.toml b/runtime/themes/bogster.toml index e6801aad..1ea13f1f 100644 --- a/runtime/themes/bogster.toml +++ b/runtime/themes/bogster.toml @@ -98,9 +98,3 @@ bogster-base5 = "#abb2bf" bogster-fg0 = "#c6b8ad" bogster-fg1 = "#e5ded6" - -"ui.explorer.file" = { fg = "#e5ded6" } -"ui.explorer.dir" = { fg = "#59dcd8" } -"ui.explorer.exe" = { fg = "#e5ded6" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "#313f4e" } diff --git a/runtime/themes/boo_berry.toml b/runtime/themes/boo_berry.toml index 51b2c216..62e3b372 100644 --- a/runtime/themes/boo_berry.toml +++ b/runtime/themes/boo_berry.toml @@ -67,12 +67,6 @@ "diagnostic.info" = { underline = { color = "lilac", style = "curl"} } "diagnostic.hint" = { underline = { color = "lilac", style = "curl"} } -"ui.explorer.file" = { fg = "lilac" } -"ui.explorer.dir" = { fg = "mint" } -"ui.explorer.exe" = { fg = "lilac" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "berry_saturated" } - [palette] berry = "#3A2A4D" berry_fade = "#5A3D6E" diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml index 59fa430f..2504fec8 100644 --- a/runtime/themes/catppuccin_mocha.toml +++ b/runtime/themes/catppuccin_mocha.toml @@ -103,10 +103,10 @@ "ui.menu" = { fg = "overlay2", bg = "surface0" } "ui.menu.selected" = { fg = "text", bg = "surface1", modifiers = ["bold"] } -"diagnostic.error" = { underline = { color = "red", style = "curl" } } -"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } } -"diagnostic.info" = { underline = { color = "sky", style = "curl" } } -"diagnostic.hint" = { underline = { color = "teal", style = "curl" } } +"diagnostic.error" = { fg = "red", underline = { color = "red", style = "curl" } } +"diagnostic.warning" = { fg = "yellow", underline = { color = "yellow", style = "curl" } } +"diagnostic.info" = { fg = "sky", underline = { color = "sky", style = "curl" } } +"diagnostic.hint" = { fg = "teal", underline = { color = "teal", style = "curl" } } error = "red" warning = "yellow" diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index b793aa7c..be8245c4 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -98,12 +98,6 @@ "diagnostic.error".underline = { color = "red", style = "curl" } "diagnostic".underline = { color = "gold", style = "curl" } -"ui.explorer.file" = { fg = "text" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "text" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "dark_blue2" } - [palette] white = "#ffffff" orange = "#ce9178" diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml index f61cb1e2..51464824 100644 --- a/runtime/themes/dracula.toml +++ b/runtime/themes/dracula.toml @@ -59,12 +59,6 @@ "diagnostic".underline = { color = "orange", style = "curl" } "diagnostic.error".underline = { color = "red", style = "curl" } -"ui.explorer.file" = { fg = "foreground" } -"ui.explorer.dir" = { fg = "cyan" } -"ui.explorer.exe" = { fg = "foreground" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "secondary_highlight" } - [palette] background = "#282a36" background_dark = "#21222c" diff --git a/runtime/themes/dracula_at_night.toml b/runtime/themes/dracula_at_night.toml index 2e419cf5..9f10ec90 100644 --- a/runtime/themes/dracula_at_night.toml +++ b/runtime/themes/dracula_at_night.toml @@ -56,12 +56,6 @@ "markup.quote" = { fg = "yellow", modifiers = ["italic"] } "markup.raw" = { fg = "foreground" } -"ui.explorer.file" = { fg = "foreground" } -"ui.explorer.dir" = { fg = "cyan" } -"ui.explorer.exe" = { fg = "foreground" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "comment" } - [palette] background = "#0e1419" background_dark = "#21222c" diff --git a/runtime/themes/everforest_light.toml b/runtime/themes/everforest_light.toml index 1a804a07..f9a55b0a 100644 --- a/runtime/themes/everforest_light.toml +++ b/runtime/themes/everforest_light.toml @@ -94,11 +94,6 @@ "diagnostic.info" = { underline = { color = "aqua", style = "curl" } } "diagnostic.warning" = { underline = { color = "yellow", style = "curl" } } "diagnostic.error" = { underline = { color = "red", style = "curl" } } -"ui.explorer.file" = { fg = "fg" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "fg" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "grey1" } [palette] diff --git a/runtime/themes/fleet_dark.toml b/runtime/themes/fleet_dark.toml index 83caf8f3..0fc9e812 100644 --- a/runtime/themes/fleet_dark.toml +++ b/runtime/themes/fleet_dark.toml @@ -4,161 +4,128 @@ # Original author: @krfl # Contributors: # @matoous -# @kirawi -"attribute" = "Lime" - -"type" = "Blue" -"type.return" = "Blue Light" -"type.parameter" = "Blue Light" -"constructor" = "Yellow" - -"constant" = "Violet" +"attribute" = "green" +"type" = "light_blue" +"type.enum.variant" = "purple" +"constructor" = "yellow" +"constant" = "cyan" # "constant.builtin" = {} # .boolean -"constant.builtin.boolean" = "Cyan" -"constant.character" = "Yellow" -"constant.character.escape" = "Cyan" -"constant.numeric" = "Yellow" -"string" = "Pink" -"string.regexp" = "Cyan" -"string.special" = { fg = "Yellow", modifiers = ["underlined"] } #.path / .url / .symbol - -"comment" = "Gray 90" # .line +"constant.builtin.boolean" = "yellow" +"constant.character" = "yellow" +"constant.characted.escape" = "light" +"constant.numeric" = "yellow" +"string" = "pink" +"string.regexp" = "light" +"string.special" = { fg = "yellow", modifiers = ["underlined"] } #.path / .url / .symbol +"comment" = "light_gray" # .line # "comment.block" = {} # .documentation -"variable" = "Gray 120" # .builtin -"variable.builtin" = { fg = "Coral" } +"variable" = "light" # .builtin +"variable.builtin" = { fg = "red", modifiers = ["underlined"] } +"variable.parameter" = "light" # "variable.other" = {} # .member -"variable.other.member" = "Violet" -"label" = "Yellow" -"keyword" = "Cyan" # .operator / .directive / .function -"function" = "Yellow" -"function.declaration" = "#EFEFEF" -"function.macro" = "Lime" -"function.builtin" = "Lime" -"function.special" = "Lime" +"variable.other.member" = "purple" +"label" = "yellow" +"punctuation" = "light" # .delimiter / .bracket +"keyword" = "cyan" # .operator / .directive / .function +# "keyword.control" = "cyan" # .conditional / .repeat / .import / .return / .exception +"keyword.control.exception" = "purple" +"operator" = "light" +"function" = "yellow" +"function.macro" = "green" +"function.builtin" = "green" +"function.special" = "green" +"function.method" = "light" #"function.declaration.method" = { fg = "lightest", modifiers = ["bold"] } #depends on #4892 -"tag" = "Blue" -"special" = "Lime" -"namespace" = "Blue" +"tag" = "light_blue" +"special" = "green" +"namespace" = "light" # used in theming # "markup" = {} # .normal / .quote / .raw # "markup.normal" = {} # .completion / .hover -"markup.bold" = { modifiers = ["bold"] } +"markup.bold" = { fg = "lightest", modifiers = ["bold"] } "markup.italic" = { modifiers = ["italic"] } "markup.strikethrough" = { modifiers = ["crossed_out"] } -"markup.heading" = { fg = "Cyan", modifiers = ["bold"] } # .marker / .1 / .2 / .3 / .4 / .5 / .6 -"markup.list" = "Pink" # .unnumbered / .numbered -"markup.list.numbered" = "Cyan" -"markup.list.unnumbered" = "Cyan" +"markup.heading" = { fg = "cyan", modifiers = ["bold"] } # .marker / .1 / .2 / .3 / .4 / .5 / .6 +"markup.list" = "pink" # .unnumbered / .numbered +"markup.list.numbered" = "cyan" +"markup.list.unnumbered" = "cyan" # "markup.link" = "green" -"markup.link.url" = { fg = "Pink", modifiers = ['italic', 'underlined'] } -"markup.link.text" = "Cyan" -"markup.link.label" = "Purple 20" -"markup.quote" = "Pink" -"markup.raw" = "Pink" -"markup.raw.inline" = "Cyan" # .completion / .hover -"markup.raw.block" = "#EB83E2" - -"diff.plus" = "Green 50" -"diff.minus" = "Red 50" -"diff.delta" = "Blue 80" +"markup.link.url" = { fg = "pink", modifiers = ['italic', 'underlined'] } +"markup.link.text" = "cyan" +"markup.link.label" = "purple" +"markup.quote" = "pink" +"markup.raw" = "pink" +"markup.raw.inline" = "cyan" # .completion / .hover +"markup.raw.block" = "pink" + +"diff.plus" = "diff_plus" +"diff.minus" = "red_accent" +"diff.delta" = "blue_accent" # ui specific -"ui.background" = { bg = "Gray 10" } # .separator -"ui.statusline" = { fg = "Gray 120", bg = "Gray 10" } # .inactive / .normal / .insert / .select -# "ui.statusline.normal" = { fg = "lightest", bg = "darker"} -# "ui.statusline.insert" = { fg = "lightest", bg = "blue_accent" } -# "ui.statusline.select" = { fg = "lightest", bg = "orange_accent" } - -"ui.cursor" = { modifiers = ["reversed"] } # .insert / .select / .match / .primary -"ui.cursor.match" = { bg = "Blue 30" } # .insert / .select / .match / .primary -"ui.selection" = { bg = "Gray 50" } # .primary -"ui.selection.primary" = { bg = "Blue 40" } - -"ui.cursorline" = { bg = "Gray 20" } -"ui.linenr" = "Gray 70" -"ui.linenr.selected" = "Gray 110" - -"ui.popup" = { fg = "Gray 120", bg = "Gray 20" } # .info -"ui.window" = { fg = "Gray 50" } -"ui.help" = { fg = "Gray 120", bg = "Gray 20" } -"ui.menu" = { fg = "Gray 120", bg = "Gray 20" } # .selected -"ui.menu.selected" = { fg = "White", bg = "Blue 40" } # .selected -# Calculated as #ffffff with 30% opacity -"ui.menu.scroll" = { fg = "#dfdfdf" } - -"ui.text" = "Gray 120" # .focus / .info -"ui.text.focus" = { fg = "White", bg = "Blue 40" } - -"ui.virtual" = "Gray 80" # .whitespace -# "ui.virtual.ruler" = { bg = "darker"} - -"hint" = "Gray 80" -"info" = "#A366C4" -"warning" = "#FACb66" -"error" = "#FF5269" - -"diagnostic.hint" = { underline = { color = "Gray 80", style = "line" } } -"diagnostic.info" = { underline = { color = "#A366C4", style = "line" } } -"diagnostic.warning" = { underline = { color = "#FACB66", style = "line" } } -"diagnostic.error" = { underline = { color = "#FF5269", style = "line" } } +"ui.background" = { bg = "background" } # .separator +"ui.cursor" = { bg = "dark_gray", modifiers = ["reversed"] } # .insert / .select / .match / .primary +"ui.cursor.match" = { fg = "light", bg = "selection" } # .insert / .select / .match / .primary +"ui.cursorline" = { bg = "darker" } +"ui.linenr" = "dark_gray" +"ui.linenr.selected" = { fg = "light", bg = "darker" } +"ui.statusline" = { fg = "light", bg = "darker" } # .inactive / .normal / .insert / .select +"ui.statusline.inactive" = { fg = "dark", bg = "darker" } +"ui.statusline.normal" = { fg = "lightest", bg = "darker"} +"ui.statusline.insert" = { fg = "lightest", bg = "blue_accent" } +"ui.statusline.select" = { fg = "lightest", bg = "orange_accent" } +"ui.popup" = { fg = "light", bg = "darkest" } # .info +"ui.window" = { fg = "dark", bg = "darkest" } +"ui.help" = { fg = "light", bg = "darkest" } +"ui.text" = "light" # .focus / .info +"ui.text.focus" = { fg = "lightest", bg = "focus" } +"ui.virtual" = "dark" # .whitespace +"ui.virtual.ruler" = { bg = "darker"} +"ui.menu" = { fg = "light", bg = "darkest" } # .selected +"ui.menu.selected" = { fg = "lightest", bg = "focus" } # .selected +"ui.selection" = { bg = "darker" } # .primary +"ui.selection.primary" = { bg = "selection" } +"hint" = "blue" +"info" = "yellow_accent" +"warning" = "orange_accent" +"error" = "red_error" +"diagnostic" = { modifiers = [] } +"diagnostic.hint" = { underline = { color = "light", style = "curl" } } +"diagnostic.info" = { underline = { color = "blue_accent", style = "curl" } } +"diagnostic.warning" = { underline = { color = "yellow_accent", style = "curl" } } +"diagnostic.error" = { underline = { color = "red_error", style = "curl" } } [palette] -"White" = "#ffffff" -"Gray 120" = "#d1d1d1" -"Gray 110" = "#c2c2c2" -"Gray 100" = "#a0a0a0" -"Gray 90" = "#898989" -"Gray 80" = "#767676" -"Gray 70" = "#5d5d5d" -"Gray 60" = "#484848" -"Gray 50" = "#383838" -"Gray 40" = "#333333" -"Gray 30" = "#2d2d2d" -"Gray 20" = "#292929" -"Gray 10" = "#181818" -"Black" = "#000000" -"Blue 110" = "#6daaf7" -"Blue 100" = "#4d9bf8" -"Blue 90" = "#3691f9" -"Blue 80" = "#1a85f6" -"Blue 70" = "#0273eb" -"Blue 60" = "#0c6ddd" -"Blue 50" = "#195eb5" -"Blue 40" = "#194176" -"Blue 30" = "#163764" -"Blue 20" = "#132c4f" -"Blue 10" = "#0b1b32" -"Red 80" = "#ec7388" -"Red 70" = "#ea4b67" -"Red 60" = "#d93953" -"Red 50" = "#ce364d" -"Red 40" = "#c03248" -"Red 30" = "#a72a3f" -"Red 20" = "#761b2d" -"Red 10" = "#390813" -"Green 50" = "#4ca988" -"Green 40" = "#3ea17f" -"Green 30" = "#028764" -"Green 20" = "#134939" -"Green 10" = "#081f19" -"Yellow 60" = "#f8ab17" -"Yellow 50" = "#e1971b" -"Yellow 40" = "#b5791f" -"Yellow 30" = "#7c511a" -"Yellow 20" = "#5a3a14" -"Yellow 10" = "#281806" -"Purple 20" = "#c07bf3" -"Purple 10" = "#b35def" - -"Blue" = "#87C3FF" -"Blue Light" = "#ADD1DE" -"Coral" = "#CC7C8A" -"Cyan" = "#82D2CE" -"Cyan Dark" = "#779E9E" -"Lime" = "#A8CC7C" -"Orange" = "#E09B70" -"Pink" = "#E394DC" -"Violet" = "#AF9CFF" -"Yellow" = "#EBC88D" +background = "#181818" +darkest = "#1e1e1e" +darker = "#292929" +dark = "#898989" + +light = "#d6d6dd" +lightest = "#ffffff" + +dark_gray = "#535353" +light_gray = "#6d6d6d" +purple = "#a390f0" +light_blue = "#7dbeff" +blue = "#52a7f6" +pink = "#d898d8" +green = "#afcb85" +cyan = "#78d0bd" +orange = "#efb080" +yellow = "#e5c995" +red = "#CC7C8A" + +blue_accent = "#2197F3" +pink_accent = "#E44C7A" +green_accent = "#00AF99" +orange_accent = "#EE7F25" +yellow_accent = "#DEA407" +red_accent = "#F44747" + +red_error = "#EB5F6A" +selection = "#1F3661" +diff_plus = "#5A9F81" +focus = "#204474" diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml index d9a42478..b88becd1 100644 --- a/runtime/themes/gruvbox.toml +++ b/runtime/themes/gruvbox.toml @@ -74,12 +74,6 @@ "markup.link.text" = "red1" "markup.raw" = "red1" -"ui.explorer.file" = { fg = "fg1" } -"ui.explorer.dir" = { fg = "blue0" } -"ui.explorer.exe" = { fg = "fg1" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "bg3" } - [palette] bg0 = "#282828" # main background bg1 = "#3c3836" diff --git a/runtime/themes/gruvbox_light.toml b/runtime/themes/gruvbox_light.toml index e2506fa5..bd1a5ef2 100644 --- a/runtime/themes/gruvbox_light.toml +++ b/runtime/themes/gruvbox_light.toml @@ -75,12 +75,6 @@ "markup.link.text" = "red1" "markup.raw" = "red1" -"ui.explorer.file" = { fg = "fg1" } -"ui.explorer.dir" = { fg = "blue0" } -"ui.explorer.exe" = { fg = "fg1" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "bg3" } - [palette] bg0 = "#fbf1c7" # main background bg1 = "#ebdbb2" diff --git a/runtime/themes/ingrid.toml b/runtime/themes/ingrid.toml index deb46354..8942c3ca 100644 --- a/runtime/themes/ingrid.toml +++ b/runtime/themes/ingrid.toml @@ -73,9 +73,3 @@ "diagnostic.error" = { underline = { color = "#D74E50", style = "curl" } } "diagnostic.info" = { underline = { color = "#839A53", style = "curl" } } "diagnostic.hint" = { underline = { color = "#A6B6CE", style = "curl" } } - -"ui.explorer.file" = { fg = "#7B91B3" } -"ui.explorer.dir" = { fg = "#89BEB7" } -"ui.explorer.exe" = { fg = "#7B91B3" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "#F3EAE9" } diff --git a/runtime/themes/kanagawa.toml b/runtime/themes/kanagawa.toml index a7d33f3e..16e27362 100644 --- a/runtime/themes/kanagawa.toml +++ b/runtime/themes/kanagawa.toml @@ -14,8 +14,9 @@ "ui.linenr" = { fg = "sumiInk4" } "ui.linenr.selected" = { fg = "roninYellow" } -"ui.virtual" = "sumiInk4" "ui.virtual.ruler" = { bg = "sumiInk2" } +"ui.virtual.whitespace" = "waveBlue1" +"ui.virtual.indent-guide" = "sumiInk4" "ui.statusline" = { fg = "oldWhite", bg = "sumiInk0" } "ui.statusline.inactive" = { fg = "fujiGray", bg = "sumiInk0" } @@ -23,9 +24,8 @@ "ui.statusline.insert" = { fg = "sumiInk0", bg = "autumnGreen", modifiers = ["bold"] } "ui.statusline.select" = { fg = "sumiInk0", bg = "oniViolet", modifiers = ["bold"] } -"ui.bufferline" = { fg = "fujiGray", bg = "sumiInk0" } -"ui.bufferline.active" = { fg = "oldWhite", bg = "sumiInk0" } -"ui.bufferline.background" = { bg = "sumiInk0" } +"ui.bufferline" = { fg = "oldWhite", bg = "sumiInk0" } +"ui.bufferline.inactive" = { fg = "fujiGray", bg = "sumiInk0" } "ui.popup" = { fg = "fujiWhite", bg = "sumiInk0" } "ui.window" = { fg = "sumiInk0" } @@ -33,16 +33,14 @@ "ui.text" = "fujiWhite" "ui.text.focus" = { fg = "fujiWhite", bg = "waveBlue1", modifiers = ["bold"] } -"ui.cursor" = { fg = "waveBlue1", bg = "waveAqua2"} -"ui.cursor.primary" = { fg = "waveBlue1", bg = "fujiWhite" } -"ui.cursor.match" = { fg = "waveRed", modifiers = ["bold"] } +"ui.cursor" = { fg = "waveBlue1", bg = "fujiWhite"} +"ui.cursor.primary" = { fg = "waveBlue1", bg = "seaFoam" } +"ui.cursor.match" = { fg = "seaFoam", modifiers = ["bold"] } "ui.highlight" = { fg = "fujiWhite", bg = "waveBlue2" } -"ui.menu" = { fg = "fujiWhite", bg = "waveBlue1" } -"ui.menu.selected" = { fg = "fujiWhite", bg = "waveBlue2", modifiers = ["bold"] } -"ui.menu.scroll" = { fg = "oldWhite", bg = "waveBlue1" } +"ui.menu" = { fg = "fujiWhite", bg = "sumiInk0" } +"ui.menu.selected" = { fg = "fujiWhite", bg = "waveBlue1", modifiers = ["bold"] } "ui.cursorline.primary" = { bg = "sumiInk3"} -"ui.cursorcolumn.primary" = { bg = "sumiInk3" } "diagnostic.error" = { underline = { color = "samuraiRed", style = "curl" } } "diagnostic.warning" = { underline = { color = "roninYellow", style = "curl" } } @@ -60,16 +58,12 @@ hint = "dragonBlue" "diff.delta" = "autumnYellow" ## Syntax highlighting -"attribute" = "waveRed" "type" = "waveAqua2" -"constructor" = "springBlue" "constant" = "surimiOrange" "constant.numeric" = "sakuraPink" "constant.character.escape" = "springBlue" "string" = "springGreen" "string.regexp" = "boatYellow2" -"string.special.url" = "springBlue" -"string.special.symbol" = "oniViolet" "comment" = "fujiGray" "variable" = "fujiWhite" "variable.builtin" = "waveRed" @@ -77,36 +71,37 @@ hint = "dragonBlue" "variable.other.member" = "carpYellow" "label" = "springBlue" "punctuation" = "springViolet2" +"punctuation.delimiter" = "springViolet2" +"punctuation.bracket" = "springViolet2" "keyword" = "oniViolet" -"keyword.control.return" = "peachRed" -"keyword.control.exception" = "peachRed" "keyword.directive" = "peachRed" "operator" = "boatYellow2" "function" = "crystalBlue" -"function.builtin" = "springBlue" +"function.builtin" = "peachRed" "function.macro" = "waveRed" -"tag" = "waveAqua2" +"tag" = "springBlue" "namespace" = "surimiOrange" +"attribute" = "peachRed" +"constructor" = "springBlue" +"module" = "waveAqua2" "special" = "peachRed" ## Markup modifiers -"markup.heading.marker" = "springViolet2" +"markup.heading.marker" = "fujiGray" "markup.heading.1" = { fg = "surimiOrange", modifiers = ["bold"] } "markup.heading.2" = { fg = "carpYellow", modifiers = ["bold"] } "markup.heading.3" = { fg = "waveAqua2", modifiers = ["bold"] } -"markup.heading.4" = { fg = "lightBlue", modifiers = ["bold"] } -"markup.heading.5" = { fg = "oniViolet", modifiers = ["bold"] } -"markup.heading.6" = { fg = "springViolet1", modifiers = ["bold"] } -"markup.list.numbered" = "sakuraPink" -"markup.list.unnumbered" = "waveRed" +"markup.heading.4" = { fg = "springGreen", modifiers = ["bold"] } +"markup.heading.5" = { fg = "waveRed", modifiers = ["bold"] } +"markup.heading.6" = { fg = "autumnRed", modifiers = ["bold"] } +"markup.list" = "oniViolet" "markup.bold" = { modifiers = ["bold"] } "markup.italic" = { modifiers = ["italic"] } "markup.strikethrough" = { modifiers = ["crossed_out"] } +"markup.link.url" = { fg = "springBlue", modifiers = ["underlined"] } "markup.link.text" = "crystalBlue" -"markup.link.url" = { fg = "springBlue", underline.style = "line" } -"markup.link.label" = "surimiOrange" -"markup.quote" = "springViolet1" -"markup.raw" = "springGreen" +"markup.quote" = "seaFoam" +"markup.raw" = "seaFoam" [palette] seaFoam = "#C7CCD1" # custom lighter foreground diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index a26adc6a..b75912f7 100644 --- a/runtime/themes/monokai.toml +++ b/runtime/themes/monokai.toml @@ -78,7 +78,7 @@ "ui.statusline" = { fg = "active_text", bg = "#414339" } "ui.statusline.inactive" = { fg = "active_text", bg = "#75715e" } -"ui.text" = { fg = "text" } +"ui.text" = { fg = "text", bg = "background" } "ui.text.focus" = { fg = "active_text" } "warning" = { fg = "#cca700" } @@ -91,12 +91,6 @@ "diagnostic.info" = { underline = { color = "#75beff", style = "curl" } } "diagnostic.hint" = { underline = { color = "#eeeeeb3", style = "curl" } } -"ui.explorer.file" = { fg = "text" } -"ui.explorer.dir" = { fg = "fn_declaration" } -"ui.explorer.exe" = { fg = "text" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "#75715e" } - [palette] type = "#A6E22E" keyword = "#F92672" diff --git a/runtime/themes/monokai_pro.toml b/runtime/themes/monokai_pro.toml index 9401cd46..57bede94 100644 --- a/runtime/themes/monokai_pro.toml +++ b/runtime/themes/monokai_pro.toml @@ -104,12 +104,6 @@ "markup.link.text" = "yellow" "markup.quote" = "green" -"ui.explorer.file" = { fg = "base8" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "base8" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "base4" } - [palette] # primary colors "red" = "#ff6188" diff --git a/runtime/themes/monokai_pro_machine.toml b/runtime/themes/monokai_pro_machine.toml index 8b43fd26..b292e6b0 100644 --- a/runtime/themes/monokai_pro_machine.toml +++ b/runtime/themes/monokai_pro_machine.toml @@ -101,12 +101,6 @@ "markup.link.text" = "yellow" "markup.quote" = "green" -"ui.explorer.file" = { fg = "base8" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "base8" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "base4" } - [palette] # primary colors "red" = "#ff6d7e" diff --git a/runtime/themes/monokai_pro_octagon.toml b/runtime/themes/monokai_pro_octagon.toml index 3f0b6690..3236fc16 100644 --- a/runtime/themes/monokai_pro_octagon.toml +++ b/runtime/themes/monokai_pro_octagon.toml @@ -104,12 +104,6 @@ "markup.link.text" = "yellow" "markup.quote" = "green" -"ui.explorer.file" = { fg = "base8" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "base8" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "base4" } - [palette] # primary colors "red" = "#ff657a" diff --git a/runtime/themes/monokai_pro_ristretto.toml b/runtime/themes/monokai_pro_ristretto.toml index 81632c87..f897bddb 100644 --- a/runtime/themes/monokai_pro_ristretto.toml +++ b/runtime/themes/monokai_pro_ristretto.toml @@ -101,12 +101,6 @@ "markup.link.text" = "yellow" "markup.quote" = "green" -"ui.explorer.file" = { fg = "base8" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "base8" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "base4" } - [palette] # primary colors "red" = "#fd6883" diff --git a/runtime/themes/monokai_pro_spectrum.toml b/runtime/themes/monokai_pro_spectrum.toml index 301784ce..74533404 100644 --- a/runtime/themes/monokai_pro_spectrum.toml +++ b/runtime/themes/monokai_pro_spectrum.toml @@ -101,12 +101,6 @@ "markup.link.text" = "yellow" "markup.quote" = "green" -"ui.explorer.file" = { fg = "base8" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "base8" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "base4" } - [palette] # primary colors "red" = "#fc618d" diff --git a/runtime/themes/night_owl.toml b/runtime/themes/night_owl.toml index 3a0a865b..fc27dc7c 100644 --- a/runtime/themes/night_owl.toml +++ b/runtime/themes/night_owl.toml @@ -92,12 +92,6 @@ 'diff.delta' = { fg = 'blue' } 'diff.delta.moved' = { fg = 'blue', modifiers = ['italic'] } -"ui.explorer.file" = { fg = "foreground" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "foreground" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "selection" } - [palette] background = '#011627' background2 = '#112630' diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index 2e95f068..c653f539 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -110,12 +110,6 @@ "diff.delta" = "nord12" "diff.minus" = "nord11" -"ui.explorer.file" = { fg = "nord6" } -"ui.explorer.dir" = { fg = "nord8" } -"ui.explorer.exe" = { fg = "nord6" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "nord2" } - [palette] nord0 = "#2e3440" nord1 = "#3b4252" diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index a56708fc..9cab0901 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -59,12 +59,10 @@ "ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] } "ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]} -"ui.selection" = { bg = "faint-gray" } +"ui.selection" = { bg = "light-gray" } "ui.selection.primary" = { bg = "gray" } "ui.cursorline.primary" = { bg = "light-black" } -"ui.highlight" = { bg = "gray" } - "ui.linenr" = { fg = "linenr" } "ui.linenr.selected" = { fg = "white" } @@ -84,12 +82,6 @@ "ui.menu.selected" = { fg = "black", bg = "blue" } "ui.menu.scroll" = { fg = "white", bg = "light-gray" } -"ui.explorer.file" = { fg = "white" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "white" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "light-gray" } - [palette] yellow = "#E5C07B" diff --git a/runtime/themes/papercolor-dark.toml b/runtime/themes/papercolor-dark.toml index eaaa36dc..088658e9 100644 --- a/runtime/themes/papercolor-dark.toml +++ b/runtime/themes/papercolor-dark.toml @@ -7,7 +7,6 @@ "ui.text.focus" = { fg = "selection_background", modifiers = ["bold"]} "ui.selection" = {bg="selection_background", fg="selection_foreground"} "ui.cursorline" = {bg="cursorline_background"} -"ui.highlight" = {bg="cursorline_background"} "ui.statusline" = {bg="paper_bar_bg", fg="regular0"} "ui.statusline.select" = {bg="background", fg="bright7"} "ui.statusline.normal" = {bg="background", fg="bright3"} diff --git a/runtime/themes/papercolor-light.toml b/runtime/themes/papercolor-light.toml index 63671e1b..c44c6709 100644 --- a/runtime/themes/papercolor-light.toml +++ b/runtime/themes/papercolor-light.toml @@ -6,7 +6,6 @@ "ui.text" = "foreground" "ui.text.focus" = { fg = "selection_background", modifiers = ["bold"]} "ui.selection" = {bg="selection_background", fg="selection_foreground"} -"ui.highlight" = {bg="cursorline_background"} "ui.cursorline" = {bg="cursorline_background"} "ui.statusline" = {bg="paper_bar_bg", fg="regular0"} "ui.statusline.select" = {bg="background", fg="bright7"} diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml index 540d7074..2ee55903 100644 --- a/runtime/themes/pop-dark.toml +++ b/runtime/themes/pop-dark.toml @@ -8,13 +8,13 @@ info = { fg = 'yellowH', bg = 'brownD' } hint = { fg = 'brownD', bg = 'yellowH', modifiers = ['bold'] } warning = { fg = 'brownD', bg = 'orangeW', modifiers = ['bold'] } error = { fg = 'brownD', bg = 'redE', modifiers = ['bold'] } -'diagnostic.info'.underline = { color = 'yellowH', style = 'curl' } -'diagnostic.hint'.underline = { color = 'yellowH', style = 'curl' } -'diagnostic.warning'.underline = { color = 'orangeW', style = 'curl' } -'diagnostic.error'.underline = { color = 'redE', style = 'curl' } +"diagnostic.info".underline = { color = "yellowH", style = "curl" } +"diagnostic.hint".underline = { color = "yellowH", style = "curl" } +"diagnostic.warning".underline = { color = "orangeW", style = "curl" } +"diagnostic.error".underline = { color = "redE", style = "curl" } 'ui.background' = { bg = 'brownN' } -'ui.window' = { bg = 'brownH', fg = 'brownD' } -'ui.gutter' = { bg = 'brownU' } +'ui.window' = { bg = 'brownH', fg = "brownD" } +'ui.gutter' = { bg = 'brownH' } 'ui.text' = { fg = 'greyT' } 'ui.text.focus' = { fg = 'orangeN' } 'ui.text.info' = { fg = 'orangeH', bg = 'brownH' } @@ -25,20 +25,18 @@ error = { fg = 'brownD', bg = 'redE', modifiers = ['bold'] } 'ui.cursor.primary' = { fg = 'black', bg = 'orangeN' } 'ui.selection' = { bg = 'blueH', fg = 'white' } 'ui.selection.primary' = { bg = 'blueD', fg = 'white' } -'ui.linenr' = { bg = 'brownU', fg = 'greyL' } -'ui.linenr.selected' = { fg = 'orangeH' } -'ui.cursorline' = { bg = 'brownH' } -'ui.statusline.inactive' = { fg = 'greyT', bg = 'brownN' } -'ui.statusline.normal' = { fg = 'greyT', bg = 'brownD', modifiers = ['bold'] } -'ui.statusline.select' = { bg = 'blueL', fg = 'brownD', modifiers = ['bold'] } -'ui.statusline.insert' = { bg = 'orangeL', fg = 'brownD', modifiers = ['bold'] } -'ui.help' = { fg = 'greyT', bg = 'brownD' } +'ui.linenr' = { bg = "brownN", fg = 'greyL' } +'ui.linenr.selected' = { bg = 'brownH', fg = 'orangeH' } +'ui.cursorline' = { bg = 'brownD' } +'ui.statusline' = { fg = "greyT", bg = 'brownH' } +'ui.statusline.inactive' = { fg = "greyT", bg = 'brownN' } +'ui.help' = { fg = "greyT", bg = 'brownD' } 'ui.highlight' = { bg = 'brownH' } 'ui.virtual' = { fg = 'brownV' } 'ui.virtual.ruler' = { bg = 'brownR' } 'ui.virtual.whitespace' = { fg = 'brownV' } 'ui.virtual.indent-guide' = { fg = 'brownR' } -'ui.menu' = { fg = 'greyT', bg = 'brownD' } +'ui.menu' = { fg = "greyT", bg = 'brownD' } 'ui.menu.selected' = { fg = 'orangeH', bg = 'brownH' } 'ui.popup' = { bg = 'brownD' } 'ui.popup.info' = { bg = 'brownH', fg = 'greyT' } @@ -105,7 +103,7 @@ namespace = { fg = 'orangeL' } 'markup.list.unnumbered' = { fg = 'greenN' } 'markup.bold' = { modifiers = ['bold'] } 'markup.italic' = { modifiers = ['italic'] } -'markup.strikethrough' = { modifiers = ['crossed_out'] } +"markup.strikethrough" = { modifiers = ["crossed_out"] } 'markup.link' = { fg = 'blueD' } 'markup.link.url' = { fg = 'blueL' } 'markup.link.label' = { fg = 'blueH' } @@ -126,12 +124,6 @@ namespace = { fg = 'orangeL' } 'diff.delta' = { fg = '#4d4ddd' } 'diff.delta.moved' = { fg = '#dd4ddd' } -"ui.explorer.file" = { fg = "greyT" } -"ui.explorer.dir" = { fg = "blueL" } -"ui.explorer.exe" = { fg = "greyT" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "greyL" } - [palette] white = '#FFFFFF' greyH = '#CFCFCF' @@ -159,8 +151,8 @@ blueL = '#6dd2fa' blueN = '#39B7C7' blueD = '#4AAAD6' brownV = '#67634F' -brownH = '#4b4845' -brownN = '#3E3B39' +brownH = '#56524E' +brownN = '#3F3B39' brownR = '#35312f' brownD = '#2B2928' -brownU = '#4C4643' + diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml index a8e360fc..06e89306 100644 --- a/runtime/themes/rose_pine.toml +++ b/runtime/themes/rose_pine.toml @@ -164,12 +164,6 @@ "diff.delta" = "highlight_high" # "diff.delta.moved" = "" -"ui.explorer.file" = { fg = "text" } -"ui.explorer.dir" = { fg = "rose" } -"ui.explorer.exe" = { fg = "text" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "highlight" } - [palette] base = "#191724" surface = "#1f1d2e" diff --git a/runtime/themes/rose_pine_dawn.toml b/runtime/themes/rose_pine_dawn.toml index 02dff083..030ddccf 100644 --- a/runtime/themes/rose_pine_dawn.toml +++ b/runtime/themes/rose_pine_dawn.toml @@ -6,12 +6,6 @@ inherits = "rose_pine" -"ui.explorer.file" = { fg = "text" } -"ui.explorer.dir" = { fg = "rose" } -"ui.explorer.exe" = { fg = "text" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "highlight" } - [palette] base = "#faf4ed" surface = "#fffaf3" diff --git a/runtime/themes/serika-dark.toml b/runtime/themes/serika-dark.toml index 341a42c2..ba9bd3b3 100644 --- a/runtime/themes/serika-dark.toml +++ b/runtime/themes/serika-dark.toml @@ -77,12 +77,6 @@ "markup.quote" = { fg = "yellow", modifiers = ["italic"] } "markup.raw" = { fg = "fg" } -"ui.explorer.file" = { fg = "fg" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "fg" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "bg3" } - [palette] bg0 = "#323437" diff --git a/runtime/themes/serika-light.toml b/runtime/themes/serika-light.toml index dd5975e7..bac8b240 100644 --- a/runtime/themes/serika-light.toml +++ b/runtime/themes/serika-light.toml @@ -77,12 +77,6 @@ "markup.quote" = { fg = "yellow", modifiers = ["italic"] } "markup.raw" = { fg = "fg" } -"ui.explorer.file" = { fg = "fg" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "fg" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "bg3" } - [palette] bg0 = "#e1e1e3" diff --git a/runtime/themes/solarized_dark.toml b/runtime/themes/solarized_dark.toml index 1272d7f7..6e5b790b 100644 --- a/runtime/themes/solarized_dark.toml +++ b/runtime/themes/solarized_dark.toml @@ -108,12 +108,6 @@ "diagnostic.info" = { underline = { style = "curl", color = "blue" } } "diagnostic.hint" = { underline = { style = "curl", color = "base01" } } -"ui.explorer.file" = { fg = "base1" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "base1" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "base0175" } - [palette] # 深色 越来越深 base03 = "#002b36" diff --git a/runtime/themes/solarized_light.toml b/runtime/themes/solarized_light.toml index 40d4fc4e..ba21b90e 100644 --- a/runtime/themes/solarized_light.toml +++ b/runtime/themes/solarized_light.toml @@ -126,12 +126,6 @@ "diagnostic.hint" = { underline = { style = "curl", color = "base01" } } -"ui.explorer.file" = { fg = "base1" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "base1" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "base0175" } - [palette] red = '#dc322f' green = '#859900' diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml index 9ab33222..a62c7c82 100644 --- a/runtime/themes/spacebones_light.toml +++ b/runtime/themes/spacebones_light.toml @@ -78,12 +78,6 @@ "diagnostic.info" = { underline = { style = "curl", color = "theme_yellow" } } "diagnostic.hint" = { underline = { style = "curl", color = "bg2" } } -"ui.explorer.file" = { fg = "fg1" } -"ui.explorer.dir" = { fg = "#715ab1" } -"ui.explorer.exe" = { fg = "fg1" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "bg3" } - [palette] base = "#655370" base-dim = "#a094a2" diff --git a/runtime/themes/tokyonight.toml b/runtime/themes/tokyonight.toml index 52756ae3..4b082dc7 100644 --- a/runtime/themes/tokyonight.toml +++ b/runtime/themes/tokyonight.toml @@ -70,12 +70,6 @@ "markup.quote" = { fg = "yellow", modifiers = ["italic"] } "markup.raw" = { fg = "cyan" } -"ui.explorer.file" = { fg = "foreground" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "foreground" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "background_highlight" } - [palette] red = "#f7768e" orange = "#ff9e64" diff --git a/runtime/themes/tokyonight_storm.toml b/runtime/themes/tokyonight_storm.toml index 8df690fb..e82c4340 100644 --- a/runtime/themes/tokyonight_storm.toml +++ b/runtime/themes/tokyonight_storm.toml @@ -2,12 +2,6 @@ inherits = "tokyonight" -"ui.explorer.file" = { fg = "foreground" } -"ui.explorer.dir" = { fg = "blue" } -"ui.explorer.exe" = { fg = "foreground" } -"ui.explorer.focus" = { modifiers = ["reversed"] } -"ui.explorer.unfocus" = { bg = "background_highlight" } - [palette] background = "#24283b" background_highlight = "#373d5a"