From 651732adb8d165a81514a8632a493d221c53c308 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 25 Jan 2022 20:41:00 +0100 Subject: fix: update search from hint_blue to hint_green --- lua/no-clown-fiesta/highlights.lua | 4 ++-- lua/no-clown-fiesta/palette.lua | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index 579e52c..98c766b 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -47,8 +47,8 @@ local highlights = { SpecialKey = { fg = C.blue }, Title = { fg = C.blue }, ErrorMsg = { fg = C.error_red, bg = C.bg, style = "bold" }, - Search = { fg = C.hint_blue, bg = C.alt_bg }, - IncSearch = { fg = C.hint_blue, bg = C.alt_bg }, + Search = { fg = C.hint_green, bg = C.alt_bg }, + IncSearch = { fg = C.hint_green, bg = C.alt_bg }, Substitute = { fg = C.alt_bg, bg = C.gray_blue }, MoreMsg = { fg = C.cyan }, Question = { fg = C.cyan }, diff --git a/lua/no-clown-fiesta/palette.lua b/lua/no-clown-fiesta/palette.lua index 93e3a6d..6410956 100644 --- a/lua/no-clown-fiesta/palette.lua +++ b/lua/no-clown-fiesta/palette.lua @@ -27,6 +27,7 @@ local colors = { warning_orange = "#F4BF75", info_yellow = "#F4BF75", hint_blue = "#A5D6FF", + hint_green = "#90A959", purple_test = "#ff00ff", cyan_test = "#00ffff", } -- cgit v1.2.3-70-g09d2