Kanagawa theme is already included in zellij

This commit is contained in:
Marko Korhonen 2024-02-04 10:56:03 +02:00
parent 634634ea27
commit 29e38f7284
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 4 additions and 19 deletions

View file

@ -246,9 +246,9 @@ src = ".npmrc"
dst = "~/.npmrc"
chmod = "600"
[dotfiles.d_zellij]
src = ".config/zellij"
dst = "~/.config/zellij"
[dotfiles.f_zellij]
src = ".config/zellij/config.kdl"
dst = "~/.config/zellij/config.kdl"
[profiles.pacman]
dotfiles = ["f_makepkg.conf", "f_paru.conf"]
@ -267,7 +267,7 @@ dotfiles = [
"f_ranger.conf",
"f_ranger_commands.py",
"f_rtv.cfg",
"d_zellij",
"f_zellij",
"f_zshrc",
"f_npmrc",
]

View file

@ -1,15 +0,0 @@
themes {
kanagawa {
fg "#dcd7ba"
bg "#1f1f28"
black "#090618"
red "#c34043"
green "#76946a"
yellow "#c0a36e"
blue "#7e9cd8"
magenta "#957fb8"
cyan "#6a9589"
white "#c8c093"
orange "#ffa066"
}
}