diff --git a/lua/cosmic/config/examples/config.lua b/lua/cosmic/config/examples/config.lua index 512b5a0..edbb54c 100644 --- a/lua/cosmic/config/examples/config.lua +++ b/lua/cosmic/config/examples/config.lua @@ -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 diff --git a/readme.md b/readme.md index 259e546..dfd7bdb 100644 --- a/readme.md +++ b/readme.md @@ -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)