1+ # ` abbott.vim `
2+
13` abbott.vim ` is a warm, dark color scheme for prose and code, with pastels and
24pretty greens. It's primarily designed for editing files with a lot of plain
35text (i.e., Markdown or TeX documents), but it handles executable code well too.
@@ -6,7 +8,7 @@ late nights working mathematical proofs—it's named after Stephen Abbott's
68_ Understanding Analysis_ , which I was studying at the time—and drinking copious
79quantities of Mountain Dew.
810
9- # Screenshots
11+ ## Screenshots
1012
1113Because hey, it's a color scheme! That's what you really want to see, right?
1214
@@ -25,7 +27,7 @@ C](https://i.imgur.com/GWWh6u3.png)](https://imgur.com/GWWh6u3)
2527Compare to [ screenshots from older versions] ( https://imgur.com/a/7woPY ) to see
2628how this color scheme has evolved.
2729
28- # Colors
30+ ## Colors
2931
3032This color scheme uses a 16-color palette that maps nicely onto the ANSI color
3133palette:
@@ -46,7 +48,7 @@ The colors are pretty close, but the brown colors (ANSI colors 0 and 8) are
4648replaced with shades of gray since the XTerm 256-color palette doesn't have many
4749shades of brown to choose from.
4850
49- # Features
51+ ## Features
5052
5153* This color scheme is a dark theme that attempts to avoid excessive text
5254 contrast. Plain text is light green on dark brown to be easy on the eyes after
@@ -57,7 +59,7 @@ shades of brown to choose from.
5759 [ Better Whitespace] ( https://github.com/ntpeters/vim-better-whitespace ) plugin.
5860* Additional plugin-specific highlight groups may be added in the future.
5961
60- # Options
62+ ## Options
6163
6264This color scheme offers some additional features that are disabled by default
6365because they may not interact well with all terminals or with other Vim color
@@ -105,10 +107,11 @@ By default, underlined text will be used in the terminal in place of undercurl,
105107because some terminfo entries cause Vim to think the terminal supports undercurl
106108[ when it really does not] ( https://github.com/vim/vim/issues/3471 ) .
107109
108- # Contributing
110+ ## Contributing
109111
110112This color scheme is licensed under the [ ISC
111113license] ( https://github.com/bcat/abbott.vim/blob/master/LICENSE ) . Folks are free
112114to port this color scheme to other editors and environments if they would like,
113115and are encouraged to submit fixes back to the canonical ` abbott.vim ` repository
114116if possible. Likewise, patches to support new Vim features are always welcome.
117+ Consult the [ changelog] ( CHANGES.md ) for version history.
0 commit comments