change colorscheme (catppuccin-latte to catppuccin-mocha)

coming back to dark theme...
This commit is contained in:
qwjyh 2025-04-09 05:24:25 +09:00
parent b4bf8d3ac2
commit 650d31faec
4 changed files with 9 additions and 6 deletions

View file

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