Commit graph

426 commits

Author SHA1 Message Date
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
Sidhanth Rathod
6e66bc4ad4
Merge pull request #92 from rudenkornk/master
Fix user highlights not updated on theme toggling
2022-07-29 22:27:02 +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
Sidhanth Rathod
0945a2299f
Merge pull request #90 from sitiom/patch-1
stylua: `no_call_parentheses` -> `call_parentheses`
2022-07-02 17:44:09 +05:30
sitiom
809e21f542
stylua: no_call_parentheses -> call_parentheses 2022-07-02 19:32:48 +08:00
Sidhanth Rathod
f2643bcd9e
Update README.md 2022-06-30 09:32:26 +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
siduck
6689ebc11e misc 2022-06-09 08:46:03 +05:30
siduck
9150cb8b27 change pmenu bg 2022-06-09 05:57:15 +05:30
siduck
5418b246ac add themes: onenord_light, vscode_dark, chocolate, gruvbox_light, nightfox
resolve #72 #73 #75 #81 #83
2022-06-07 07:18:19 +05:30
siduck
1bc02bfb68
Merge pull request #79 from bryant-the-coder/theme
Added ayu-dark & rosepine theme
2022-06-06 17:08:08 +05:30
siduck
7926594f07 improve ayu-dark & roseppine theme 2022-06-06 17:06:27 +05:30
siduck
9ebeaa6919
Merge pull request #71 from AlphaTechnolog/master
Added decay and darker decay themes
2022-06-06 10:27:54 +05:30
siduck
c835bd5742
Update decay.lua 2022-06-06 10:27:26 +05:30
siduck
e50f266d3d
Delete dark-decay.lua 2022-06-06 10:27:02 +05:30
siduck
369f037304 make gps hl groups bold 2022-06-06 10:04:24 +05:30
siduck
c5cf76a02d
Merge pull request #64 from Xulder/master
add gatekeeper theme
2022-06-06 10:01:41 +05:30
siduck
d0f2ec5b8d
Update gatekeeper.lua 2022-06-06 10:01:16 +05:30
siduck
cdc1dbba71 add hl groups for custom statusline :D 2022-06-05 19:09:27 +05:30
Leon Heidelbach
f39d712a91 minor cleanup 2022-06-04 21:33:44 +02:00
Leon Heidelbach
2bdae282fa feat: compute a gradient between two hex colors 2022-06-04 21:05:57 +02:00
Leon Heidelbach
c26d833ae5 fix: made colors local 2022-06-04 19:42:16 +02:00
Leon Heidelbach
618cc285d9 feat: added custom color library 2022-06-04 19:29:45 +02:00
siduck
453cdcb0fe add some feline highlights 2022-06-02 23:29:48 +05:30
siduck
b4be16c6e4 fix https://github.com/NvChad/NvChad/issues/1166 2022-06-02 16:05:00 +05:30
siduck
4c05b1de9f add transparency toggler function | https://github.com/NvChad/NvChad/issues/1161 2022-06-01 19:34:00 +05:30