Commit Graph

310 Commits

Author SHA1 Message Date
Folke Lemaitre
63e24b3565
fix: create only one autocmd for sidebars 2022-09-12 11:51:35 +02:00
folke
3271d5d4ab chore(docs): auto generate vimdoc 2022-09-12 07:08:42 +00:00
Folke Lemaitre
467ddc3a6e
docs: added more info on how to override colors and highlihgts 2022-09-12 09:08:10 +02:00
folke
c3507dee7e chore(docs): auto generate vimdoc 2022-09-12 05:51:50 +00:00
Folke Lemaitre
25a1a77b00
feat: use new style definitions for hl groups. Keep backward compatibility for string styles 2022-09-12 07:51:08 +02:00
Folke Lemaitre
fe120cc71e
feat: use sidebar bg style for MsgArea 2022-09-11 16:14:14 +02:00
Folke Lemaitre
afd9c6137a
fix: better check for support of new highlight groups 2022-09-11 10:48:49 +02:00
folke
eab88d434d chore(docs): auto generate vimdoc 2022-09-11 08:38:28 +00:00
Folke Lemaitre
933030d3d0
feat: make new capture groups work on Neovim 0.7 2022-09-11 10:37:58 +02:00
Folke Lemaitre
ffa77681c3
fix: check expicitely wether new hl group names are supported by checking for @comment 2022-09-10 22:18:47 +02:00
Folke Lemaitre
dbf43002d6
fix: dont set @ hl groups when nvim < 0.8 (fixes #207) 2022-09-10 21:28:27 +02:00
Folke Lemaitre
e0e9f54051
fix: fix bufferline separator bg colors (fixes #189) 2022-09-10 21:20:26 +02:00
Folke Lemaitre
ac2d3d29ca
feat: use sidebar colors for NeoTree 2022-09-10 21:20:26 +02:00
folke
09e19682a7 chore(docs): auto generate vimdoc 2022-09-10 17:58:13 +00:00
Folke Lemaitre
de2a7e78e5
feat: added better support for treesitter markdown 2022-09-10 19:57:44 +02:00
Folke Lemaitre
0c8064428c
docs: format 2022-09-10 19:57:44 +02:00
folke
661d34c020 chore(docs): auto generate vimdoc 2022-09-10 07:36:14 +00:00
Folke Lemaitre
6244df26b5
feat: improved dealing with vim.o.background 2022-09-10 09:35:41 +02:00
Loong Wang
54cf70dbd1
feat: add template for iterm2 (#199)
That's awesome. Thank you!
2022-09-07 22:36:18 +02:00
folke
a0518d6a07 chore(docs): auto generate vimdoc 2022-09-07 16:27:23 +00:00
Ken Powers
5722269363
docs: Fix on_colors example (#197) 2022-09-07 18:26:55 +02:00
folke
e9b4ff7d62 chore(docs): auto generate vimdoc 2022-09-06 13:52:41 +00:00
Folke Lemaitre
508d29caae
docs: added colorscheme styles to the docs 2022-09-06 15:52:10 +02:00
folke
95ebbabe2c chore(docs): auto generate vimdoc 2022-09-06 13:50:22 +00:00
Sam Hobson
775854723a
docs: Added missing bracket to README (#195)
Added missing bracket to example setup options in README.
2022-09-06 15:49:55 +02:00
folke
4a13c0ff32 chore(docs): auto generate vimdoc 2022-09-06 08:25:11 +00:00
Folke Lemaitre
4a6bfdfa85
docs: removed additional whitespace and | in de docs. Fixes #193 2022-09-06 10:24:33 +02:00
Folke Lemaitre
c32a381343
feat: added better colors for leap.nvim 2022-09-05 23:47:57 +02:00
Folke Lemaitre
02f4909cc0
fix: dim_inactive should be false by default 2022-09-05 23:10:59 +02:00
Folke Lemaitre
340c150b0d
feat: better colors for IndentBlank line 2022-09-05 22:43:35 +02:00
Folke Lemaitre
bd6a515e97
style: removed whitespace in config docs 2022-09-05 22:12:42 +02:00
folke
cbf0684d4a chore(docs): auto generate vimdoc 2022-09-05 20:04:36 +00:00
Folke Lemaitre
805272a2f0
feat: added dim_inactive 2022-09-05 22:04:01 +02:00
typicode
8e691022f7
fix: consistent hex color case (#148) 2022-09-05 21:56:20 +02:00
Folke Lemaitre
0af477f7c9
Merge pull request #192 from folke/refactor
Refactor
2022-09-05 21:49:06 +02:00
folke
68320b33ab chore(docs): auto generate vimdoc 2022-09-05 19:48:50 +00:00
Folke Lemaitre
903e72249f
Merge pull request #191 from folke/refactor
feat: big refactor of the theme
2022-09-05 21:48:00 +02:00
Folke Lemaitre
038ee4c59a
style: use consistent lowercase color names 2022-09-05 21:41:55 +02:00
Folke Lemaitre
18360573b8
docs: added borderless Telescope to examples 2022-09-05 21:41:55 +02:00
folke
f1c9d01694 chore(docs): auto generate vimdoc 2022-09-05 19:02:47 +00:00
Folke Lemaitre
fb47f6348a
docs!: added docs for the new settings 2022-09-05 21:02:16 +02:00
Folke Lemaitre
12649d34fe
feat: callbacks to easily override (or add) colors and highlights 2022-09-05 20:32:31 +02:00
Folke Lemaitre
ec13e0f44f
style: added lua annotations to init methods 2022-09-05 16:56:58 +02:00
Folke Lemaitre
9268b4c39f
optim: updated colors to no longer need brighten 2022-09-05 16:56:39 +02:00
Folke Lemaitre
426aed0670
feat: use vim.api.nvim_set_hl instead of ":hi" 2022-09-05 16:56:09 +02:00
Folke Lemaitre
28b790dbd6
optim: refactored color methods 2022-09-05 16:55:26 +02:00
Folke Lemaitre
70ca40cfe7
fix: improved extra generation (fixes some wrong color) 2022-09-05 16:17:10 +02:00
Folke Lemaitre
81a6845098
fix: access config.options within setup instead of global 2022-09-05 16:10:05 +02:00
Folke Lemaitre
a3b558b552
feat: added colorscheme names for styles 2022-09-05 16:09:28 +02:00
Folke Lemaitre
dba4e35903
refactor: refactored code to better deal with the day theme 2022-09-05 14:06:03 +02:00