31 Commits

Author SHA1 Message Date
3b3121aa28 fresh: NonText as SpecialKey
Don't use `set highlight` to highlight `NonText` like `SpecialKey`,
instead simply set the color of `NonText` in the colorscheme.
2021-04-18 14:42:33 +01:00
9c64158445 Replace vim-gitgutter with vim-signify
vim-gitgutter is buggy. vim-signify might be better, it does allow
configuration of which events trigger a sign column update and this
patch takes advantage of that. Firstly, the `CursorHold` and
`CursorHoldI` events are disabled and replaced with `InsertLeave` and
`TextChanged` events. This makes the sign column updates immediate, and
since vim-signify is asynchronous it's faster too.
2021-01-26 23:45:49 +00:00
d063e60559 Make explicit more implicit (and changed) hl groups 2020-10-26 13:32:47 +00:00
80c1b8653e Highlight Exception group as Conditional 2020-10-07 11:30:08 +01:00
445ca8d6fd Highlight the delimiter group 2020-10-06 17:17:13 +01:00
bf9276aa1b Customize termdebug highlight groups 2019-04-11 16:11:07 +01:00
3576ca02fe Update fresh DiffChange fg color to yellow 2019-03-27 10:23:01 +00:00
25c18763bc Move ale highlight groups to fresh colorscheme 2018-09-05 19:08:19 +01:00
5f7ba84ce6 Don't highlight cursor line 2018-08-26 19:14:59 +01:00
72dec6009d Change backgroup highlight of cursor line 2018-08-26 10:51:11 +01:00
3777a990f2 Show cursor line with different highlight group 2018-08-26 10:51:11 +01:00
d494a0f543 Add highlight group for SpecialKey 2018-08-26 10:50:08 +01:00
c4dcb5668d Make fresh colors less garish
Make SpellBad and Underlined readable and make SpellCap purple.
2018-08-26 10:50:07 +01:00
b0c7eafb4a Use '' not "" in fresh colorscheme 2018-08-26 10:50:07 +01:00
4e8d2294f7 Make sign column color match number column 2018-08-26 10:48:16 +01:00
4180ce4d69 Change Folded foreground highlight 2018-08-26 10:42:41 +01:00
39d8230c75 Improve DiffText highlight color 2018-08-26 10:42:41 +01:00
d4102cb636 Update fresh colorscheme 2018-08-26 10:42:41 +01:00
d54535c639 User nicer blue for Vim Type highlight group 2018-08-26 10:40:44 +01:00
e31952ea5d Update vim WarningMsg highlight group 2018-08-26 10:40:44 +01:00
02de482df9 Add Error and Question highlights to fresh.vim 2018-08-26 10:40:44 +01:00
60621989e1 Update fresh.vim 2018-08-26 10:40:44 +01:00
cfec8fd3e6 Add StatusLine & WildMenu highlights 2018-08-26 10:40:44 +01:00
837fd5cef3 Updates to fresh.vim colorscheme 2018-08-26 10:36:10 +01:00
bb96773056 Match vim status colour to tmux 2018-08-25 22:19:35 +01:00
284876a514 Set vim cursor color in fresh colorscheme 2018-08-25 22:19:34 +01:00
d5da100ded Update fresh.vim colorscheme 2018-08-25 22:19:34 +01:00
faab0e3c42 Add TODO|NOTE|IMPORTANT|RESEARCH to fresh.vim colorscheme 2018-08-25 22:19:34 +01:00
c6dc08b9b2 Update vim fresh colorscheme 2018-08-25 22:19:34 +01:00
c72ba70555 Implement more of fresh vim colorscheme 2018-08-25 22:19:34 +01:00
388ec255a6 Add vim colorscheme fresh 2018-08-25 22:19:33 +01:00