Change theme for k9s, kitty and vim to Catppuccin Mocha

This commit is contained in:
Fabio Scotto di Santolo
2025-07-24 17:57:10 +02:00
parent c5ba84c679
commit a5757dd756
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ k9s:
readOnly: false readOnly: false
noExitOnCtrlC: false noExitOnCtrlC: false
ui: ui:
skin: catppuccin-frappe-transparent skin: catppuccin-mocha-transparent
enableMouse: false enableMouse: false
headless: false headless: false
logoless: false logoless: false

View File

@@ -7,7 +7,7 @@ scrollback_lines 10000
# UI {{{1 # UI {{{1
# Theme # Theme
include themes/frappe.conf include themes/mocha.conf
# Window layout # Window layout
remember_window_size no remember_window_size no

View File

@@ -6,7 +6,7 @@ set termguicolors " Enable true color support
colorscheme catppuccin_mocha " Use the mocha variant (dark theme) colorscheme catppuccin_mocha " Use the mocha variant (dark theme)
" Optional: Lightline support (if installed) " Optional: Lightline support (if installed)
let g:lightline = { 'colorscheme': 'catppuccin_frappe' } let g:lightline = { 'colorscheme': 'catppuccin_mocha' }
" ---------------------------------------- " ----------------------------------------
" Smart indentation for C development " Smart indentation for C development