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 = {},
|
telescope = {},
|
||||||
|
|
||||||
-- theming, don't forget to run :CosmicReloadSync when changing themes
|
-- theming, don't forget to run :CosmicReloadSync when changing themes
|
||||||
-- 'catppuccin'
|
-- 'catppuccin',
|
||||||
-- 'dracula'
|
-- 'dracula',
|
||||||
-- 'enfocado'
|
-- 'enfocado',
|
||||||
-- 'gruvbox'
|
-- 'github',
|
||||||
-- 'nightfox'
|
-- 'gruvbox',
|
||||||
-- 'nord'
|
-- 'kanagawa',
|
||||||
-- 'onedark'
|
-- 'nightfox',
|
||||||
-- 'rose-pine'
|
-- '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
|
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
|
-- 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)
|
- [Catppuccino](https://github.com/Pocco81/Catppuccino.nvim)
|
||||||
- [Dracula](https://github.com/Mofiqul/dracula.nvim)
|
- [Dracula](https://github.com/Mofiqul/dracula.nvim)
|
||||||
- [Enfocado](https://github.com/wuelnerdotexe/vim-enfocado)
|
- [Enfocado](https://github.com/wuelnerdotexe/vim-enfocado)
|
||||||
|
- [Github](https://github.com/projekt0n/github-nvim-theme)
|
||||||
- [Gruvbox](https://github.com/ellisonleao/gruvbox.nvim)
|
- [Gruvbox](https://github.com/ellisonleao/gruvbox.nvim)
|
||||||
|
- [Kanagawa](https://github.com/rebelot/kanagawa.nvim)
|
||||||
- [Nightfox](https://github.com/EdenEast/nightfox.nvim)
|
- [Nightfox](https://github.com/EdenEast/nightfox.nvim)
|
||||||
- [Nord](https://github.com/shaunsingh/nord.nvim)
|
- [Nord](https://github.com/shaunsingh/nord.nvim)
|
||||||
- [Onedark](https://github.com/navarasu/onedark.nvim)
|
- [Onedark](https://github.com/navarasu/onedark.nvim)
|
||||||
|
|
Loading…
Add table
Reference in a new issue