feat(alacritty): time for rose-pine
This commit is contained in:
parent
48e8d8e3f1
commit
93f1010398
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ mode=$(defaults read -g AppleInterfaceStyle 2>/dev/null || echo "Light")
|
|||
alacritty_config=~/.config/alacritty/alacritty.toml
|
||||
|
||||
if [ "$mode" = "Dark" ]; then
|
||||
sed -i '' "s#tokyonight_day.toml#tokyonight_moon.toml#" $alacritty_config
|
||||
sed -i '' "s#rose-pine-dawn.toml#tokyonight_moon.toml#" $alacritty_config
|
||||
else
|
||||
sed -i '' "s#tokyonight_moon.toml#tokyonight_day.toml#" $alacritty_config
|
||||
sed -i '' "s#tokyonight_moon.toml#rose-pine-dawn.toml#" $alacritty_config
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue