Commit Graph

89 Commits

Author SHA1 Message Date
Matthew Lyon
8730fe7f37 darken color for QuickFix line number
This shouldn't be subtle, as it's not passive information like normal
line numbers
2014-01-24 22:36:41 -02:00
Matthew Lyon
f7d1be691b html/markdown: improve highlighting 2014-01-22 19:00:50 -02:00
Reed Esau
9e29313277 fixed minor syntax issue for gui colors 2014-01-22 13:35:01 -07:00
Matthew Lyon
afc67a5547 Make colors more subtle 2014-01-22 18:04:00 -02:00
Reed Esau
de68222368 indicate serif fonts; better author reference 2014-01-22 10:03:41 -07:00
Matthew Lyon
3af3d41bc3 v0.2, dark background
this commit, also fixed colors for signs and foldcolum
2014-01-21 17:19:38 -02:00
Matthew Lyon
7e5e180992 complete light/dark toggle 2014-01-21 17:09:23 -02:00
Matthew Lyon
126069fae7 More color consolidation to variables
- Color Alignments with iterm theme / internally
- the gui and cterm colors were out of alignment in a number of places.
  I typically opted for one or the other and plan to reconcile with variables.
2014-01-21 14:26:05 -02:00
Reed Esau
7e284d14fe Merge pull request #3 from mattly/light-dark-switch
Programmifiying the colors
2014-01-20 17:18:42 -08:00
Matthew Lyon
b83fe865b4 Converted easy UI Chrome colors to variables
Mostly greys, but some yellow as well.
2014-01-20 18:27:37 -02:00
Matthew Lyon
9e24802e04 Visual, VisualNOS, fix blues & add light grey
I had the alignments of blue/dark blue/light blue wrong :/
2014-01-20 17:42:18 -02:00
Matthew Lyon
c717336714 reorder uichrome based on :help hitest.vim 2014-01-20 17:37:50 -02:00
Matthew Lyon
6ad994fb3c align color definitions
- a few of them weren't really defined correctly across gui/cterm
- using color names for cterm is unreliable; better to use codes
2014-01-20 17:30:04 -02:00
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
Reed Esau
30f1109798 Merge pull request #2 from tamagokun/patch-1
Subtle colors for line numbers
2014-01-19 18:31:10 -08:00
Mike Kruk
2a5ceb3682 Subtle colors for line numbers 2014-01-19 20:31:39 -05:00
Reed Esau
b2b6549cc7 misc fixes 2014-01-19 14:00:27 -07:00
Reed Esau
5f8c8950b4 updated with mattly's iterm scheme 2014-01-18 18:33:50 -07:00
Reed Esau
266b029f90 updated see also 2014-01-18 17:23:23 -07:00
Reed Esau
a65da60878 Merge pull request #1 from mattly/adjust-highlights-for-coding
Adjust terminal highlighting colors for code.
2014-01-18 10:02:40 -08: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
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