change(colorscheme): use catppuccin latte (light theme)

This commit is contained in:
qwjyh 2024-11-15 20:53:54 +09:00
parent c10ff130ce
commit 3a6eda6c77
3 changed files with 5 additions and 2 deletions

View file

@ -389,7 +389,7 @@ vim.keymap.set('n', 'L', '<cmd>tabn<cr>', { desc = 'tab next' })
require('catppuccin').setup({
transparent_background = true,
})
vim.cmd.colorscheme "catppuccin"
vim.cmd.colorscheme "catppuccin-latte"
-----------------------------------------------------------
vim.g.mapleader = ' '

View file

@ -1,6 +1,8 @@
try
using OhMyREPL
enable_autocomplete_brackets(false)
include("catppuccin.jl")
OhMyREPL.colorscheme!("CatppuccinLatte")
catch e
@warn "Failed to load OhMyREPL"
end

View file

@ -44,7 +44,8 @@ return {
-- }
-- },
color_scheme = "iceberg-dark",
-- color_scheme = "iceberg-dark",
color_scheme = "catppuccin-latte",
use_fancy_tab_bar = false,
tab_bar_at_bottom = true,
window_background_opacity = 0.85,