Revert "neovim/kitty: try light theme for a bit"
This reverts commit 89bd68e76c.
This commit is contained in:
@@ -3,7 +3,7 @@ bold_font auto
|
|||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|
||||||
background #EEEEEE
|
background #202734
|
||||||
foreground #005F87
|
foreground #CBCCC6
|
||||||
|
|
||||||
background_opacity 0.97
|
background_opacity 0.97
|
||||||
|
|||||||
@@ -37,5 +37,4 @@ vim.opt.ignorecase = true
|
|||||||
vim.opt.list = true
|
vim.opt.list = true
|
||||||
vim.opt.listchars = { multispace = "·", tab = ">~", leadmultispace = "┊ " }
|
vim.opt.listchars = { multispace = "·", tab = ">~", leadmultispace = "┊ " }
|
||||||
|
|
||||||
vim.opt.background = "light"
|
vim.cmd("colorscheme gruvbox-material")
|
||||||
vim.cmd("colorscheme PaperColor")
|
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ require("packer").startup(function(use)
|
|||||||
use({ "nvim-lua/plenary.nvim" })
|
use({ "nvim-lua/plenary.nvim" })
|
||||||
|
|
||||||
use({ "sainnhe/gruvbox-material" })
|
use({ "sainnhe/gruvbox-material" })
|
||||||
use({ "NLKNguyen/papercolor-theme" })
|
|
||||||
|
|
||||||
use({ "nvim-treesitter/nvim-treesitter" })
|
use({ "nvim-treesitter/nvim-treesitter" })
|
||||||
use({
|
use({
|
||||||
|
|||||||
Reference in New Issue
Block a user