Commit graph

28 commits

Author SHA1 Message Date
siduck
dfdcff9c6b misc 2022-08-07 05:45:59 +05:30
rxyhn
991cd1ba4c
feat: yoru themes
rxyhn -> yoru, changed some color accents(bg, fg, bright pallete). and also implemented the terms and conditions of NvChad theme
2022-08-07 02:48:43 +07:00
siduck
94043cfdae lighten light_grey in gruvbox theme
https://github.com/NvChad/ui/issues/5#issuecomment-1202724756
2022-08-02 20:18:51 +05:30
Nikita Rudenko
a7592dcc1d Fix user highlights not updated on theme toggling
Lua copies tables by reference, which leads to permanent replacements of
named colors to their absolute values in user highlight table.
Thus, when theme is toggled or changed, user highlights are not updated,
cause they are stuck with absolute values.
This commit does two thigs:
 * Copy user highlight tables by value
 * Add missing hl_add update in chadlights.lua
2022-07-29 14:19:41 +03:00
siduck
f7340d7245 add mason.nvim highlights 2022-07-25 20:49:53 +00:00
siduck
29ce413304 add mason.nvim highlights 2022-07-25 14:36:01 +00:00
siduck
ca546ccacd format files 2022-07-22 16:02:05 +00:00
siduck
8195ffa939 misc 2022-07-04 15:00:27 +05:30
siduck
e2fcca8a0d misc 2022-07-04 13:20:12 +05:30
siduck
ba25a5f3ba add TSkeyword hl to treesitter integration | fix https://github.com/NvChad/NvChad/issues/1308 2022-07-04 05:53:29 +05:30
siduck
41a1b487b8 minor changes to some themes 2022-07-03 20:14:34 +05:30
siduck
b24bc13dbe add catppuccin_latte theme 2022-06-30 09:29:58 +05:30
Sidhanth Rathod
fdb37349ff
Merge pull request #88 from Deathemonic/master
Add sweetpastel theme
2022-06-30 08:40:47 +05:30
Sidhanth Rathod
a4bb8ea7bb
Improve sweetpastel 2022-06-30 08:40:31 +05:30
siduck
92062933d5 clean stuff 2022-06-27 10:10:02 +05:30
siduck
5412629789 fix highlights resetting after packersync | https://github.com/NvChad/NvChad/issues/1237 2022-06-24 19:24:08 +05:30
siduck
0087b60c01 fix gitsigns highlights resetting after packersync | https://github.com/NvChad/NvChad/issues/1237 2022-06-24 10:27:39 +05:30
ヒヤシンス
0b84cd2637
Merge branch 'NvChad:master' into master 2022-06-19 09:42:40 +08:00
siduck
65d2e690a4 update dir paths as base46 isnt an opt plugin anymore 2022-06-18 16:22:38 +05:30
siduck
33f9385512 avoid using plenary for simple tasks 2022-06-18 12:21:02 +05:30
siduck
66e057e65d fix hl_override to override properly | https://github.com/NvChad/NvChad/issues/1233 and #87 2022-06-18 09:54:02 +05:30
ヒヤシンス
a4fe129642 Add sweetpastel theme [OC] 2022-06-18 11:36:52 +08:00
siduck
896a4a9271 minor fixes 2022-06-15 17:06:37 +05:30
siduck
45421bc921 https://github.com/NvChad/NvChad/issues/1209 2022-06-15 07:49:23 +05:30
siduck
a559c8dfaa load statusline hl by default as it doesnt need lazyloading 2022-06-14 17:31:15 +05:30
siduck
5db0e3ee99 allow lazy loading of highlight groups 2022-06-14 17:26:29 +05:30
siduck
674d6bb3c4 misc 2022-06-10 17:48:42 +05:30
siduck
200e308561 restructure file module structure 2022-06-10 17:21:55 +05:30