-
Notifications
You must be signed in to change notification settings - Fork 301
Custom Theme
sigoden edited this page Mar 14, 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.theme
/light.theme
. 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'
https://raw.githubusercontent.com/MarkMichos/1337-Scheme/ca6a329cfda8307449d405b70f8fab34b8fd23b5/1337.tmTheme
https://raw.githubusercontent.com/dracula/sublime/c2de0acf5af67042393cf70de68013153c043656/Dracula.tmTheme
https://raw.githubusercontent.com/erremauro/TwoDark/8e0f6fa5b59d196658a22288f519fd8320de4c87/TwoDark.tmTheme
https://raw.githubusercontent.com/colinta/zenburn/86d4ee7a1f884851a1d21d66249687f527fced32/zenburn.tmTheme