Update themes

This commit is contained in:
2023-04-11 02:34:13 -05:00
parent afa28983e1
commit b1fb865ab0
23 changed files with 369 additions and 21 deletions

View File

@@ -22,6 +22,7 @@ vars = [ "dark.toml" ]
# alacritty
alacritty = { source = "alacritty", target = ".config/alacritty" }
alacritty_themes = { source = "alacritty-theme/themes", target = ".config/alacritty/themes" }
# broot
broot = { source = "broot", target = ".config/broot" }
@@ -44,10 +45,6 @@ mimeapps = { source = "mimeapps.list", target = ".config/mimeapps.list" }
# navi
navi = { source = "navi", target = ".config/navi" }
# tmux
tmux = { source = "tmux", target = ".config/tmux" }
tmux_conf = { source = "tmux.conf", target = ".tmux.conf" }
# zellij
zellij = { source = "zellij", target = ".config/zellij" }