Change theme for k9s, kitty and vim to Catppuccin Mocha
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user