Commit graph

99 commits

Author SHA1 Message Date
Zeno Rocha
99e7e76115
Fixes typo 2018-04-13 11:11:58 -07:00
Zeno Rocha
f48a7f1900
Updates team list 2018-04-13 11:11:42 -07:00
Derek Sifford
2d7c4af469
add support for plasticboy/vim-markdown syntax (#71)
* add support for plasticboy/vim-markdown syntax

* address code review issues
2018-04-08 11:54:12 -04:00
Derek P Sifford
a5cbe831ef fix matchparen highlights. closes #70 2018-04-03 12:59:03 -04:00
Derek P Sifford
52d955afdc add "dracula_colorterm" flag to allow disabling of background fill color. #65 2018-04-02 19:26:20 -04:00
Derek P Sifford
0835e3a78e remove lockvars since they caused more trouble than they're worth. closes #68 2018-03-29 19:50:31 -04:00
Derek Sifford
5372185dfc
Massive theme overhaul (#62)
* progress on overhaul

* finish scrutinization of languages existing in old colors file

* remove markdown code block highlight due to broken upstream syntax

* add user config globals

* update issue and pull request templates

* small fixes

* fix "illegal value" error when using overrides

* actually fix the attribute filter this time

* add git commit diff colors. closes #46

* remove unnecessary duplicate

* set SignColumn explicitly

* Add a helpfile (#64)

* Ignore the tags file generated by :helptags

* Write the help file
2018-03-28 16:44:12 -04:00
Orlando Hohmeier
0743d3d7b3 fix(colors): adjust SpellBad highlighting (#52)
Define `SpellBad` highlighting rule to improve readability.

Closes #47

Signed-off-by: Orlando Hohmeier <hello@orlandohohmeier.com>
2018-03-19 20:02:07 -04:00
Johnny Wong
baf8545d81 Add terminal colors for neovim (#41) 2018-03-19 19:59:07 -04:00
Derek Sifford
7e8a5c346a
Merge pull request #38 from turnon/fix_typo_foldcolumn
fix typo foldcolumn
2018-03-19 19:57:33 -04:00
Zeno Rocha
3eaed4ff9f
Adds @dsifford to the team
Fixes #61
2018-03-19 13:42:27 -07:00
Zeno Rocha
1f44625290
Fixes typo 2018-03-11 09:57:13 -07:00
Zeno Rocha
9f8b831ab7
Adds @BlakeWilliams to the team ;) 2018-03-11 09:56:48 -07:00
Blake Williams
147f389f42
Merge pull request #43 from solarmerry/patch-1
correct tab view
2018-03-08 13:19:47 -05:00
Blake Williams
bc5eb17ced
Merge pull request #49 from l-catallo/master
Pmenu colors
2018-02-15 22:15:52 -05:00
Blake Williams
b855fdba21
Merge pull request #53 from topecongiro/specialcomment
Add SpecialComment highlight
2018-02-15 22:08:43 -05:00
Blake Williams
69bdf784a1
Merge pull request #56 from rdavison/master
Add some OCaml specific adjustments
2018-02-15 22:04:45 -05:00
Richard Davison
989bf638db Add some OCaml specific adjustments 2018-01-20 14:41:18 -05:00
Seiichi Uchida
cc9fea6b94 Add SpecialComment highlight 2018-01-10 12:09:33 +09:00
Luca Catallo
8c97e114c4 Pmenu colors 2017-11-12 22:06:30 +01:00
Grisha
03cf44a30c correct tab view 2017-09-04 23:03:01 +03:00
ken
f3bfb7ef56 fix typo foldcolumn 2017-07-12 21:08:04 +08:00
Trevor Heins
6a5bf34193 Merge pull request #34 from jpoppe/master
Changed IncSearch color to orange
2017-05-24 14:36:44 -04:00
Trevor Heins
b7656a8ffb Merge pull request #32 from hzchirs/feature/change_cursor_line_number_color
Modify cursor line number highlight based on official color palette
2017-05-24 14:36:28 -04:00
Trevor Heins
57eda041e4 Merge pull request #31 from hzchirs/feature/add_html_tagname_and_attribute_gui_highlighting
Add html tagname and attribute gui highlighting
2017-05-24 14:35:51 -04:00
Trevor Heins
818e9802db Merge pull request #30 from hzchirs/master
Set guifg for rubyInstanceVariable
2017-05-24 14:35:33 -04:00
Jasper Poppe
d355e5c3c0 Changed IncSearch color to orange
Search and IncSearch having the same colors, this makes it impossible to determine which higlighted search pattern is the active one.

I have changed the incSearch color from "Dracula green" to "Dracula orange".

This is an issue for example with substitute and the confirmation flag enabled: :%s/NONE/orange/cg
2017-05-24 18:54:44 +02:00
Zeno Rocha
7a4798a6d0 Fixes vim url 2017-05-21 23:45:15 -07:00
Trevor Heins
b7e11c087f Merge pull request #33 from 5t111111/revert-fix-cterm-background-color
Revert "Fix cterm background color"
2017-05-17 02:05:21 -04:00
Hirofumi Wakasugi
92d8f4714f Revert "Fix cterm background color"
This reverts commit 38d5c9b733.
2017-05-17 14:42:10 +09:00
HzChris
176f7e29ae Modify cursor line number highlight based on the color palette 2017-05-06 11:41:39 +08:00
HzChris
c719be13fa Add html tagname and attribute gui highlighting 2017-05-06 11:24:55 +08:00
HzChris
6ae12ee0f7 Set guifg for rubyInstanceVariable 2017-05-05 20:22:23 +08:00
Trevor Heins
e84b720e4b Merge pull request #20 from lucazz/cursorline-fix
Fixing cursorline.
2017-05-02 18:25:03 -04:00
Trevor Heins
891810846e Merge pull request #22 from simplay/visualize-file-modified
Indicate in airline that the current buffer has unsaved changes
2017-05-02 18:24:42 -04:00
Trevor Heins
0d0c473e53 Merge pull request #24 from ileodo/enhance
Enhancement: lighter the foreground of airline
2017-05-02 18:24:19 -04:00
Trevor Heins
1fabb40d5f Merge pull request #19 from idlua/master
Fix cterm background color
2017-05-02 18:24:05 -04:00
Trevor Heins
1abdb4178f Merge pull request #26 from cousine/master
Added markdown highlighting
2017-05-02 18:23:52 -04:00
Trevor Heins
fa75248cf8 Merge branch 'master' into master 2017-05-02 18:23:43 -04:00
Trevor Heins
7cc5398037 Merge pull request #28 from andrepolischuk/master
Add cursor line number highlight
2017-05-02 18:21:52 -04:00
Trevor Heins
51e9ff2ee3 Merge pull request #18 from sdemura/fix_pmenu_colors
make pmenu more readable
2017-05-02 18:19:57 -04:00
Andrey Polischuk
37f7d0fcf4
Add cursor line number highlight 2017-03-31 17:04:09 +03:00
cousine
2e7c12c930 Custom coloring for search 2017-02-19 18:42:14 +02:00
cousine
0f5495aecc Added markdown highlighting 2017-02-19 17:12:13 +02:00
iLeoDo
35099422a7 Enhancement: lighter the background of airline 2016-12-04 10:45:30 +00:00
simplay
71378f2da7 Visualize in airline that the current buffer has unsaved changes 2016-11-23 07:51:18 +01:00
Lucas do Amaral Saboya
b8ecdaba4f
Fixing cursorline. 2016-11-14 15:49:20 -03:00
Luan Vicente
38d5c9b733 Fix cterm background color 2016-11-01 21:26:06 -02:00
Sean Demura
4add7e6006 make pmenu more readable 2016-10-01 08:55:50 -04:00
Trevor Heins
926dfbab01 Merge pull request #16 from dkarter/better_elixir_and_vimscript
Add better support for Elixir and VimScript
2016-09-21 18:10:43 -04:00