105 Commits

Author SHA1 Message Date
Reed Esau
df9e8b4b3a Updated See Also, where vim-textobj-quote replaces vim-quotable 2014-02-08 11:51:30 -07:00
Reed Esau
e7d470682b Brighter red for dark bg
When used with a dark background in the GUI, the underline/undercurl for spelling errors were overwhelmed by the much brighter text. Left existing light bg red as is. Used iA Writer's brighter red for the 'light' red.

Added contrast option to the docs.
2014-02-04 00:06:01 -07:00
Reed Esau
90f95f0b04 mute MatchParen from intense pink to bg_subtle 2014-02-03 17:42:57 -07:00
Reed Esau
6d95258526 Added config note about disabling MatchParens 2014-02-03 17:08:41 -07:00
Reed Esau
5d61c96241 added better intro to features 2014-02-03 16:19:23 -07:00
Reed Esau
935c3e848c New vim.org link; misc improvements 2014-02-03 00:38:09 -07:00
Reed Esau
f24004209a rename screenshot to avoid caching issues; misc improv 2014-02-02 13:33:12 -07:00
Reed Esau
128afa5fb2 further misc updates for 0.4 2014-02-02 13:11:54 -07:00
Reed Esau
4cbfeddc82 further misc updates for 0.4 2014-02-02 13:01:24 -07:00
Reed Esau
86dfc575e8 muted norm in bg=dark; repl orig screenshot 2014-02-02 12:58:09 -07:00
Reed Esau
5c1c8eec21 moved markdown headings back to dark_blue 2014-02-02 01:19:53 -07:00
Reed Esau
559ac6a645 updates to match iA Writer; guisp fix 2014-02-02 01:12:50 -07:00
Reed Esau
34bf280e0e added mention of sibling project vim-wheel 2014-02-01 16:29:38 -07:00
Reed Esau
ba23966cfa added reference to new vim-textobj-sentence 2014-01-28 02:28:44 -07:00
Matthew Lyon
1c73d88219 Fix spelling for 'grey' -> 'gray'
Can't believe I did that.
2014-01-26 15:25:58 -02:00
Matthew Lyon
16cea49bcd add option for higher-contrast ui elements
because for me, the existing colors were very difficult to see.  Enable
with:

let g:pencil_higher_contrast_ui = 1
2014-01-26 15:25:02 -02:00
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