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 .
8 years ago
Josh Dick
b5827a2842
Allow users to override color definitions. Closes #101 .
Thanks @FredDeschenes !
8 years ago
Josh Dick
e8de593c37
CONTRIBUTING.md: Fix incorrect path
8 years ago
Josh Dick
f0f1ac638a
CONTRIBUTING.md: Update to mention terminal color palette files
8 years ago
Josh Dick
cc8121d0f4
README.md: Heading formatting changes
8 years ago
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
8 years ago
Josh Dick
22c8bb6067
Move `set background=dark` to the end of the colorscheme to work around a Vim oddity.
8 years ago
Steve Dignam
32eee7a26b
Updated git commit color so header overflow is red ( #96 )
8 years ago
Josh Dick
13eb0d70ea
Add styling. Fixes #95 .
8 years ago
Josh Dick
f75c24c3bd
Change `IncSearch` styling so that it's different from `Search`. Fixes #94 .
8 years ago
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
9cace4bab9
airline template: Add missing whitespace
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
031cb1addd
Darker gray for #85 .
8 years ago
Josh Dick
e7a99e4470
Support 16-color mode in airline and lightline templates.
Hopefully fixes #85 for real this time. :)
8 years ago
Josh Dick
d5cc6e70f8
Fix airline "transparent" background in 16-color mode.
Fixes #85 .
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
527f85c200
Minor tweak to the issue template
8 years ago
Josh Dick
797b586198
Better issue template.
Fixes #76 .
8 years ago
Josh Dick
681ebde834
Add basic issue template; first crack at resolving #76
8 years ago
Josh Dick
1c027b17d2
README.md: Change FAQ -> Miscellaneous; add link to https://github.com/odedlaz/tmux-onedark-theme .
Closes #78 .
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
bcd98b9dfc
airline theme: Color tweaks; don't rely on 'Normal' background color since it's commonly overridden
8 years ago
Josh Dick
825716f8da
airline theme: Add error/warning styling
8 years ago
Josh Dick
b15870389a
Add style override mechanism. ( #70 )
Reworked from #67 ; thanks @webdesus !
8 years ago
Josh Dick
baff7da439
Add instructions for lightline.vim colorscheme and updated statusline preview image(s)
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
a0028d6e59
lightline colorscheme: Fix reversed error styling
8 years ago
Josh Dick
c513ebdb04
Add lightline colorscheme
8 years ago
Josh Dick
799a7c6fbc
Fix casing in s:yellow (no color change)
8 years ago
Josh Dick
9a6a90e7d5
README.md: Mention italics-fixing TERMINFO for iTerm2 on macOS
8 years ago
Josh Dick
369ab63308
README.md: Fix incorrect indentation/syntax highlighting
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
Josh Dick
6f51635417
Update vim-airline URLs
8 years ago
Josh Dick
ee6701c7f9
Update repo URL in vim-airline theme
8 years ago
Josh Dick
ee64bafaf8
Move vim-airline theme into main onedark.vim repo.
Closes #53 and implements #16 .
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