Commit graph

71 commits

Author SHA1 Message Date
Copilot 7e7eff411f
Fix Neovim startup crash from undefined deepblue highlight color (#72)
Closes #71.

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-07-12 10:31:32 +02:00
OKWN d3dbb47721
feat(gotham.vim): add missing highlight groups + tmux troubleshooting docs 2026-05-27 11:48:59 +02:00
Andrea Leopardi 747ee82960
Create FUNDING.yml 2023-01-19 09:23:10 +02:00
Andrea Leopardi 9e42c1072f
Fix images in the README 2022-12-11 12:51:14 +01:00
Andrea Leopardi 69791aa5a8
Markdown/HTML italic, bold, and bold+italic styling (#59) 2020-10-28 09:47:35 +01:00
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