Open hronro opened 2 years ago
I didn't find a suitable color from the palette for LspReference*. I needed one more shade between background_light (used for CursorRow) and medium_gray (Cursor). Using hard intensity I used a color outside its palette (still from global palette)
LspReference*
background_light
medium_gray
hard
{ LspReferenceText = { bg = "#282828" }, LspReferenceRead = { bg = "#282828" }, LspReferenceWrite = { bg = "#282828" }, }
I didn't find a suitable color from the palette for
LspReference*
. I needed one more shade betweenbackground_light
(used for CursorRow) andmedium_gray
(Cursor). Usinghard
intensity I used a color outside its palette (still from global palette)