From 5926c8734f78e8ffe905db5f3161450d3b673510 Mon Sep 17 00:00:00 2001 From: vesdev <28784043+vesdev@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:26:17 +0200 Subject: [PATCH] fix whitespace color and gutter selected --- runtime/themes/horizon-dark.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/themes/horizon-dark.toml b/runtime/themes/horizon-dark.toml index 8e1fad476846..034a85497769 100644 --- a/runtime/themes/horizon-dark.toml +++ b/runtime/themes/horizon-dark.toml @@ -24,9 +24,10 @@ namespace = "orange" "ui.cursor.primary" = { modifiers = ["reversed"] } "ui.cursor.match" = { bg = "selection" } "ui.gutter" = "gray" -"ui.gutter.selected" = "orange" +"ui.gutter.selected" = "blue-gray" "ui.selection" = { bg = "selection" } "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" } "ui.help" = { bg = "bg", fg = "white" }