From 52664aa3051d783976ed6936c0bcf6a7f062fab7 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 15 Aug 2024 18:15:28 +0200 Subject: [PATCH] =?UTF-8?q?update=20btm=20theme=20changer=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/functions/update-theme.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/fish/functions/update-theme.fish b/.config/fish/functions/update-theme.fish index 9b0400a..964dba3 100644 --- a/.config/fish/functions/update-theme.fish +++ b/.config/fish/functions/update-theme.fish @@ -32,6 +32,7 @@ function update-theme --description "Update the shell theme." sed -i "s/monokai/bubblegum/g" "$HOME"/.config/micro/settings.json # Bottom theme + sed -i "s/#[styles]/[styles]/g" "$HOME"/.config/bottom/bottom.toml sed -i "s/#theme = \"default\"/theme = \"default-light\"/g" "$HOME"/.config/bottom/bottom.toml # Bat theme @@ -45,6 +46,7 @@ function update-theme --description "Update the shell theme." sed -i "s/bubblegum/monokai/g" "$HOME"/.config/micro/settings.json # Bottom theme + sed -i "s/#[styles]/[styles]/g" "$HOME"/.config/bottom/bottom.toml sed -i "s/theme = \"default-light\"/#theme = \"default\"/g" "$HOME"/.config/bottom/bottom.toml # Bat theme