Commit Graph

150 Commits

Author SHA1 Message Date
Folke Lemaitre
1d1d1722e0
refactor!: move extras in seperate directories 2022-09-18 23:51:39 +02:00
Folke Lemaitre
11b3130068
build: added generated moon styles for all extras 2022-09-18 23:46:44 +02:00
Folke Lemaitre
ade781ab5d
feat!: new moon style for TokyoNight, based on the Moonlight theme 2022-09-18 23:46:24 +02:00
Folke Lemaitre
9a60ac462e
fix: revert MsgArea bg 2022-09-17 21:45:03 +02:00
Folke Lemaitre
3e79e043df
style: fixed some sumneko diagnostics error 2022-09-13 16:45:06 +02:00
Folke Lemaitre
63e24b3565
fix: create only one autocmd for sidebars 2022-09-12 11:51:35 +02:00
Folke Lemaitre
467ddc3a6e
docs: added more info on how to override colors and highlihgts 2022-09-12 09:08:10 +02: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 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 Lemaitre
de2a7e78e5
feat: added better support for treesitter markdown 2022-09-10 19:57:44 +02: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 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 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
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
Folke Lemaitre
3c05c5ad8e
refactor: gitSigns 2022-09-05 12:33:12 +02:00
Folke Lemaitre
bd4e3d58e2
refactor: use a better way to generate day style 2022-09-05 12:16:26 +02:00
Folke Lemaitre
f2a76d28a2
style: fixed formatting 2022-09-05 12:06:20 +02:00
Folke Lemaitre
e1cb2068a8
fix: cleanup 2022-09-03 23:47:51 +02:00
Folke Lemaitre
a8c7c3b11b
style: fixed EmmyLua annotations 2022-09-03 23:47:25 +02:00
Folke Lemaitre
fbe359fe36
refactor: formatted code 2022-09-03 15:44:00 +02:00
Folke Lemaitre
5c086f9598
fix: use bg instead of none for TelescopeNormal 2022-09-03 15:43:49 +02:00
Hass
77763c7918
fix: set bg color to none inactive lualine when set to transparent (#138)
this was previously set to to the default bg color and there wasn't
really transparent
2022-09-02 08:13:21 +02:00
Peter Tri Ho
0786a2acd8
feat: add support for nvim-scrollbar (#141)
https://github.com/petertriho/nvim-scrollbar

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2022-09-02 08:12:22 +02:00
Azhary Munir Abdillah
ef3abe6668
feat: add support for ts-rainbow (#174) 2022-09-02 08:08:07 +02:00
Mark Story
f589494e57
feat: Improve the cursor color of day Kitty theme (#153)
* Improve the cursor color of day Kitty theme

Previously the cursor colour would have the default foreground
color which is a a bit too dark when you have a block cursor and use
autocomplete features. Using the background color as the cursor text
ensures that text in a block cursor is always visible.

* Update generation script and other kitty themes
2022-09-02 08:07:31 +02:00
typicode
eaf6a7607e
feat: add color config for foot (#147)
* feat: add foot terminal template

* feat: add foot terminal template

* chore: generate foot config

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2022-09-02 08:04:52 +02:00
tormodatt
a1d1c0fb19
feat: add bg hightlight on NvimTreeOpenedFile (#163) 2022-09-02 08:01:21 +02:00
raminou
d75cd5259a
fix: use terminal_colors (#161)
Co-authored-by: Remi Drouin <rdrouin@graimatterlabs.ai>
2022-09-02 08:00:36 +02:00
Augusto César Dias
d15c01499f
Add color for folder icon in NvimTree and remove ugly background (#160)
* Add color for folder icon in NvimTree and remove ugly background

* Adding missing comma
2022-09-02 07:59:08 +02:00
Jon Eskin
111a00b98d
docs: fix comment (#187) 2022-09-02 07:57:12 +02:00
Flo
e83f1d5b7d
feat(extras): add Tilix themes (#188) 2022-09-02 07:56:05 +02:00