From d79cbd69892ae02a870372739ecddb36ad92510d Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Mon, 10 Jun 2024 12:27:13 +0200 Subject: [PATCH] Revert to vim's default term colorscheme --- lua/theme.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/theme.lua b/lua/theme.lua index f3c8dd8..575dab9 100644 --- a/lua/theme.lua +++ b/lua/theme.lua @@ -2,6 +2,10 @@ vim.cmd 'highlight WhitespaceEOL ctermbg=red guibg=#ab0d0d' vim.cmd 'match WhitespaceEOL /\\s\\+\\%#\\@