File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
lua/astrotheme/groups/plugins Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ term.foreground
234234| Plugin | Key |
235235| ------------------------------------------------------------------------------- | -------------------- |
236236| [ aerial.nvim] ( https://github.com/stevearc/aerial.nvim ) | ` aerial ` |
237+ | [ avante.nvim] ( https://github.com/yetone/avante.nvim ) | ` avante ` |
237238| [ beacon.nvim] ( https://github.com/DanilaMihailov/beacon.nvim ) | ` beacon ` |
238239| [ bufferline.nvim] ( https://github.com/akinsho/bufferline.nvim ) | ` bufferline ` |
239240| [ dashboard-nvim] ( https://github.com/glepnir/dashboard-nvim ) | ` dashboard-nvim ` |
Original file line number Diff line number Diff line change 1+ --- @param c AstroThemePalette
2+ return function (c )
3+ return {
4+ AvanteTitle = { fg = c .ui .title , bg = c .ui .base },
5+ AvanteReversedTitle = { fg = c .ui .base },
6+ AvanteSubtitle = { fg = c .ui .green , bg = c .ui .base },
7+ AvanteReversedSubtitle = { fg = c .ui .base },
8+ AvanteThirdTitle = { fg = c .ui .yellow , bg = c .ui .base },
9+ AvanteReversedThirdTitle = { fg = c .ui .base },
10+ AvanteConflictCurrent = " DiffText" ,
11+ AvanteConflictIncoming = " DiffAdd" ,
12+ }
13+ end
Original file line number Diff line number Diff line change 11return {
22 [" aerial.nvim" ] = " aerial" ,
3+ [" avante.nvim" ] = " avante" ,
34 [" beacon.nvim" ] = " beacon" ,
45 [" bufferline.nvim" ] = " bufferline" ,
56 [" dashboard-nvim" ] = " dashboard-nvim" ,
You can’t perform that action at this time.
0 commit comments