Skip to content

Commit 736b118

Browse files
committed
Add a changelog for version 2.0
1 parent 1ea851d commit 736b118

File tree

2 files changed

+60
-5
lines changed

2 files changed

+60
-5
lines changed

CHANGES.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# `abbott.vim` changelog
2+
3+
## Version 2.0
4+
5+
[(Full changes)](https://github.com/bcat/abbott.vim/compare/v1.3...v2.0)
6+
7+
* **Added support for 16- and 256-color terminals.**
8+
* **Added a bunch new highlight groups up through Vim 8.2.**
9+
* Increased saturation of several colors.
10+
* Slightly increased contrast across the board.
11+
* Added more shades of green.
12+
* Gave colors more evocative names.
13+
* Made comments italic.
14+
* Added options to configure new terminal support (undercurl, etc.).
15+
* Vastly improved documentation and updated screenshots.
16+
* Added `colors.sh` shell script to help maintain the color palette.
17+
* Swapped Bad Whitespace plugin support for modern Better Whitespace plugin.
18+
* Removed CSApprox settings overrides, leaving them up to the user.
19+
20+
## Version 1.3
21+
22+
[(Full changes)](https://github.com/bcat/abbott.vim/compare/v1.2...v1.3)
23+
24+
* Fixed areas where contrast/readability dropped since v1.0.
25+
26+
## Version 1.2
27+
28+
[(Full changes)](https://github.com/bcat/abbott.vim/compare/v1.1.1...v1.2)
29+
30+
* Brightened a few colors.
31+
* Darkened right margin substantially.
32+
* Make mint mildly different
33+
* Highlight TeX macros as preprocessor directives instead of statements.
34+
35+
## Version 1.1.1
36+
37+
[(Full changes)](https://github.com/bcat/abbott.vim/compare/v1.1...v1.1.1)
38+
39+
* Bumped copyright year—which I stupidly forgot to do previously. :)
40+
41+
## Version 1.1
42+
43+
[(Full changes)](https://github.com/bcat/abbott.vim/compare/v1.0...v1.1)
44+
45+
* Darkened the background color substantially.
46+
* Brightened the blue and lavender colors.
47+
* Told CSApprox not to try and override the terminal's background color (since
48+
it'll just get mapped to black anyway).
49+
50+
## Version 1.0
51+
52+
Initial upload.

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# `abbott.vim`
2+
13
`abbott.vim` is a warm, dark color scheme for prose and code, with pastels and
24
pretty greens. It's primarily designed for editing files with a lot of plain
35
text (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
79
quantities of Mountain Dew.
810

9-
# Screenshots
11+
## Screenshots
1012

1113
Because 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)
2527
Compare to [screenshots from older versions](https://imgur.com/a/7woPY) to see
2628
how this color scheme has evolved.
2729

28-
# Colors
30+
## Colors
2931

3032
This color scheme uses a 16-color palette that maps nicely onto the ANSI color
3133
palette:
@@ -46,7 +48,7 @@ The colors are pretty close, but the brown colors (ANSI colors 0 and 8) are
4648
replaced with shades of gray since the XTerm 256-color palette doesn't have many
4749
shades 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

6264
This color scheme offers some additional features that are disabled by default
6365
because 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,
105107
because 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

110112
This color scheme is licensed under the [ISC
111113
license](https://github.com/bcat/abbott.vim/blob/master/LICENSE). Folks are free
112114
to port this color scheme to other editors and environments if they would like,
113115
and are encouraged to submit fixes back to the canonical `abbott.vim` repository
114116
if possible. Likewise, patches to support new Vim features are always welcome.
117+
Consult the [changelog](CHANGES.md) for version history.

0 commit comments

Comments
 (0)