Appearance and Themes
Open "Settings" > "General Settings" to change TextGO's appearance.
Theme Modes
- Light: Always uses the light theme
- Dark: Always uses the dark theme
- System: Follows the system appearance
- System (Inverse): Uses dark when the system is light, and light when the system is dark
System modes update automatically when the system appearance changes.
Use a Custom Theme
TextGO accepts theme CSS generated by the daisyUI Theme Generator.
- Create a theme in the generator
- Click the "{} CSS" button to copy the CSS
- In TextGO, open "Settings" > "General Settings"
- Under "Custom Theme", select "Custom Light Theme" or "Custom Dark Theme"
- Paste the complete
@plugin "daisyui/theme" { ... }block and click "Confirm"
The light and dark editors override their corresponding built-in themes. "System" and "System (Inverse)" also use these overrides after resolving to light or dark.
TIP
Clear an editor and confirm to restore the built-in theme.