Simon Smith
bb671ee5a1
Highlight JS generator asterisk ( #93 )
8 years ago
Simon Smith
72d319fbec
Update LESS syntax highlighting ( #92 )
8 years ago
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.
8 years ago
Simon Smith
053029a621
Reorder code block
8 years ago
Simon Smith
627ba62669
Add minor improvement to Go syntax
8 years ago
Simon Smith
4921d4d625
Update Perl syntax highlighting
Add comment colour for usage blocks
https://github.com/joshdick/onedark.vim/pull/90#issuecomment-282690117
8 years ago
Vitaliy Viflinzider
8c3157684f
Add Perl syntax highlighting
Fixes #91
Fixes #90
8 years ago
Josh Dick
b8dc05dfb1
Add definition for SpecialComment highlight group.
Ommitted italics so it will still constrast with the regular Comment highlight group.
Fixes #87 .
8 years ago
Josh Dick
cd7703d75e
Even *clearer* colors in diff mode.
Fixes #84 .
8 years ago
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
8 years ago
Simon Smith
e0f5294c3d
Add correct colour for ES6 module 'as' keyword ( #79 )
8 years ago
Josh Dick
6ce8ed1479
Move new PHP syntax block ( #77 ) to be alphabetized
8 years ago
Harold Gay
6125d83d09
Add PHP support ( #77 )
based on this syntax file : https://github.com/StanAngeloff/php.vim
8 years ago
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.
8 years ago
Josh Dick
b15870389a
Add style override mechanism. ( #70 )
Reworked from #67 ; thanks @webdesus !
8 years ago
Denis Kurilenko
6a34a26d88
changing color for console messages ( #64 )
8 years ago
Denis Kurilenko
0934570f36
Better selection color ( #63 )
Better selection color for PmenuSel and WildMenu.
Fixes #62 .
8 years ago
Josh Dick
799a7c6fbc
Fix casing in s:yellow (no color change)
8 years ago
Josh Dick
27ec24b912
Slight tweak to improved vimdiff syling for #59 .
Prevents bad rendering when cursorline/cursorcolumn are enabled.
8 years ago
Josh Dick
5e522e97ec
Improved vimdiff styling.
Fixes #59 .
8 years ago
Josh Dick
22968f1cd3
Add `Operator` color. Closes #56 .
8 years ago
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
8 years ago
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.
8 years ago
Simon Smith
ddd6322a5b
Add colour for JSON boolean and number ( #48 )
8 years ago
Simon Smith
ba78df2182
Add directory and exec colours for NERDTree ( #43 )
Fixes #42
8 years ago
Josh Dick
f67e4c0a0a
Make gui mode respect `g:onedark_terminal_italics` setting.
Fixes #44 .
8 years ago
Simon Smith
3dfb3f88a3
Add syntax Highlighting for XML ( #33 )
9 years ago
Josh Dick
fbb67b2a91
Add equivalent changes from kriscross07:yajs-jsdoc for pangloss/vim-javascript, sort JavaScript highlight group lines
9 years ago
kriscross07
4c2164d174
made jsdoc parameter name blue
9 years ago
kriscross07
d92bc4da08
changed colors from blue to purple as it is in
Atom
9 years ago
kriscross07
046bb95d19
improved JSDoc colors
9 years ago
Simon Smith
0ecc7d6959
Add highlighting of JSON errors ( #35 )
9 years ago
Josh Dick
292f2b84c6
Add `set t_Co=256`
9 years ago
Josh Dick
a5741d2f30
Add Neovim terminal colors.
Resolves #36 .
9 years ago
Josh Dick
8386c866ba
Revised installation instructions for lots of different Vim/Neovim/color scenarios.
9 years ago
Josh Dick
74c476832d
Update Search highlighting to match IncSearch highlighting
9 years ago
Josh Dick
ee8c958954
Tweak menu styling. Fixes #32 .
9 years ago
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
9 years ago
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
9 years ago
Simon Smith
14a9d221dc
Add colors for ES6 modules and class ( #31 )
9 years ago
Josh Dick
f3cbce3c30
Simonsmith markdown ( #30 )
* Add highlighting for Markdown (#23 )
* Move Markdown to proper place alphabetically, use bold font for `markdownBold`
9 years ago
Josh Dick
56fff525af
Add more highlight groups for othree/yajs.vim
9 years ago
Josh Dick
e01c499a9c
Add underline styling to `SpellBad`.
Should gel better with #23 .
9 years ago
Josh Dick
a9a0a32bed
Tweak a few GUI colors to match Atom's One Dark; remove gutter background color
9 years ago
Josh Dick
101708d8ad
Alphabetize JavaScript highlight groups and remove duplicate `jsThis`
9 years ago
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.
9 years ago
Simon Smith
aac56b9e2d
Improve visibility of incsearch ( #27 )
9 years ago
Josh Dick
51c6d8cb17
Alphabetize language-specific highlighting (by language, than by highlight group name)
9 years ago
Josh Dick
e2c9c1c26a
Make colors consistent between airblade/vim-gitgutter and mhinz/vim-signify.
Fixes #28 .
9 years ago
Simon Smith
429fc5f726
Add HTML syntax highlighting ( #25 )
9 years ago