Commit Graph

10 Commits

Author SHA1 Message Date
Matthew Lyon
e0c99e45ad Migrate base syntax groups to color variables
This covers all of the stuff under `:help w18`.  The UI chrome parts will be
harder, as there's a lot more one-offs and this function-calling style makes
those a bit more difficult.

The colors for the Nomral group will now toggle white/black based on the value
of &background.  Note that for `&background == 'dark'` it will use regular white
on a darker black background and when light will use lighter black on regular
white.

The GUI colors for `Constant` and linked groups were varying shades of
darkgreen, instead of the yellow they were grouped under, while the cterm values
were still darkyellow.  I have set these to the shade of dark yellow I chose for
the iTerm version of pencil, for the sake of consistency.  Changing these would
be easy, so long as they are consistent.
2014-01-20 16:43:47 -02:00
Mike Kruk
2a5ceb3682 Subtle colors for line numbers 2014-01-19 20:31:39 -05:00
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