From 8be0efad1f25c7fa10f5749f24efe1af28f0639c Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Wed, 29 Dec 2021 09:57:34 -0800 Subject: [PATCH] feat(readme): add new themes --- lua/cosmic/config/examples/config.lua | 18 ++++++++++-------- readme.md | 2 ++ 2 files changed, 12 insertions(+), 8 deletions(-) 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)