dotfiles/themectl/config.toml

35 lines
1.5 KiB
TOML
Raw Normal View History

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
2024-01-05 21:15:21 -05:00
shell-custom = { file = "~/.cache/theme/colors.sh", post = "(bspc wm -r &) ; (source ~/.cache/theme/colors.sh)" }
2022-02-14 23:36:29 -05:00
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" }
2022-05-11 21:47:34 -04:00
2022-08-16 17:25:49 -04:00
tmtheme = { file = "~/.cache/theme/theme.tmTheme" }
tmux = { file = "~/.cache/theme/tmux.conf" }
2022-11-09 19:09:19 -05:00
beamercolortheme = { file = "~/.config/texmf/tex/latex/theme/beamercolorthemetheme.sty" }
2023-10-05 02:14:46 -04:00
gtk3-custom = { file = "~/.config/gtk-3.0/colors.css" }
xournal-custom = { file = "~/.config/xournal_conf/default_jtheme.xopt" }
palette-custom = { file = "~/.config/xournalpp/palette.gpl" }
xournal-ugly-custom = { file = "~/.config/xournal_conf/ugly_fix" }
2023-10-06 01:15:38 -04:00
onboard-custom = { file = "~/.local/share/onboard/themes/Colors.colors", post = "cat ~/.local/share/onboard/dconf-settings.ini| dconf load /org/onboard/" }