neovim/kitty: try light theme for a bit
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 #202734
|
background #EEEEEE
|
||||||
foreground #CBCCC6
|
foreground #005F87
|
||||||
|
|
||||||
background_opacity 0.97
|
background_opacity 0.97
|
||||||
|
|||||||
@@ -37,4 +37,5 @@ 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.cmd("colorscheme gruvbox-material")
|
vim.opt.background = "light"
|
||||||
|
vim.cmd("colorscheme PaperColor")
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ 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