]> git.rmz.io Git - dotfiles.git/commitdiff
vim: customise debugPC color to fit Nord
authorSamir Benmendil <me@rmz.io>
Sat, 1 May 2021 14:07:54 +0000 (15:07 +0100)
committerSamir Benmendil <me@rmz.io>
Sat, 1 May 2021 14:25:48 +0000 (15:25 +0100)
I think it's not set upstream, or I just didn't like it much.

vim/vimrc

index 81f89acbf5cb4195a54ee4f0f115aed61e4f2046..c467448a581afb2adb4dd93086d6e57084c42f03 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -130,6 +130,8 @@ let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
 let &t_8b = "\<Esc>[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