Commit Graph

116 Commits

Author SHA1 Message Date
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
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
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
b15870389a Add style override mechanism. (#70)
Reworked from #67; thanks @webdesus!
2016-12-22 13:57:15 -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
799a7c6fbc Fix casing in s:yellow (no color change) 2016-10-31 22:56:37 -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
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
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
kriscross07
4c2164d174 made jsdoc parameter name blue 2016-05-31 22:23:19 -04:00
kriscross07
d92bc4da08 changed colors from blue to purple as it is in
Atom
2016-05-31 13:08:55 -04:00
kriscross07
046bb95d19 improved JSDoc colors 2016-05-31 13:01:06 -04:00
Simon Smith
0ecc7d6959 Add highlighting of JSON errors (#35) 2016-05-27 14:23:43 -04:00
Josh Dick
292f2b84c6 Add set t_Co=256 2016-05-27 12:00:54 -04:00
Josh Dick
a5741d2f30 Add Neovim terminal colors.
Resolves #36.
2016-05-26 23:49:37 -04:00
Josh Dick
8386c866ba Revised installation instructions for lots of different Vim/Neovim/color scenarios. 2016-05-20 18:37:35 -04:00
Josh Dick
74c476832d Update Search highlighting to match IncSearch highlighting 2016-05-12 18:13:06 -04:00
Josh Dick
ee8c958954 Tweak menu styling. Fixes #32. 2016-05-11 19:15:09 -04:00
Josh Dick
6576d4b401 Fix last few rounds of incorrect color value changing, add s:menu_grey for use in menus and in airline-onedark.vim 2016-05-11 18:21:33 -04:00
Josh Dick
2164a48c55 Color value tweaks...again.
* Remove "dark" colors that don't exist in Atom's One Dark theme
* Measure all colors using sRGB in Atom
* Update color values in onedark.vim and One Dark.itermcolors with corresponding sRGB values
2016-05-11 00:13:18 -04:00
Simon Smith
14a9d221dc Add colors for ES6 modules and class (#31) 2016-05-10 22:14:12 -04:00
Josh Dick
f3cbce3c30 Simonsmith markdown (#30)
* Add highlighting for Markdown (#23)

* Move Markdown to proper place alphabetically, use bold font for `markdownBold`
2016-05-10 18:06:30 -04:00
Josh Dick
56fff525af Add more highlight groups for othree/yajs.vim 2016-05-10 16:47:49 -04:00
Josh Dick
e01c499a9c Add underline styling to SpellBad.
Should gel better with #23.
2016-05-10 16:30:25 -04:00
Josh Dick
a9a0a32bed Tweak a few GUI colors to match Atom's One Dark; remove gutter background color 2016-05-10 15:03:00 -04:00
Josh Dick
101708d8ad Alphabetize JavaScript highlight groups and remove duplicate jsThis 2016-05-10 14:35:41 -04:00
Simon Smith
8a6ec49b97 Tweak JavaScript highlighting (#29)
Improves some colours on the base Vim syntax and also adds additional
support for the pangloss/vim-javascript and othree/yajs package.
2016-05-10 14:33:09 -04:00
Simon Smith
aac56b9e2d Improve visibility of incsearch (#27) 2016-05-10 12:11:09 -04:00
Josh Dick
51c6d8cb17 Alphabetize language-specific highlighting (by language, than by highlight group name) 2016-05-10 12:00:42 -04:00
Josh Dick
e2c9c1c26a Make colors consistent between airblade/vim-gitgutter and mhinz/vim-signify.
Fixes #28.
2016-05-10 11:45:17 -04:00
Simon Smith
429fc5f726 Add HTML syntax highlighting (#25) 2016-05-10 11:17:07 -04:00
Josh Dick
9c09c091c0 Do away with the version number, it's hurting more than it's helping. 2016-05-10 09:50:53 -04:00
Simon Smith
2322990ab0 Add CSS/SCSS syntax highlighting (#26) 2016-05-10 09:47:03 -04:00
Josh Dick
2c58e61024 Merge branch 'json' of https://github.com/simonsmith/onedark.vim into simonsmith-json 2016-05-09 11:12:05 -04:00
zelint
3c1fa2038d Added Ruby Language Syntax Markup (#20)
Added ruby language support.
2016-05-09 11:02:56 -04:00
Simon Smith
5a414278be Add JSON syntax highlighting 2016-05-08 23:44:45 +01:00
Simon Smith
85b9a9d1a8 Apply comment color to folds 2016-05-08 17:50:25 +01:00
Simon Smith
e17b448021 Apply comment color to git commit messages
Fix #21
2016-05-08 17:50:00 +01:00