feat(readme): add new themes
This commit is contained in:
parent
17cc41a0e4
commit
8be0efad1f
2 changed files with 12 additions and 8 deletions
|
@ -76,14 +76,16 @@ local config = {
|
|||
telescope = {},
|
||||
|
||||
-- theming, don't forget to run :CosmicReloadSync when changing themes
|
||||
-- 'catppuccin'
|
||||
-- 'dracula'
|
||||
-- 'enfocado'
|
||||
-- 'gruvbox'
|
||||
-- 'nightfox'
|
||||
-- 'nord'
|
||||
-- 'onedark'
|
||||
-- 'rose-pine'
|
||||
-- 'catppuccin',
|
||||
-- 'dracula',
|
||||
-- 'enfocado',
|
||||
-- 'github',
|
||||
-- 'gruvbox',
|
||||
-- 'kanagawa',
|
||||
-- 'nightfox',
|
||||
-- 'nord',
|
||||
-- 'onedark',
|
||||
-- 'rose-pine',
|
||||
theme = 'tokyonight', -- don't define or set to nil, if you want to enable your own theme in cosmic/config/plugins.lua
|
||||
|
||||
-- See https://github.com/folke/todo-comments.nvim#%EF%B8%8F-configuration
|
||||
|
|
|
@ -80,7 +80,9 @@ CosmicNvim comes with first-class support for the following themes:
|
|||
- [Catppuccino](https://github.com/Pocco81/Catppuccino.nvim)
|
||||
- [Dracula](https://github.com/Mofiqul/dracula.nvim)
|
||||
- [Enfocado](https://github.com/wuelnerdotexe/vim-enfocado)
|
||||
- [Github](https://github.com/projekt0n/github-nvim-theme)
|
||||
- [Gruvbox](https://github.com/ellisonleao/gruvbox.nvim)
|
||||
- [Kanagawa](https://github.com/rebelot/kanagawa.nvim)
|
||||
- [Nightfox](https://github.com/EdenEast/nightfox.nvim)
|
||||
- [Nord](https://github.com/shaunsingh/nord.nvim)
|
||||
- [Onedark](https://github.com/navarasu/onedark.nvim)
|
||||
|
|
Loading…
Add table
Reference in a new issue