Revert "neovim/kitty: try light theme for a bit"

This reverts commit 89bd68e76c.
This commit is contained in:
2023-12-08 17:25:44 +03:00
parent 89bd68e76c
commit b6f2b0f52d
3 changed files with 3 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ bold_font auto
italic_font auto
bold_italic_font auto
background #EEEEEE
foreground #005F87
background #202734
foreground #CBCCC6
background_opacity 0.97

View File

@@ -37,5 +37,4 @@ vim.opt.ignorecase = true
vim.opt.list = true
vim.opt.listchars = { multispace = "·", tab = ">~", leadmultispace = "" }
vim.opt.background = "light"
vim.cmd("colorscheme PaperColor")
vim.cmd("colorscheme gruvbox-material")

View File

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