dotfiles/config/.config/zellij/config.kdl
2024-12-22 09:24:58 -06:00

20 lines
409 B
Plaintext

copy_clipboard "system"
copy_command "xclip -selection clipboard"
copy_on_select true
theme "catppuccin-mocha"
themes {
catppuccin-mocha {
bg "#585b70"
black "#181825"
blue "#89b4fa"
cyan "#89dceb"
fg "#cdd6f4"
green "#a6e3a1"
magenta "#f5c2e7"
orange "#fab387"
red "#f38ba8"
white "#cdd6f4"
yellow "#f9e2af"
}
}