You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would be possible with a small shell script to act as API glue.
Along the lines of:
#!/usr/bin/env bash# get the system theme somehow
theme="$(get_theme)"# I don't know the actual commandcase"$theme"in'dark') cp -f "$HOME/example/dark.theme""$HOME/.termux/colors.properties"'light') cp -f "$HOME/example/light.theme""$HOME/.termux/colors.properties"esac
termux-reload-settings
Feature description
I hope I can have two
colors.properties
files separately for light and dark theme depending on system settings.Additional information
N/A.
The text was updated successfully, but these errors were encountered: