Vin Howe
5018761ab1
Use htmlBold color for htmlBoldItalic
2020-10-22 22:48:26 -06:00
Vin Howe
de44313bb5
Add bold, italic, bold/italic formatting for Markdown, HTML
2020-10-19 16:05:15 -06:00
IK
18c385ad79
Update Airline's terminal section color ( #57 )
2020-06-29 16:54:55 +03:00
IK
a757df9c0e
Add CI badge to the README ( #56 )
2020-02-24 18:54:58 +01:00
IK
1349f1b85c
Add unit tests ( #55 )
2020-02-24 11:53:37 +01:00
IK
3f97fb22d8
Add docs for how to install with dein.vim ( #54 )
2019-12-12 09:33:20 +01:00
IK
56fc09d8f5
Add check to 256 color about vim ( #52 )
2019-12-08 17:05:45 +01:00
IK
62c8e664bb
Update copyright ( #53 )
2019-12-03 02:27:22 +02:00
David James Carter
6e2d8b9114
Fix undefined method error when loading Airline theme gotham256 ( #50 )
2018-10-15 09:03:21 +02:00
Felix Cobos
a4d2aebfe1
Change color of cursor over parenthesis ( #46 )
...
Closes #44 .
2017-10-28 19:52:38 +02:00
Sebastian Klatt
306a00eb18
Add neomake highlighting ( #45 )
2017-10-16 15:11:50 +02:00
aalvarado
8dcff86ce0
Make gbuffer name on Airline lighter ( #43 )
2017-06-27 09:50:00 +02:00
Seth VanHeulen
6cf3040a20
Removed essentially duplicate color ( #36 )
2017-05-14 15:22:24 +02:00
Andrea Leopardi
f46412d4f9
Revert "Add coloring for the Function group ( #33 )"
...
This reverts commit f41baedbd8 .
2017-03-06 17:58:40 +01:00
Alexander Jeurissen
4507f9d47e
Change the color of airline ( #26 )
2017-02-06 22:26:27 +01:00
shmerl
f41baedbd8
Add coloring for the Function group ( #33 )
2017-01-31 21:54:45 +01:00
Qiming zhao
ad93980da4
Better highlight for sign of ALE ( #31 )
...
https://github.com/w0rp/ale
2016-11-27 11:02:53 +01:00
keremc
a432e12771
Don't use the "bright" colors in :terminal ( #30 )
2016-09-08 12:37:36 +02:00
keremc
68760b3897
Override neovim :terminal colors ( #29 )
2016-09-06 11:05:04 +02:00
Cenk Altı
4564469fac
Wrong color for Error and WarningMsg ( #28 )
...
Closes #27 .
2016-04-20 08:52:56 +02:00
Andrea Leopardi
89a06ec601
Merge pull request #25 from pgdouyon/diff-hlgroups
...
Add support for more diff hl-groups: (Added/Changed/Removed/Subname)
2016-02-27 12:19:22 +01:00
Pierre Douyon
cb6b24d1e2
Add support for more diff hl-groups: (Added/Changed/Removed/Subname)
2016-02-26 13:37:00 -05:00
Andrea Leopardi
b185ecf054
Merge pull request #22 from gutierri/master
...
Table with color palette on README
2015-11-13 14:47:58 +01:00
Gutierri Barboza
e19db9e757
create table with color palette
2015-11-13 00:39:01 -02:00
Andrea Leopardi
3c5c6130b8
Merge pull request #21 from yelfathi/master
...
Add syntax support for Python (klen/python-mode)
2015-09-30 10:21:21 -05:00
yelfathi
dbf64dddf1
Add syntax support for Python (klen/python-mode)
2015-09-30 09:19:25 +02:00
Andrea Leopardi
6486e10a22
Merge pull request #18 from benjumanji/feat/unite-colors
...
refactor: Unite support without touching internals
2015-03-12 17:02:25 +01:00
Ben Edwards
b2fcd39a0b
refactor: Unite support without touching internals
...
g:unite_source_grep_search_word_highlight takes a highlight group as an
argument, so create our own highlight group and assign it, rather than
override the internal highlight group name directly.
2015-03-12 12:22:07 +00:00
Andrea Leopardi
fecea14417
Add (very small) support for unite.vim
...
Thanks to the help of @benjumanji, I added custom highlighting for unite.vim's
grep search results (white fg on a green bg so that they stand out).
This may not be a very stable solution since it relies on unite.vim internals,
but hey, c'est la vie.
2015-03-11 15:41:52 +01:00
Andrea Leopardi
e3b303680e
Update the copyright to include 2015
2015-02-23 16:10:30 +01:00
Andrea Leopardi
9eece9d676
Darken the SpecialKey group
...
Closes #16
The `SpecialKey` group was highlighted as "base4", which admittedly was a little
too bright. "base3" should be good.
2015-01-23 12:56:37 +01:00
Andrea Leopardi
4eca2994ef
Merge pull request #15 from igas/patch-1
...
Fix lightline setting
2015-01-07 10:35:31 +01:00
Igor Kapkov
cdb85772a6
Fix lightline setting
2015-01-06 14:01:45 +08:00
Andrea Leopardi
5c7ec0f42f
Merge pull request #14 from gummesson/lightline
...
Add Lightline theme
2014-12-28 23:34:00 +01:00
Ellen Gummesson
dce31d59cf
Use a dark blue background.
2014-12-28 20:15:41 +01:00
Ellen Gummesson
0ed5555d71
Add instructions.
2014-12-28 20:00:51 +01:00
Ellen Gummesson
b5ca8364a9
Add gotham256.
2014-12-28 19:55:24 +01:00
Ellen Gummesson
05577a4694
Add gotham.
2014-12-28 19:55:00 +01:00
Andrea Leopardi
432315077e
Highlight the Conceal group
2014-11-18 01:06:54 +01:00
Andrea Leopardi
4b07e83e7c
Even out the regular and the 256 colors versions
...
Some stuff was missing from the 256 colors version:
- the improved diffing from #13
- the directory highlighting
2014-10-12 19:19:19 +02:00
Andrea Leopardi
9aa11a0a80
Polish the README with contributors and other stuff
2014-10-12 01:05:11 +02:00
Andrea Leopardi
e54eae6cae
Merge pull request #13 from aerosol/issue-12-more-intuitive-diff-highlights
...
Improve diff highlights
2014-10-12 00:54:37 +02:00
Adam Rutkowski
cf66c20843
Improve diff highlights
2014-10-11 22:04:00 +02:00
Andrea Leopardi
d12e632601
Merge pull request #11 from FriedSock/master
...
Make CursorColumn the same as CursorLine
2014-10-09 15:45:30 +02:00
Jack Bracewell
dcd5a50808
Make CursorColumn the same as CursorLine
...
- These two highlight groups are the same by default, should keep
them that way.
- The motivation behind this is to make the scheme more compatible
with the vim-paren-crosshairs plugin
2014-10-09 14:20:53 +01:00
Andrea Leopardi
a91d7ffa53
Mention the Emacs port in the README
2014-10-09 15:18:13 +02:00
Andrea Leopardi
37f2b4418b
Support 'fillchars'
...
Since I don't use the `fillchars` options (I have no chars separating vertical
splits, I find the bg highlighting to be enough), I set the same bg and fg
colors for the VertSplit group. This commit fixes this by highlighting VertSplit
with the same bg as SignColumn and LineNr and with a slightly lighter fg.
These ideas come from #10 from @wedgwood. Thanks!
2014-10-09 14:49:11 +02:00
Andrea Leopardi
6826554c3a
Highlight the status line properly
...
Close #9
I thought the foreground color of StatusLine and StatusLineNC impacted the space
in the status line between two vertical splits. I was wrong; that's the
background color.
Before this commit, the status line in an inactive window was "invisible" (same
bg and fg). I made the default status line a little brighter and changed the
fg of the inactive status line so that now it works like it should.
2014-10-09 09:43:58 +02:00
Andrea Leopardi
855270f34d
Fix a *very* minor but critical typo
...
Close #7
`g:colors_name` was set to 'gotham-256' instead of 'gotham256' as the result of
a typo. Bad!
2014-10-07 11:59:58 +02:00
Andrea Leopardi
eba6e60bbf
Add some highlight groups and fix some minor bugs
...
Close #6
- I highlighted the 'Directory' group
- I gave the 'Cursor' group a foreground color because, without one, Normal fg
would be the same as Cursor bg, causing the text to be invisible (only in GUI)
vim
2014-10-07 10:18:16 +02:00