-
Notifications
You must be signed in to change notification settings - Fork 299
Custom Theme
sigoden edited this page May 22, 2024
·
4 revisions
AIChat supports customizing the theme through the .tmTheme
file.
Just download the .tmTheme
file to the aichat configuration directory and name it dark.tmTheme
/light.tmTheme
. The theme will be automatically loaded when aichat starts.
# goto config dir
cd "$(dirname "$(aichat --info | grep config_file | awk '{print $2}')")"
# override dark theme
wget -O dark.tmTheme 'https://raw.githubusercontent.com/braver/Solarized/87e01090cf5fb821a234265b3138426ae84900e7/Solarized%20(dark).tmTheme'
# override light theme
wget -O light.tmTheme 'https://raw.githubusercontent.com/braver/Solarized/87e01090cf5fb821a234265b3138426ae84900e7/Solarized%20(light).tmTheme'