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

@ -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