refactor(colorbuddy): Add links for a theme
This commit is contained in:
parent
69ead78db2
commit
e9324d4f23
|
@ -2,5 +2,7 @@ return {
|
||||||
'tjdevries/colorbuddy.nvim',
|
'tjdevries/colorbuddy.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
-- local Color, colors, Group, groups, styles = require('colorbuddy').setup()
|
-- local Color, colors, Group, groups, styles = require('colorbuddy').setup()
|
||||||
|
-- Pallet: https://base16.vercel.app/previews/base16-twilight
|
||||||
|
-- https://github.com/goolord/alpha-nvim/discussions/16#:~:text=I%27m%20not%20quite%20satisfied%20with%20the%20layout%20yet%2C%20I%20started%20out%20with%20some%20colours%20but%20ended%20up%20omitting%20them%20for%20simplicity.%20Here%27s%20what%20it%20looks%20like%20so%20far%3A
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue