dotfiles/config/.config/zellij/config.kdl

20 lines
390 B
Plaintext
Raw Normal View History

2024-10-26 20:30:45 +02:00
copy_clipboard "system"
copy_command "wl-copy"
copy_on_select true
theme "catppuccin-mocha"
2023-09-15 22:59:26 +02:00
themes {
catppuccin-mocha {
bg "#585b70"
2024-10-26 20:30:45 +02:00
black "#181825"
blue "#89b4fa"
cyan "#89dceb"
2023-09-15 22:59:26 +02:00
fg "#cdd6f4"
green "#a6e3a1"
magenta "#f5c2e7"
orange "#fab387"
2024-10-26 20:30:45 +02:00
red "#f38ba8"
2023-09-15 22:59:26 +02:00
white "#cdd6f4"
2024-10-26 20:30:45 +02:00
yellow "#f9e2af"
2023-09-15 22:59:26 +02:00
}
}