feat: change default color to oxocarbon
This commit is contained in:
parent
6ee962bb97
commit
87973cbd7b
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -33,7 +33,7 @@ if os.getenv("TERM") == "xterm-kitty" then
|
|||
require("scripts.kitty-padding").setup()
|
||||
end
|
||||
|
||||
vim.cmd.colorscheme("rose-pine")
|
||||
vim.cmd.colorscheme("oxocarbon")
|
||||
|
||||
require("nvim-treesitter.configs").setup({
|
||||
ensure_installed = {},
|
||||
|
|
Loading…
Reference in a new issue