From 74cc4b4a49e05462b2b543737ad4dc32e2265794 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Fri, 25 Jun 2021 10:18:38 +0800 Subject: Add default color for cursor match (#370) * Add default color for cursor match Not all terminals support dim, for those terminal that does not support this (konsole, item2, wezterm), users cannot differentiate between match and primary cursor. So set a color for this. * Use alacritty dim color for match--- runtime/themes/onedark.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/themes/onedark.toml') diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index 65f26725..f478b05f 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -41,3 +41,4 @@ "ui.text" = { fg = "#ABB2BF", bg = "#282C34" } "ui.text.focus" = { fg = "#ABB2BF", bg = "#2C323C", modifiers = ['bold'] } "ui.window" = { bg = "#3E4452" } +# "ui.cursor.match" # TODO might want to override this because dimmed is not widely supported -- cgit v1.2.3-70-g09d2