Commit Graph

108 Commits

Author SHA1 Message Date
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
Josh Dick
825716f8da airline theme: Add error/warning styling 2016-12-22 14:35:09 -05:00
Josh Dick
b15870389a Add style override mechanism. (#70)
Reworked from #67; thanks @webdesus!
2016-12-22 13:57:15 -05:00
Josh Dick
baff7da439 Add instructions for lightline.vim colorscheme and updated statusline preview image(s) 2016-12-21 17:49:34 -05:00
Denis Kurilenko
6a34a26d88 changing color for console messages (#64) 2016-11-22 12:35:46 -05:00
Denis Kurilenko
0934570f36 Better selection color (#63)
Better selection color for PmenuSel and WildMenu.

Fixes #62.
2016-11-21 12:25:04 -05:00
Josh Dick
a0028d6e59 lightline colorscheme: Fix reversed error styling 2016-11-01 16:36:55 -04:00
Josh Dick
c513ebdb04 Add lightline colorscheme 2016-10-31 23:01:54 -04:00
Josh Dick
799a7c6fbc Fix casing in s:yellow (no color change) 2016-10-31 22:56:37 -04:00
Josh Dick
9a6a90e7d5 README.md: Mention italics-fixing TERMINFO for iTerm2 on macOS 2016-10-31 17:01:12 -04:00
Josh Dick
369ab63308 README.md: Fix incorrect indentation/syntax highlighting 2016-10-04 18:31:04 -04:00
Josh Dick
27ec24b912 Slight tweak to improved vimdiff syling for #59.
Prevents bad rendering when cursorline/cursorcolumn are enabled.
2016-09-30 15:58:10 -04:00
Josh Dick
5e522e97ec Improved vimdiff styling.
Fixes #59.
2016-09-30 14:34:00 -04:00
Josh Dick
22968f1cd3 Add Operator color. Closes #56. 2016-09-06 23:16:40 -04:00
Josh Dick
6f51635417 Update vim-airline URLs 2016-09-01 01:55:43 -04:00
Josh Dick
ee6701c7f9 Update repo URL in vim-airline theme 2016-09-01 01:52:12 -04:00
Josh Dick
ee64bafaf8 Move vim-airline theme into main onedark.vim repo.
Closes #53 and implements #16.
2016-09-01 01:47:23 -04:00
Simon Smith
32f53240c5 Add some tweaks for TypeScript (#49)
* Add some tweaks for TypeScript

Uses https://github.com/leafgarland/typescript-vim

* Alphabetize language-specific highlight groups
2016-08-29 12:14:56 -04:00
Simon Smith
15c44142ac Add colour to Neomake signs (#50)
* Add colour to Neomake signs

* Alphabetize plugin highlighting groups; add full GitHub repo path for neomake.
2016-08-29 11:30:04 -04:00
Simon Smith
ddd6322a5b Add colour for JSON boolean and number (#48) 2016-08-23 18:15:32 -04:00
Simon Smith
ba78df2182 Add directory and exec colours for NERDTree (#43)
Fixes #42
2016-07-20 17:41:52 -04:00
Josh Dick
f67e4c0a0a Make gui mode respect g:onedark_terminal_italics setting.
Fixes #44.
2016-07-20 14:03:03 -04:00
Josh Dick
e855932f85 Update preview image to reflect updated jsdoc highlighting 2016-06-01 11:24:56 -04:00
Josh Dick
adca24e702 README.md: Add note about sheerun/vim-polyglot 2016-06-01 11:21:02 -04:00
Simon Smith
3dfb3f88a3 Add syntax Highlighting for XML (#33) 2016-06-01 11:16:24 -04:00
Josh Dick
fbb67b2a91 Add equivalent changes from kriscross07:yajs-jsdoc for pangloss/vim-javascript, sort JavaScript highlight group lines 2016-05-31 22:45:55 -04:00
Josh Dick
a0859f7a1f Merge branch 'yajs-jsdoc' of https://github.com/kriscross07/onedark.vim into kriscross07-yajs-jsdoc 2016-05-31 22:32:01 -04:00
kriscross07
4c2164d174 made jsdoc parameter name blue 2016-05-31 22:23:19 -04:00
Alex George
3379dd0fc8 Fix typo in README (#38)
The color scheme setting should be 'colorscheme'
2016-05-31 21:42:25 -04:00