Commit Graph

19 Commits

Author SHA1 Message Date
Matthew Lyon
911ae109a7 Adjust terminal highlighting colors for code.
Error         This wasn't standing out enough, emboldened.

TODO          Was showing up as white on light grey, now on red.

ColorColumn   The `ctermbg` was simply set to the regular background and the
              foreground highlighting was a middle-grey.  This produced
              odd-looking off-color characters that seemed like some sort of
              error on the occasional ragged line.  Adjusted `ctermbg` to be
              similar to the guibg, and disabled the foreground highlighting.
              If you want to disable this, you can do so with `set colorcolumn=0`

CursorColumn  Was set to no highlighting.  This is a useful feature for
              whitespace-sensitive languages like Python or CoffeeScript, and if
              you want to disable it you can do so with `set nocursorcolumn`

CursorLine    Was set to no highlighting.  This is a useful feature for code in
              general.  If you want to disable it you can do so with
              `set nocursorline`
2014-01-18 13:06:02 -02:00
Reed Esau
06e2fc19dc Move vim script example down the page 2014-01-15 22:18:16 -07:00
Reed Esau
1e63e9c223 added example for vimscript 2014-01-14 22:14:49 -07:00
Reed Esau
d54622ae52 separate diff colors from subtle gutter colors 2014-01-05 19:07:32 -07:00
Reed Esau
d9538188d4 grammar fix 2014-01-05 18:51:51 -07:00
Reed Esau
0bce1e770c add gutter details to screenshot 2014-01-05 18:48:03 -07:00
Reed Esau
834f4f29f8 updated screenshot 2014-01-05 18:33:17 -07:00
Reed Esau
4730228159 fix url 2014-01-05 18:21:33 -07:00
Reed Esau
07c4d57756 added screenshot 2014-01-05 18:18:26 -07:00
Reed Esau
bf8e0d745b added screenshot 2014-01-05 18:17:57 -07:00
Reed Esau
7847b8ab39 note about thematic 2014-01-05 18:09:01 -07:00
Reed Esau
638a450610 various improvements for markdown 2014-01-05 17:26:42 -07:00
Reed Esau
8e4c82257b various improvements 2014-01-05 15:59:19 -07:00
Reed Esau
4b48b5e801 update with better colors from app 2014-01-04 23:04:12 -07:00
Reed Esau
80d0ad4303 update with better colors from app 2014-01-04 22:57:29 -07:00
Reed Esau
da441b3ba4 adding features 2014-01-04 19:25:25 -07:00
Reed Esau
bcc1b52172 various fixes and updates 2014-01-04 19:17:07 -07:00
Reed Esau
630f02ba76 misc pre-release changes 2014-01-04 18:48:03 -07:00
Reed Esau
3e5cd48f85 first cut 2014-01-04 18:23:52 -07:00