Commit graph

244 commits

Author SHA1 Message Date
Derek Sifford
1e2477db8b
misc spec alignment tweaks (#128) 2019-02-23 16:08:48 -05:00
D. Ben Knoble
662fa18855
Merge pull request #126 from dracula/lightline-name
Use lowercase spelling consistently
2019-02-05 12:34:15 -05:00
David Ben Knoble
47c8701680 Use lowercase spelling consistently
Fixes #125
2019-02-05 11:00:21 -05:00
Daniel Mita
a70e2c06b2 Syntax highlighting for Perl 5 (#122) 2019-01-11 11:51:54 -05:00
Julian Sniffen
88b2e40869 add StatusLineTerm highlights (#119) 2018-12-22 11:57:31 -05:00
Derek Sifford
f24e259073
Small misc tweaks/fixes (#113)
* improve MatchParen highlighting

* improve ColorColumn and CursorColumn highlighting
2018-11-25 10:22:07 -05:00
fsonner
0f4ebc51a7 Remove texTypeStyle from DraculeSubtle group (#112)
Fixes #111
2018-11-06 17:31:37 -05:00
Derek P Sifford
66755a9cb9 small syntax fixes for typescript and markdown 2018-10-30 19:56:07 -04:00
D. Ben Knoble
8548869806
Merge pull request #109 from dracula/ale-patch
Patch ALE highlights to use dracula colors
2018-10-27 14:08:18 -04:00
Derek P Sifford
1629973ce6 misc small spec fixes 2018-10-25 10:56:34 -04:00
D. Ben Knoble
3ed4939300
Merge pull request #110 from dracula/airline-tabline-colors
Change emphasis in airline's tabline
Close #97
2018-10-23 10:38:06 -04:00
David Ben Knoble
f67a7d29cb Fix non-existent groups 2018-10-23 10:33:41 -04:00
Derek Sifford
1a0c568bdd
Fix WarningLine => WarnLine
Co-Authored-By: benknoble <ben.knoble@gmail.com>
2018-10-23 10:31:03 -04:00
David Ben Knoble
23998edb34 Change emphasis in airline's tabline
From discussion sparked by #97 and continued in #92

I never saw a PR from @aalvarado so I went ahead and created one with
his suggestions.
2018-10-22 15:07:43 -04:00
David Ben Knoble
827ace9679 Patch ALE highlights to use dracula colors
By default, they are:

- ALEError => SpellBad => DraculaErrorLine
- ALEWarning => SpellCap => DraculaInfoLine
- ALEInfo => ALEWarning => SpellCap => DraculaInfoLine

- ALEErrorSign => Error => DraculaError
- ALEWarningSign => Todo => DraculaTodo
- ALEInfoSign => ALEWarningSign => Todo => DraculaTodo

Proposed change:

- ALEError => DraculaErrorLine
- ALEWarning => DraculaWarningLine
- ALEInfo => DraculaInfoLine

- ALEErrorSign => DraculaError
- ALEWarningSign => DraculaWarning
- ALEInfoSign => DraculaInfo
2018-10-22 14:57:37 -04:00
Derek P Sifford
8970a0f554 change typescriptreact syntax filename to tsx per change in yats.vim 2018-10-04 11:58:53 -04:00
Derek Sifford
15d0ff9f1a
adjust xml so that it more closely matches html (#104)
* adjust xml so that it more closely matches html

* formatting fixes
2018-09-20 13:25:07 -04:00
Derek P Sifford
72a0d0d584 fixes to css, sh, and tex syntaxes + adjust SpecialKey for nvim 2018-09-13 12:20:04 -04:00
Brian Mayer
fa16b1f1e0 Change specialKey from red to subtle (#102)
I use listings in vim, so it prints invisible characters. However the tab and the space characters are drawn in red, taking too much attention, so I decided to make them subtle. To activate the listing add this to your .vimrc file:

set listchars=eol:¬,tab:>-,trail:~,extends:>,precedes:<,space:·
set list
So you can see the red is really disguising.
2018-09-09 18:56:43 -04:00
David Ben Knoble
d329d61c17 Add markdownCodeBlock 2018-07-23 13:09:39 -04:00
Derek P Sifford
a88e82a94f re-align nvim terminal colors to dracula spec 2018-07-07 14:31:07 -04:00
Derek P Sifford
8d8af7abee Add syntax highlight adjustments for python 2018-07-07 14:30:33 -04:00
Derek P Sifford
59fd603a97 fix error in airline tabline update 2018-06-21 14:59:21 -04:00
Derek Sifford
07a52e3f72
better airline tabline highlighting (#92) 2018-06-19 19:08:29 -07:00
Derek P Sifford
918c67a6f7 small typescript spec-alignment adjustments 2018-06-19 20:52:04 -04:00
D. Ben Knoble
23e76f31ab
Merge pull request #86 from raulchen/fix_xml
Fix end tag in xml not being highlighted

This is a temporary fix, per comments on #86
2018-05-31 20:37:05 -04:00
Derek P Sifford
6824c59b57 fix typescriptreact syntax 2018-05-27 14:11:05 -04:00
Corey Wood
d4f75c3eef Added extra diff groups for adds/deletes. (#87) 2018-05-25 14:40:24 -04:00
Hao Chen
937449e548 use a standalone file for xml 2018-05-24 19:42:18 +08:00
Hao Chen
90e259bf46 Fix end tag in xml not being highlighted 2018-05-24 19:23:46 +08:00
Derek Sifford
b5548cd0af
address issues #82, #83, #84 (#85)
* address issues #82, #83, #84

* address code review issues

* remove fzf autocmd per code review comments
2018-05-23 22:52:06 -04:00
Derek P Sifford
c01ceb9a84 add ocaml fixes 2018-05-14 13:25:14 -04:00
Derek P Sifford
5a119d8060 fix typescriptAliasDeclaration highlighting 2018-05-12 12:27:45 -04:00
Derek P Sifford
5c8e3e82c3 fix runtime call in last commit 2018-05-08 23:26:40 -04:00
Derek P Sifford
c0ff2a472a add typescriptreact support for yats.vim 2018-05-08 15:02:10 -04:00
Derek Sifford
b34882be6c
add syntax adjustments on demand + add php & typescript (#77) 2018-05-02 14:42:59 -04:00
David Ben Knoble
a50316e61f Fix alignment of ASCII art
I probably missed a line when I was centering the ASCII art on the help
file in #64. This is more readable.
2018-04-29 15:58:31 +02:00
David Ben Knoble
8b5afedeed
Always set background colour when running gui (#76)
Setting 'g:dracula_colorterm' to '0' to get a transparent background in the terminal also sets the gui background to 'none' and breaks gvim. (The gvim background ends up white).

Changed the call to the Normal highlight group to always set the background colour if the gui is running, regardless of the terminal setting.
2018-04-29 15:50:19 +02:00
Simon Watts
ed6d002de4 Move background transparency logic to function. 2018-04-26 20:36:12 +01:00
Simon Watts
040356a43f Always set background colour when running gui. 2018-04-25 23:13:55 +01:00
Derek Sifford
e4ce096eb8
add support for fzf (#75) 2018-04-22 18:47:04 -04:00
Derek Sifford
51420ba3d1
scss adjustments (#74)
* add various fixes/adjustments for scss

* adjust sass links to their respective css equivalents
2018-04-21 14:08:31 -04:00
Derek P Sifford
7668d800a2 remove lambda for better backwards compat. closes #73 2018-04-13 20:54:44 -04:00
Derek Sifford
dc8073cd13
Merge lightline + adjust lightline & airline (#72)
* add built-in lightline support

Co-authored-by: adamalbrecht <adam.albrecht@gmail.com>

* finish lightline merge

* finish airline update

* add inline doc comments to airline script functions

* add back modified groups to airline

* adjust maintainers + add @benknoble in README.md
2018-04-13 20:50:26 -04:00
Zeno Rocha
7855647a5b
Fixes link 2018-04-13 11:12:29 -07:00
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