updated theme
This commit is contained in:
+5
-16
@@ -1,18 +1,7 @@
|
||||
-- Catppuccin Theme
|
||||
require("catppuccin").setup({
|
||||
flavour = "auto",
|
||||
background = { light = "latte", dark = "mocha" },
|
||||
transparent_background = false,
|
||||
show_end_of_buffer = false,
|
||||
integrations = {
|
||||
cmp = true,
|
||||
gitsigns = true,
|
||||
nvimtree = true,
|
||||
treesitter = true,
|
||||
mini = { enabled = true },
|
||||
},
|
||||
})
|
||||
vim.cmd.colorscheme("catppuccin")
|
||||
-- Takemi Theme — lives in colors/takemi.lua, shares its palette with
|
||||
-- ~/.config/quickshell/config/Theme.qml and ~/.config/alacritty/takemi.toml.
|
||||
vim.o.termguicolors = true
|
||||
vim.cmd.colorscheme("takemi")
|
||||
|
||||
-- Git Signs
|
||||
require("gitsigns").setup()
|
||||
@@ -35,7 +24,7 @@ end
|
||||
|
||||
require("lualine").setup({
|
||||
options = {
|
||||
theme = require("catppuccin.utils.lualine")(),
|
||||
theme = require("takemi").lualine(),
|
||||
component_separators = { left = "|", right = "|" },
|
||||
section_separators = { left = "", right = "" },
|
||||
globalstatus = true,
|
||||
|
||||
Reference in New Issue
Block a user