feat(misc): change themeing
This commit is contained in:
parent
8037b002b5
commit
1a86676c62
4 changed files with 14 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ return {
|
|||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
init = function()
|
||||
vim.cmd.colorscheme("catppuccin-mocha")
|
||||
vim.cmd.colorscheme("catppuccin-macchiato")
|
||||
end,
|
||||
opts = {
|
||||
transparent_background = true,
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ in {
|
|||
set-window-option -g pane-base-index 1
|
||||
set-option -g renumber-windows on
|
||||
|
||||
set -g @catppuccin-flavor 'mocha'
|
||||
set -g @catppuccin-flavor 'macchiato'
|
||||
set -g @catppuccin_window_left_separator ""
|
||||
set -g @catppuccin_window_right_separator " "
|
||||
set -g @catppuccin_window_middle_separator " █"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue