chore: switch oxocarbon
parent
d2d47f508c
commit
d5aede5cdd
|
@ -89,7 +89,9 @@ require("packer").startup(function()
|
||||||
require("lualine").setup({
|
require("lualine").setup({
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = false,
|
icons_enabled = false,
|
||||||
theme = "catppuccin",
|
theme = "auto",
|
||||||
|
-- theme = "iceberg",
|
||||||
|
-- theme = "catppuccin",
|
||||||
component_separators = { left = "", right = "" },
|
component_separators = { left = "", right = "" },
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
},
|
},
|
||||||
|
@ -159,6 +161,9 @@ require("packer").startup(function()
|
||||||
-- https://github.com/cocopon/iceberg.vim
|
-- https://github.com/cocopon/iceberg.vim
|
||||||
use("cocopon/iceberg.vim")
|
use("cocopon/iceberg.vim")
|
||||||
|
|
||||||
|
-- https://github.com/nyoom-engineering/oxocarbon.nvim
|
||||||
|
use("nyoom-engineering/oxocarbon.nvim")
|
||||||
|
|
||||||
-- https://github.com/catppuccin/nvim
|
-- https://github.com/catppuccin/nvim
|
||||||
use({
|
use({
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
|
@ -166,12 +171,6 @@ require("packer").startup(function()
|
||||||
config = function()
|
config = function()
|
||||||
require("catppuccin").setup({
|
require("catppuccin").setup({
|
||||||
flavour = "mocha",
|
flavour = "mocha",
|
||||||
integrations = {
|
|
||||||
indent_blankline = {
|
|
||||||
enabled = true,
|
|
||||||
colored_indent_levels = false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
@ -197,4 +196,5 @@ require("packer").startup(function()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- vim.api.nvim_command("colorscheme iceberg")
|
-- vim.api.nvim_command("colorscheme iceberg")
|
||||||
vim.api.nvim_command("colorscheme catppuccin")
|
vim.api.nvim_command("colorscheme oxocarbon")
|
||||||
|
-- vim.api.nvim_command("colorscheme catppuccin")
|
||||||
|
|
Loading…
Reference in New Issue