From db8e328cd294bfc69a615420b04b1bf0062a100a Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 15 Feb 2019 18:13:04 -0500 Subject: Color format specifiers light cyan in vim --- home/.config/nvim/colors/trivial.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/.config/nvim/colors') diff --git a/home/.config/nvim/colors/trivial.vim b/home/.config/nvim/colors/trivial.vim index eaf4d2be..c70b2959 100644 --- a/home/.config/nvim/colors/trivial.vim +++ b/home/.config/nvim/colors/trivial.vim @@ -51,6 +51,8 @@ hi! link Todo SpecialComment " Language-specifics. +hi cFormat ctermfg=14 + hi diffAdded ctermfg=10 hi diffRemoved ctermfg=9 -- cgit 1.4.1 '1056dca533c84e168e69a5af54fc90ba5d718612'>this commit collaborative ASCII art
about summary refs log tree commit diff homepage
path: root/torus.h (unfollow)
Commit message (Collapse)Author
2017-07-30Add snapshot.shJune McEnroe
2017-07-30Fix termcap patch for background colorsJune McEnroe
2017-07-30Update helpJune McEnroe
2017-07-30Fix help to track colorJune McEnroe
2017-07-30Support background colorsJune McEnroe
2017-07-30Track color only client-sideJune McEnroe
2017-07-30Add ostensible support for background colorsJune McEnroe
2017-07-30Add tile create and access timestampsJune McEnroe
2017-07-30Assert stable struct Tile field offsetsJune McEnroe
2017-07-30Add chroot.shJune McEnroe
2017-07-30Add ` commandJune McEnroe
2017-07-30Add sshd_configJune McEnroe
2017-07-30Add termcap patchJune McEnroe