change(colorscheme): use catppuccin latte (light theme)
This commit is contained in:
parent
c10ff130ce
commit
3a6eda6c77
3 changed files with 5 additions and 2 deletions
|
@ -389,7 +389,7 @@ vim.keymap.set('n', 'L', '<cmd>tabn<cr>', { desc = 'tab next' })
|
||||||
require('catppuccin').setup({
|
require('catppuccin').setup({
|
||||||
transparent_background = true,
|
transparent_background = true,
|
||||||
})
|
})
|
||||||
vim.cmd.colorscheme "catppuccin"
|
vim.cmd.colorscheme "catppuccin-latte"
|
||||||
|
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
vim.g.mapleader = ' '
|
vim.g.mapleader = ' '
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
try
|
try
|
||||||
using OhMyREPL
|
using OhMyREPL
|
||||||
enable_autocomplete_brackets(false)
|
enable_autocomplete_brackets(false)
|
||||||
|
include("catppuccin.jl")
|
||||||
|
OhMyREPL.colorscheme!("CatppuccinLatte")
|
||||||
catch e
|
catch e
|
||||||
@warn "Failed to load OhMyREPL"
|
@warn "Failed to load OhMyREPL"
|
||||||
end
|
end
|
||||||
|
|
|
@ -44,7 +44,8 @@ return {
|
||||||
-- }
|
-- }
|
||||||
-- },
|
-- },
|
||||||
|
|
||||||
color_scheme = "iceberg-dark",
|
-- color_scheme = "iceberg-dark",
|
||||||
|
color_scheme = "catppuccin-latte",
|
||||||
use_fancy_tab_bar = false,
|
use_fancy_tab_bar = false,
|
||||||
tab_bar_at_bottom = true,
|
tab_bar_at_bottom = true,
|
||||||
window_background_opacity = 0.85,
|
window_background_opacity = 0.85,
|
||||||
|
|
Loading…
Reference in a new issue