From 3763d46f811b35b0bbb16a2bc7ba5b705b8ab506 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 27 Jul 2016 15:56:14 -0400 Subject: Color macros in yellow --- .config/nvim/colors/subtle.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/colors/subtle.vim b/.config/nvim/colors/subtle.vim index 9d837b2a..aa4e4b16 100644 --- a/.config/nvim/colors/subtle.vim +++ b/.config/nvim/colors/subtle.vim @@ -30,8 +30,8 @@ hi Identifier cterm=NONE ctermfg=NONE hi Statement ctermfg=LightGray hi PreProc ctermfg=LightGray -hi Macro ctermfg=LightMagenta -hi PreCondit ctermfg=LightRed +hi Macro ctermfg=DarkYellow +hi link PreCondit Macro hi Type ctermfg=NONE hi StorageClass ctermfg=LightGray -- cgit 1.4.1 >master IRC bouncer
summary refs log tree commit diff
path: root/QUIRKS.7 (unfollow)
Commit message (Expand)Author
2021-06-18Document channel keys in join optionJune McEnroe
2021-06-18Use | to separate flags from config optionsJune McEnroe
2021-06-18Stop referring to server-time as IRCv3.2June McEnroe
2021-06-17Add mailing list archive to READMEJune McEnroe
2021-06-10Stop accumulating ISUPPORT tokens once MOTD startsJune McEnroe
2021-06-09Use seprintf for snip, removing strlcpynJune McEnroe
2021-06-09Use seprintf for reserializeJune McEnroe
2021-06-09Use seprintf for capListJune McEnroe
2021-06-09Add seprintfJune McEnroe
2021-05-27Add pounce-notify to README 2.4June McEnroe
2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe
2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe
2021-05-25Add QUIRKS fileJune McEnroe
2021-05-19Replace freenode with tilde.chatJune McEnroe
2021-05-04notify: Reword pounce-notify manualJune McEnroe
2021-05-02Clean up Makefiles, configure scriptsJune McEnroe
2021-04-30palaver: Exit on getopt failureJune McEnroe
2021-04-30notify: Implement pounce-notifyJune McEnroe