Commit Graph

58 Commits

Author SHA1 Message Date
Michael Chris Lopez
a2f1b4c6a2 fix: add IblScope (#140) 2023-10-30 20:00:38 +01:00
Michael Chris Lopez
01ac6cbb1a fix: support indent-blankline v3 (#136) 2023-10-02 16:57:50 +08:00
Pete Kazmier
dd4ad1273d feat(main): support nvim-notify (#132)
Add support for nvim-notify plugin.

The plugin also provides highlight groups for the border color of
the popups in addition to the title and icon colors. However, in
the spirit of zenbones using color conservatively, I decided not
to set the border color a shade of the diagnost color.
2023-08-30 19:42:21 +08:00
Michael Chris Lopez
b46b2227c4 fix: FlashBackdrop 2023-07-02 19:47:12 +08:00
Michael Chris Lopez
f8fe7b163c fix(main): support flash.nvim 2023-07-02 19:00:16 +08:00
Michael Chris Lopez
729110be6e feat(main): noice support 2023-06-27 07:53:42 +08:00
Michael Chris Lopez
0cb5aff21d feat: add more lsp hl group (#121) 2023-06-10 07:18:49 +08:00
Michael Chris Lopez
519fc82156 feat: add lsp semantic tokens 2023-04-09 13:49:26 +08:00
Michael Chris Lopez
12b7478c8f fix: adjust WhichKeySeparator 2022-12-31 14:11:39 +08:00
Evan Travers
8fb00f507e Add highlight groups for TS diff (#101)
I searched around and found the groups in other themes.

Fixes #100.

References:
- a201f5fc00
- b194851ad2
2022-12-30 12:58:41 +08:00
Michael Chris Lopez
bfb2e0d43a feat!: nvim-treesitter changes 2022-10-22 09:32:57 +08:00
Michael Chris Lopez
e608ef16b1 fix: transparent Folded
closes #92
2022-09-18 19:37:16 +08:00
Michael Chris Lopez
b4761a288a feat!: bump min nvim version to v0.6.0 2022-09-18 17:41:48 +08:00
Michael Chris Lopez
d8a93c2566 feat!: support leap (drop lightspeed) (#94) 2022-09-18 17:35:19 +08:00
Michael Chris Lopez
30d9598356 feat: support mason.nvim 2022-08-07 11:20:19 +08:00
Jesper Ryom
e2ac0557a3 fix(coc.nvim): add highlight for MenuSel (#91) 2022-08-03 11:28:17 +08:00
Michael Chris Lopez
dc48976135 don't rely on fg = "bg" when bg is transparent
- Support nvim-0.7 WinSeparator
- nnn.nvim and nvim-tree.lua changes

close #87
close #88

Co-authored-by: Qingyao Sun <sunqingyao19970825@icloud.com>
2022-06-25 10:32:50 +08:00
Jesper Ryom
46aaa50e01 feat(hl): add CocSearch (#84) 2022-05-27 12:18:32 +08:00
Wadii Hajji
e4def19944 feat(hl): Add CurSearch (#83) 2022-05-01 09:07:49 +08:00
Michael Chris Lopez
8a36b0494d bring non-treesitter markdown closer 2021-12-18 13:02:15 +08:00
Evan Travers
ef6ba32526 Add Markdown TreeSitter groups 2021-12-17 21:02:12 -06:00
Michael Chris Lopez
5f691f0e42 adjust light statusline 2021-12-03 18:35:49 +08:00
Michael Chris Lopez
b73474c1b4 adjust statusline contrast
and other relative hl groups
2021-12-01 14:59:12 +08:00
Michael Chris Lopez
1b5fb60a0f complete DiagnosticVirtualText hl groups 2021-11-14 11:56:46 +08:00
Michael Chris Lopez
588a59c501 breaking: DiagnosticUnderline does not colorize fg anymore
use `colorize_diagnostic_underline_text = true` to bring back the
previous behavior.
2021-11-14 11:50:18 +08:00
Michael Chris Lopez
16f4532d53 colorize only the underline/undercurl in DiagnosticUnderline 2021-11-14 11:39:29 +08:00
Michael Chris Lopez
806495f7ba adjust DiagnosticVirtualText* bg saturation 2021-11-14 11:38:44 +08:00
Michael Chris Lopez
90f9865af3 remove bold from SpecialComment
rustdoc doesn't look good
2021-11-12 13:49:41 +08:00
Michael Chris Lopez
b3cda0abb3 feat: CursorLine contrast option 2021-11-03 16:18:28 +08:00
Michael Chris Lopez
cd109e0cf7 feat: transparent background option 2021-11-03 15:59:41 +08:00
Michael Chris Lopez
a436a4cfd2 integrate selene linting 2021-10-29 15:00:22 +08:00
Michael Chris Lopez
586cbf73b9 fix: LspDiagnostics linking 2021-10-29 14:20:53 +08:00
Michael Chris Lopez
03820bf1ae fix: sign hl groups base on SignColumn 2021-10-29 11:01:07 +08:00
Michael Chris Lopez
772640b910 fix: diagnostic sign different bg 2021-10-29 07:52:09 +08:00
Michael Chris Lopez
fb181a3a36 chore: fix diagnostic warnings/errors 2021-10-28 18:24:46 +08:00
Michael Chris Lopez
b51ca3f063 cleaner global config resolver 2021-10-26 18:21:21 +08:00
Michael Chris Lopez
2bf8d8f0da higher NonText default constrast 2021-10-26 17:46:00 +08:00
Michael Chris Lopez
c998dcb3fb configurable LineNr contrast 2021-10-26 17:33:01 +08:00
Michael Chris Lopez
6c238079a3 breaking: renamed {zenbones/zenflesh}_{darken/lighten}_line_nr to solid_line_nr
zenbones_darken_line_nr -> zenbones_solid_line_nr
zenflesh_lighten_line_nr -> zenflesh_solid_line_nr
2021-10-26 17:15:43 +08:00
Michael Chris Lopez
3fc8d324fc configurable NonText contrast 2021-10-26 17:10:17 +08:00
Michael Chris Lopez
bb9e2d524c slightly adjust sidebar bg 2021-10-26 12:59:00 +08:00
Michael Chris Lopez
e89caf1a9a support nnn.vim 2021-10-26 12:53:29 +08:00
Michael Chris Lopez
08f11b0d1c support cmp and organize fg selection 2021-10-23 18:07:52 +08:00
Michael Chris Lopez
e4f235fe80 more visible visual selection 2021-10-22 18:54:34 +08:00
Michael Chris Lopez
410e682446 setup more relative Normal bg computation 2021-10-22 18:19:45 +08:00
Michael Chris Lopez
318d9f3a91 only link LspDiagnostic* for < 0.6 2021-10-22 17:32:36 +08:00
Michael Chris Lopez
e69f8e9c04 rename _dim_noncurrent_window to _darken_noncurrent_window 2021-10-20 17:30:26 +08:00
Michael Chris Lopez
5c8a577c5d linenr -> line_nr 2021-10-20 17:22:40 +08:00
Michael Chris Lopez
6c14cd007d cleanup solid_vert_split config handling 2021-10-20 17:21:23 +08:00
Michael Chris Lopez
9429f2064e config for solid FloatBorder 2021-10-20 17:14:48 +08:00