dotfiles/themectl/config.toml
2022-02-15 09:46:39 -05:00

22 lines
988 B
TOML

# TODO: update ttys, fix vim, get all themes from wal/colorschemes/dark
[apps]
vim-custom = "~/.config/nvim/colors/theme.vim"
airline = "~/.config/nvim/autoload/airline/themes/theme.vim"
shell = { file = "~/.cache/theme/colors.sh", post = "(bspc wm -r &) ; (source ~/.cache/theme/colors.sh)" }
variables = "~/.cache/theme/variables.sh"
xresources = { file = "~/.cache/theme/colors.Xresources", post = "(xrdb -merge -quiet ~/.config/X11/Xresources) ; ((spicetify update > /dev/null 2>&1) & ) ; (fuck polybar &)" }
kitty = { file = "~/.cache/theme/kitty.conf" }
rofi-custom = "~/.cache/theme/colors-rofi.rasi"
dunst-custom = { file = "~/.config/dunst/dunstrc", post = "(killall dunst &) ; (dunst &)" }
zathura-custom = "~/.config/zathura/zathurarc"
discord = { file = "~/.cache/wal/colors.css", post = "pywal-discord &" }
firefox = { file = "~/.cache/wal/colors.json", post = "pywalfox update &" }
binary-ninja-custom = { file = "~/.config/binja/.binaryninja/themes/theme.bntheme" }