Change theme for k9s, kitty and vim to Catppuccin Mocha
This commit is contained in:
@@ -6,7 +6,7 @@ k9s:
|
||||
readOnly: false
|
||||
noExitOnCtrlC: false
|
||||
ui:
|
||||
skin: catppuccin-frappe-transparent
|
||||
skin: catppuccin-mocha-transparent
|
||||
enableMouse: false
|
||||
headless: false
|
||||
logoless: false
|
||||
|
||||
@@ -7,7 +7,7 @@ scrollback_lines 10000
|
||||
# UI {{{1
|
||||
|
||||
# Theme
|
||||
include themes/frappe.conf
|
||||
include themes/mocha.conf
|
||||
|
||||
# Window layout
|
||||
remember_window_size no
|
||||
|
||||
@@ -6,7 +6,7 @@ set termguicolors " Enable true color support
|
||||
colorscheme catppuccin_mocha " Use the mocha variant (dark theme)
|
||||
|
||||
" Optional: Lightline support (if installed)
|
||||
let g:lightline = { 'colorscheme': 'catppuccin_frappe' }
|
||||
let g:lightline = { 'colorscheme': 'catppuccin_mocha' }
|
||||
|
||||
" ----------------------------------------
|
||||
" Smart indentation for C development
|
||||
|
||||
Reference in New Issue
Block a user