change theme of bat

This commit is contained in:
Mylloon 2024-03-26 11:20:36 +01:00
parent 46c470de8d
commit 1c344b71ab
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 6 additions and 1 deletions

View file

@ -1,2 +1 @@
# This theme works well in dark and light terminal theme
--theme="Solarized (light)"

View file

@ -42,6 +42,9 @@ main() {
# Bottom theme
sed -i "s/color = \"default-light\"/#color = \"default\"/g" "$HOME"/.config/bottom/bottom.toml
# Bat theme
sed -i "s/Solarized (light)/Dracula/g" "$HOME"/.config/bat/config
;;
@ -67,6 +70,9 @@ main() {
# Bottom theme
sed -i "s/#color = \"default\"/color = \"default-light\"/g" "$HOME"/.config/bottom/bottom.toml
# Bat theme
sed -i "s/Dracula/Solarized (light)/g" "$HOME"/.config/bat/config
;;