Commit Graph

49 Commits

Author SHA1 Message Date
Matthew Lyon
b79c5177ca Disable terminal italics by default, opt-in w/ var
Yes, terminal emulation is a ghetto.  Why should that surprise you?
2014-09-03 22:34:33 -07:00
Reed Esau
0adfc1b534 Temporarily back out of refactoring changes to fix #11 2014-09-02 17:10:07 -06:00
Reed Esau
cda73be61e Refactoring to links 2014-08-29 00:11:00 -06:00
Reed Esau
aaa5908a66 Removed code background option
Thinking about how best to support feature variants of this color scheme.
2014-08-27 23:20:34 -06:00
Reed Esau
73c0bc6321 Support for mattly/vim-markdown-enhancements 2014-08-27 21:02:02 -06:00
Reed Esau
b5be2ab4a5 Ensure escaped chars match normal text
To match iAWriter behavior
2014-08-24 17:41:48 -06:00
Reed Esau
3bf4dc42cb Reduce contrast of '~' at end of file
The NonText highlight controls the display of the tildes at the end of the file.

Like other indicators, it can be distracting when editing, so likewise reducing its contrast.
2014-08-23 23:32:13 -06:00
Reed Esau
d220963d1a sync guy and term attributes; add italic support 2014-08-22 00:03:25 -06:00
Reed Esau
7410ce956a Support Conceal feature w/tpope's markdown 2014-08-21 20:41:07 -06:00
Reed Esau
bb24678157 Support very subtle background for code blocks and inline
Inspired by how code appears in the markdown at github.
2014-08-20 23:01:29 -06:00
Reed Esau
57d8ad704d Support for gabrielelana/vim-markdown
Added support for gabrielelana/vim-markdown, a third alternative for using markdown in Vim.

Further adjustments by comparing directly with iA Writer.
2014-08-20 21:50:21 -06:00
Reed Esau
806c8d573b Roll back experimental focus mode (now on branch) 2014-07-04 01:38:17 -06:00
Reed Esau
dc1967063f experiment with a focus mode based on cursorline 2014-07-04 00:50:33 -06:00
Matthew Lyon
1aa5a9af2f invert contrast flag 2014-06-21 19:34:56 -07:00
Reed Esau
3d1316d367 Added license 2014-03-10 23:54:19 -06:00
Reed Esau
3f75361f2c And another boost of version number 2014-03-10 23:51:37 -06:00
Reed Esau
f66f396300 Boost version number for recent changes 2014-03-10 23:47:16 -06:00
Reed Esau
7d0b1a8c77 Darker blue for directory group
For greater contrast in Nerdtree.
2014-03-07 04:13:26 -07:00
Reed Esau
787e636bdc addl tweaks for plasticboy/vim-markdown 2014-03-07 03:40:55 -07:00
Reed Esau
790bf2d017 Better md support; neutral headings
Added support for plasticboy/vim-markdown

Option for neutral (normal color) headings

Fixed apparent bug where contrast option was reversed, at least for dark bg.
2014-03-07 03:27:59 -07:00
Reed Esau
266ab5034e Lighten Visual for Dark, to contrast with Search 2014-02-25 23:16:27 -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
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
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
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
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
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