mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
change colors
This commit is contained in:
4
init.lua
4
init.lua
@ -1,8 +1,8 @@
|
||||
require("rua.core")
|
||||
require("rua.lazy")
|
||||
|
||||
-- vim.cmd.colorscheme("ex-lackluster-hack")
|
||||
vim.cmd.colorscheme("ex-catppuccin-macchiato")
|
||||
vim.cmd.colorscheme("ex-lackluster-hack")
|
||||
-- vim.cmd.colorscheme("ex-catppuccin-macchiato")
|
||||
-- vim.cmd.colorscheme("ex-rei")
|
||||
-- vim.cmd.colorscheme("rei")
|
||||
-- vim.cmd.colorscheme("catppuccin")
|
||||
|
@ -176,7 +176,7 @@ return {
|
||||
lualine.setup({
|
||||
options = {
|
||||
-- theme = "catppuccin",
|
||||
-- theme = "lackluster",
|
||||
theme = "lackluster",
|
||||
-- theme = "rei",
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
|
Reference in New Issue
Block a user