Commit Graph

20 Commits

Author SHA1 Message Date
Josh Dick
b5827a2842 Allow users to override color definitions. Closes #101.
Thanks @FredDeschenes!
2017-05-15 14:40:25 -04:00
Josh Dick
8d2720a7a7 Tweaks and Updates (#100)
* Change comment style to use folds, in turn necessitating changing the template delimeters

* Add "Underlined" styling

* Update the gui gutter foreground color

* Automatically generate terminal color palette files

* README.md: Add 'Relatives of onedark.vim' section

* README.md tweaks to (hopefully) make installation and troubleshooting easier.

* README.md: Update preview image information

* README.md: Re-update preview image information

* README.md: Fixed wording about italics troubleshooting screenshot

* README.md: "setting" -> "option" where appropriate

* README.md: Fix typos
2017-05-11 11:22:53 -04:00
Josh Dick
22c8bb6067 Move set background=dark to the end of the colorscheme to work around a Vim oddity. 2017-05-09 19:23:47 -04:00
Steve Dignam
32eee7a26b Updated git commit color so header overflow is red (#96) 2017-04-25 16:36:37 -04:00
Josh Dick
13eb0d70ea Add styling. Fixes #95. 2017-04-19 21:11:37 -04:00
Josh Dick
f75c24c3bd Change IncSearch styling so that it's different from Search. Fixes #94. 2017-03-24 16:43:23 -04:00
Simon Smith
bb671ee5a1 Highlight JS generator asterisk (#93) 2017-03-14 01:12:44 -04:00
Simon Smith
72d319fbec Update LESS syntax highlighting (#92) 2017-03-06 08:49:46 -08:00
Simon Smith
0099abf4f3 Update Sass syntax highlighting (#88)
vim-polyglot has removed the sass syntax highlighting in favour of a
[third party scss version](https://github.com/sheerun/vim-polyglot/pull/173).
This adds few colours to keep it consistent.
2017-03-01 16:46:18 -08:00
Simon Smith
053029a621 Reorder code block 2017-02-27 15:57:45 +00:00
Simon Smith
627ba62669 Add minor improvement to Go syntax 2017-02-27 15:56:05 +00:00
Simon Smith
4921d4d625 Update Perl syntax highlighting
Add comment colour for usage blocks
https://github.com/joshdick/onedark.vim/pull/90#issuecomment-282690117
2017-02-27 15:50:14 +00:00
Vitaliy Viflinzider
8c3157684f Add Perl syntax highlighting
Fixes #91
Fixes #90
2017-02-27 15:46:31 +00:00
Josh Dick
9cace4bab9 airline template: Add missing whitespace 2017-02-24 01:36:55 -05:00
Josh Dick
b8dc05dfb1 Add definition for SpecialComment highlight group.
Ommitted italics so it will still constrast with the regular Comment highlight group.

Fixes #87.
2017-02-23 22:21:37 -05:00
Josh Dick
031cb1addd Darker gray for #85. 2017-02-23 19:03:10 -05:00
Josh Dick
e7a99e4470 Support 16-color mode in airline and lightline templates.
Hopefully fixes #85 for real this time. :)
2017-02-23 18:20:36 -05:00
Josh Dick
d5cc6e70f8 Fix airline "transparent" background in 16-color mode.
Fixes #85.
2017-02-23 16:45:38 -05:00
Josh Dick
cd7703d75e Even *clearer* colors in diff mode.
Fixes #84.
2017-02-21 18:17:51 -05:00
Josh Dick
92fd37ee12 Build system that centralizes color definitions (#81)
* Initial stab at a build system in order to centralize color definitions.

* Flesh out the build system more and add contribution guidelines.

Still missing airline template.

* Templatize airline theme
2017-02-19 13:27:49 -05:00