Commit Graph

8 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
d54622ae52 separate diff colors from subtle gutter colors 2014-01-05 19:07:32 -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
bcc1b52172 various fixes and updates 2014-01-04 19:17:07 -07:00
Reed Esau
3e5cd48f85 first cut 2014-01-04 18:23:52 -07:00