From 5f5e2ebc37b146f8c5112bd5199047faf4b7cd8b Mon Sep 17 00:00:00 2001 From: vesdev <28784043+vesdev@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:36:48 +0200 Subject: [PATCH] taplo fmt --- runtime/themes/horizon-dark.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/themes/horizon-dark.toml b/runtime/themes/horizon-dark.toml index 034a85497769..5d1c34cde99c 100644 --- a/runtime/themes/horizon-dark.toml +++ b/runtime/themes/horizon-dark.toml @@ -26,7 +26,7 @@ namespace = "orange" "ui.gutter" = "gray" "ui.gutter.selected" = "blue-gray" "ui.selection" = { bg = "selection" } -"ui.virtual.indent-guide" = { fg = "gray"} +"ui.virtual.indent-guide" = { fg = "gray" } "ui.virtual.whitespace" = { fg = "blue-gray" } "ui.statusline" = { bg = "dark-bg", fg = "blue-gray" } "ui.popup" = { bg = "bg", fg = "gray" } @@ -40,8 +40,8 @@ namespace = "orange" "diagnostic" = { underline = { style = "curl" } } "diagnostic.hint" = { underline = { color = "green", style = "curl" } } "diagnostic.info" = { underline = { color = "blue", style = "curl" } } -"diagnostics.error" = { underline = { color = "red", style = "curl"} } -"diagnostics.warning" = { underline = { color = "orange", style = "curl"} } +"diagnostics.error" = { underline = { color = "red", style = "curl" } } +"diagnostics.warning" = { underline = { color = "orange", style = "curl" } } warning = { fg = "orange", modifiers = ["bold"] } error = { fg = "red", modifiers = ["bold"] }