neovim/kitty: try light theme for a bit

This commit is contained in:
2023-12-06 12:35:36 +03:00
parent d76402afdd
commit 89bd68e76c
3 changed files with 5 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ require("packer").startup(function(use)
use({ "nvim-lua/plenary.nvim" })
use({ "sainnhe/gruvbox-material" })
use({ "NLKNguyen/papercolor-theme" })
use({ "nvim-treesitter/nvim-treesitter" })
use({