From b6916fcd97ab132495e36b97ccac28c285906a68 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 1 May 2021 15:07:54 +0100 Subject: [PATCH] vim: customise debugPC color to fit Nord I think it's not set upstream, or I just didn't like it much. --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 81f89ac..c467448 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -130,6 +130,8 @@ let &t_8f = "\[38;2;%lu;%lu;%lum" let &t_8b = "\[48;2;%lu;%lu;%lum" set termguicolors colorscheme $THEME +"TODO see how I can integrate this into a theme that customises upstream Nord +hi debugPC term=reverse ctermbg=8 " options {{{1 " moving around, searching and patterns {{{2 -- 2.48.1