236 Commits

Author SHA1 Message Date
Josh Dick
2a6155a255 Update README 2018-08-23 12:10:04 -04:00
Johannes M
7e03caaaf1 Add alacritty support (#132) 2018-08-23 12:06:46 -04:00
Josh Dick
07ff25c34f Add terminal colors. 2018-08-06 16:08:45 -04:00
Josh Dick
cabf8e6df0 Fancy header image for README 2018-07-03 19:43:07 -04:00
Josh Dick
6e219a958b Revise DiffChange/DiffText to be less ambiguous and less visually loud.
Closes #126.
2018-06-23 23:24:19 -04:00
Josh Dick
a24854a557 README.md: Add drewtempelmeyer/palenight.vim to the "Relatives of onedark.vim" list 2018-06-23 19:21:59 -04:00
Josh Dick
8ef6341bab Update build dependencies 2018-03-15 18:56:56 -04:00
Josh Dick
4f0292533a Add plugin highlighting for easymotion/vim-easymotion. Closes #116. 2018-02-23 01:48:04 -05:00
Josh Dick
8b5544e29c Enhance the implementation of onedark#extend_highlight and improve the README 2017-11-29 19:16:42 -05:00
Josh Dick
62f84d27c2 Merge branch 'kristijanhusak-feature/extend-highlight-group' 2017-11-28 18:51:24 -05:00
Josh Dick
88b7d34306 Nitpicky tweaks 2017-11-28 18:50:51 -05:00
Kristijan Husak
3eb31282e5 Expose function for extending highlight group. 2017-11-27 12:02:11 +01:00
Josh Dick
d759413977 README.md: Fix formatting; add note about installation as a Vim 8 package. Closes #110 2017-11-20 10:53:01 -05:00
Josh Dick
1552d3e8ec In diff mode, for cursorline, use underline styling instead of background styling to improve readability.
Fixes #107.
2017-08-15 19:19:11 -04:00
Josh Dick
9a269a5419 Comment changes; use highlight group descriptions from NeoVim for QuickFixLine/Search 2017-07-13 19:13:03 -04:00
Max Claus Nunes
47549daf34 Add QuickFixLine highlight group styling (#105)
Supports `QuickFixLine` highlighting added in 2102035488 and https://github.com/neovim/neovim/pull/5156.
2017-07-13 19:06:37 -04:00
Josh Dick
d94b5df94b Tweak terminal color scheme selection colors to be more sensible.
Fixes #104.
2017-06-01 18:34:33 -04:00
Josh Dick
de274b785e README.md: Fix bug in sample code for overriding onedark.vim highlights.
has("gui") checks that Vim was compiled with GUI support, while
has("gui_running") checks that vim is running in GUI mode
(the correct feature to check.)

Fixes #103.
2017-05-23 17:36:55 -04:00
Josh Dick
b5827a2842 Allow users to override color definitions. Closes #101.
Thanks @FredDeschenes!
2017-05-15 14:40:25 -04:00
Josh Dick
e8de593c37 CONTRIBUTING.md: Fix incorrect path 2017-05-11 16:00:37 -04:00
Josh Dick
f0f1ac638a CONTRIBUTING.md: Update to mention terminal color palette files 2017-05-11 15:30:14 -04:00
Josh Dick
cc8121d0f4 README.md: Heading formatting changes 2017-05-11 15:05:11 -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
Simon Smith
e0f5294c3d Add correct colour for ES6 module 'as' keyword (#79) 2017-02-02 15:17:20 -05:00
Josh Dick
527f85c200 Minor tweak to the issue template 2017-02-01 16:10:01 -05:00
Josh Dick
797b586198 Better issue template.
Fixes #76.
2017-02-01 15:28:22 -05:00
Josh Dick
681ebde834 Add basic issue template; first crack at resolving #76 2017-01-29 17:54:59 -05:00
Josh Dick
1c027b17d2 README.md: Change FAQ -> Miscellaneous; add link to https://github.com/odedlaz/tmux-onedark-theme.
Closes #78.
2017-01-26 01:27:03 -05:00
Josh Dick
6ce8ed1479 Move new PHP syntax block (#77) to be alphabetized 2017-01-23 09:53:05 -05:00
Harold Gay
6125d83d09 Add PHP support (#77)
based on this syntax file : https://github.com/StanAngeloff/php.vim
2017-01-23 09:51:05 -05:00
Simon Smith
5fa6ebd4bd JS fixes (#71)
* Update vim-javascript colours

This catches a few changes made to vim-javascript as well as fixing a
few incorrect colours such as import/export

* Fix incorrect colours in yajs

Both properties and values in static class objects were being
highlighted entirely purple.
2016-12-23 18:00:27 -05:00
Josh Dick
bcd98b9dfc airline theme: Color tweaks; don't rely on 'Normal' background color since it's commonly overridden 2016-12-22 14:50:34 -05:00