From 442227bbb6209647d4bec3301c6fc5fb9bf4d25e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Fri, 25 Aug 2023 22:43:48 +0200 Subject: [PATCH] Small cursorline theme tweak --- nvim/colorschemes/material/lua/lush_theme/material.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/colorschemes/material/lua/lush_theme/material.lua b/nvim/colorschemes/material/lua/lush_theme/material.lua index 9f0d399..afd2ed7 100644 --- a/nvim/colorschemes/material/lua/lush_theme/material.lua +++ b/nvim/colorschemes/material/lua/lush_theme/material.lua @@ -35,7 +35,7 @@ local theme = lush(function(injected_functions) TelescopeResultsLineNr { LineNr }, -- TelescopeResultsLineNr xxx links to LineNr TroubleIndent { LineNr }, -- TroubleIndent xxx links to LineNr TroubleLocation { LineNr }, -- TroubleLocation xxx links to LineNr - CursorLineNr { fg="#f0c674", }, -- CursorLineNr xxx ctermfg=221 guifg=#f0c674 + CursorLineNr { fg=hsl(211, 100, 63), }, -- CursorLineNr xxx ctermfg=221 guifg=#f0c674 TroubleFoldIcon { CursorLineNr }, -- TroubleFoldIcon xxx links to CursorLineNr Question { fg="#b5bd68", }, -- Question xxx ctermfg=143 guifg=#b5bd68 StatusLine { bg="#455a64", fg="#c5c8c6", }, -- StatusLine xxx ctermfg=250 ctermbg=237 guifg=#c5c8c6 guibg=#455A64 @@ -77,7 +77,7 @@ local theme = lush(function(injected_functions) TabLineFill { gui="reverse", }, -- TabLineFill xxx cterm=reverse gui=reverse CursorColumn { bg="#212d32", }, -- CursorColumn xxx ctermbg=235 guibg=#212D32 lspReference { CursorColumn }, -- lspReference xxx links to CursorColumn - CursorLine { bg="#212d32", }, -- CursorLine xxx ctermbg=235 guibg=#212D32 + CursorLine { bg=hsl(225, 100, 25), }, -- CursorLine xxx ctermbg=235 guibg=#212D32 ColorColumn { bg="#212d32", }, -- ColorColumn xxx ctermbg=235 guibg=#212D32 Cursor { bg="fg", }, -- Cursor xxx guifg=bg guibg=fg RedrawDebugNormal { gui="reverse", }, -- RedrawDebugNormal xxx cterm=reverse gui=reverse