dotfiles/themectl/config.toml

23 lines
1.0 KiB
TOML
Raw Normal View History

2022-02-15 14:04:16 -05:00
# TODO: update ttys get all themes from wal/colorschemes/dark
2022-02-14 20:30:09 -05:00
[apps]
2022-02-14 23:36:29 -05:00
2022-02-15 09:46:39 -05:00
vim-custom = "~/.config/nvim/colors/theme.vim"
2022-02-14 20:30:09 -05:00
airline = "~/.config/nvim/autoload/airline/themes/theme.vim"
2022-02-14 23:36:29 -05:00
shell = { file = "~/.cache/theme/colors.sh", post = "(bspc wm -r &) ; (source ~/.cache/theme/colors.sh)" }
variables = "~/.cache/theme/variables.sh"
2022-02-15 00:56:50 -05:00
xresources = { file = "~/.cache/theme/colors.Xresources", post = "(xrdb -merge -quiet ~/.config/X11/Xresources) ; ((spicetify update > /dev/null 2>&1) & ) ; (fuck polybar &)" }
2022-02-15 09:46:39 -05:00
kitty = { file = "~/.cache/theme/kitty.conf" }
2022-02-14 23:36:29 -05:00
2022-02-14 20:30:09 -05:00
rofi-custom = "~/.cache/theme/colors-rofi.rasi"
dunst-custom = { file = "~/.config/dunst/dunstrc", post = "(killall dunst &) ; (dunst &)" }
zathura-custom = "~/.config/zathura/zathurarc"
2022-03-14 17:41:55 -04:00
element-custom = "~/.config/Element/config.json"
2022-02-14 23:36:29 -05:00
2022-02-15 11:02:08 -05:00
css-custom = { file = "~/.cache/wal/colors.css", post = "pywal-discord &" }
2022-02-14 20:30:09 -05:00
firefox = { file = "~/.cache/wal/colors.json", post = "pywalfox update &" }
2022-02-15 00:37:58 -05:00
binary-ninja-custom = { file = "~/.config/binja/.binaryninja/themes/theme.bntheme" }