diff --git a/nvim/colorschemes/material/lua/lush_theme/material.lua b/nvim/colorschemes/material/lua/lush_theme/material.lua
index 02b99da..28901f7 100644
--- a/nvim/colorschemes/material/lua/lush_theme/material.lua
+++ b/nvim/colorschemes/material/lua/lush_theme/material.lua
@@ -80,18 +80,18 @@ local theme = lush(function()
     lspReference                                                                { CursorColumn }, -- lspReference   xxx links to CursorColumn
     CursorLine                                                                  { bg="#212d32", }, -- CursorLine     xxx ctermbg=235 guibg=#212D32
     ColorColumn                                                                 { bg="#212d32", }, -- ColorColumn    xxx ctermbg=235 guibg=#212D32
-    Cursor                                                                      { bg="fg", fg="bg", }, -- Cursor         xxx guifg=bg guibg=fg
+    Cursor                                                                      { bg="fg", }, -- Cursor         xxx guifg=bg guibg=fg
     RedrawDebugNormal                                                           { gui="reverse", }, -- RedrawDebugNormal xxx cterm=reverse gui=reverse
     RedrawDebugClear                                                            { bg="yellow", }, -- RedrawDebugClear xxx ctermbg=11 guibg=Yellow
     RedrawDebugComposed                                                         { bg="green", }, -- RedrawDebugComposed xxx ctermbg=10 guibg=Green
     RedrawDebugRecompose                                                        { bg="red", }, -- RedrawDebugRecompose xxx ctermbg=9 guibg=Red
-    lCursor                                                                     { bg="fg", fg="bg", }, -- lCursor        xxx guifg=bg guibg=fg
-    Normal                                                                      { bg=hsl(255, 0, 12), fg="#c5c8c6", }, -- Normal         xxx ctermfg=250 ctermbg=234 guifg=#c5c8c6 guibg=#263238
+    lCursor                                                                     { bg="fg", }, -- lCursor        xxx guifg=bg guibg=fg
+    Normal                                                                      { fg="#c5c8c6", }, -- Normal         xxx ctermfg=250 ctermbg=234 guifg=#c5c8c6 guibg=#263238
     NvimSpacing                                                                 { Normal }, -- NvimSpacing    xxx links to Normal
     TelescopeResultsFileIcon                                                    { Normal }, -- TelescopeResultsFileIcon xxx links to Normal
-    TelescopeNormal                                                             { bg=hsl(0, 0, 13)}, -- TelescopeNormal xxx links to Normal
-    TelescopeBorder                                                             { bg=hsl(0, 0, 15), fg=hsl(0, 0, 20)}, -- TelescopeNormal xxx links to Normal
-    TelescopePreviewBorder                                                      { bg=hsl(0, 0, 15), fg=hsl(0, 0, 20)}, -- TelescopeNormal xxx links to Normal
+    TelescopeNormal                                                             { }, -- TelescopeNormal xxx links to Normal
+    TelescopeBorder                                                             { fg=hsl(0, 0, 20)}, -- TelescopeNormal xxx links to Normal
+    TelescopePreviewBorder                                                      { fg=hsl(0, 0, 20)}, -- TelescopeNormal xxx links to Normal
     TroubleText                                                                 { Normal }, -- TroubleText    xxx links to Normal
     TroubleNormal                                                               { Normal }, -- TroubleNormal  xxx links to Normal
     LspInformationHighlight                                                     { Normal }, -- LspInformationHighlight xxx links to Normal