Change theme to Catppuccin Mocha
This commit is contained in:
@@ -69,7 +69,7 @@ $azure
|
||||
"""
|
||||
|
||||
# Sets user-defined palette
|
||||
palette = "catppuccin_frappe"
|
||||
palette = "catppuccin_mocha"
|
||||
|
||||
# palette tables should be last in the config ⚓️
|
||||
[palettes.catppuccin_macchiato]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
### Variables
|
||||
#
|
||||
# Logo key. Use Mod1 for Alt.
|
||||
set $mod Mod1
|
||||
set $mod Mod4
|
||||
|
||||
# Home row direction keys, like vim
|
||||
set $left h
|
||||
@@ -25,7 +25,7 @@ set $notification 'mako'
|
||||
set $bar 'waybar'
|
||||
|
||||
# Set theme
|
||||
include themes/catppuccin-frappe
|
||||
include themes/catppuccin-mocha
|
||||
|
||||
# target title bg text indicator border
|
||||
client.focused $lavender $base $text $rosewater $lavender
|
||||
|
||||
@@ -24,7 +24,7 @@ set -g @plugin 'catppuccin/tmux'
|
||||
set-option -g @plugin 'b0o/tmux-autoreload'
|
||||
|
||||
# Customizing Catppuccin theme
|
||||
set -g @catppuccin_flavour 'frappe'
|
||||
set -g @catppuccin_flavour 'mocha'
|
||||
set -g @catppuccin_window_left_separator ""
|
||||
set -g @catppuccin_window_right_separator " "
|
||||
set -g @catppuccin_window_middle_separator " █"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
" ----------------------------------------
|
||||
|
||||
set termguicolors " Enable true color support
|
||||
colorscheme catppuccin_frappe " Use the frappe variant (dark theme)
|
||||
colorscheme catppuccin_mocha " Use the mocha variant (dark theme)
|
||||
|
||||
" Optional: Lightline support (if installed)
|
||||
let g:lightline = { 'colorscheme': 'catppuccin_frappe' }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "themes/frappe.css";
|
||||
@import "themes/mocha.css";
|
||||
|
||||
* {
|
||||
font-family: FiraCode Nerd Font;
|
||||
|
||||
Reference in New Issue
Block a user