change colorscheme (catppuccin-latte to catppuccin-mocha)
coming back to dark theme...
This commit is contained in:
parent
b4bf8d3ac2
commit
650d31faec
4 changed files with 9 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
# use Catppuccin for bat
|
# use Catppuccin for bat
|
||||||
# https://github.com/catppuccin/bat
|
# https://github.com/catppuccin/bat
|
||||||
# Installation instruction on the readme
|
# Installation instruction on the readme
|
||||||
--theme="Catppuccin Latte"
|
--theme="Catppuccin Mocha"
|
||||||
|
|
|
@ -384,7 +384,8 @@ 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-latte"
|
vim.cmd.colorscheme "catppuccin-mocha"
|
||||||
|
-- vim.cmd.colorscheme "catppuccin-latte"
|
||||||
|
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
vim.g.mapleader = ' '
|
vim.g.mapleader = ' '
|
||||||
|
|
|
@ -2,7 +2,7 @@ try
|
||||||
using OhMyREPL
|
using OhMyREPL
|
||||||
enable_autocomplete_brackets(false)
|
enable_autocomplete_brackets(false)
|
||||||
include("catppuccin.jl")
|
include("catppuccin.jl")
|
||||||
OhMyREPL.colorscheme!("CatppuccinLatte")
|
OhMyREPL.colorscheme!("CatppuccinMocha")
|
||||||
catch e
|
catch e
|
||||||
@warn "Failed to load OhMyREPL"
|
@warn "Failed to load OhMyREPL"
|
||||||
end
|
end
|
||||||
|
|
|
@ -44,11 +44,13 @@ return {
|
||||||
-- }
|
-- }
|
||||||
-- },
|
-- },
|
||||||
|
|
||||||
-- color_scheme = "iceberg-dark",
|
color_scheme = "iceberg-dark",
|
||||||
color_scheme = "catppuccin-latte",
|
-- color_scheme = "catppuccin-macchiato",
|
||||||
|
-- color_scheme = "catppuccin-latte",
|
||||||
|
-- color_scheme = "Everforest Dark (Gogh)",
|
||||||
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.90,
|
||||||
-- font = wezterm.font 'FirgeNerd Console'
|
-- font = wezterm.font 'FirgeNerd Console'
|
||||||
font = wezterm.font_with_fallback {
|
font = wezterm.font_with_fallback {
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue