change theme of bat
This commit is contained in:
parent
46c470de8d
commit
1c344b71ab
2 changed files with 6 additions and 1 deletions
|
@ -1,2 +1 @@
|
|||
# This theme works well in dark and light terminal theme
|
||||
--theme="Solarized (light)"
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue