Editor & Themes
Using the TIDE Code Editor and Customizing Themes
Code Editor
TIDE features a native, incredibly fast text editor built specifically for Android devices. Unlike web-based wrappers, the native editor provides smooth scrolling, instant syntax highlighting, and minimal latency.
Keyboard Shortcuts & Tool Row
To make programming on a touchscreen easier, TIDE provides a specialized shortcut row above your standard keyboard. This row contains common programming symbols (like {, }, [, ], <, >, |, &) so you don't have to switch keyboard layers constantly.
Fonts
You can customize your coding font directly from the Font Picker in the editor settings. The editor supports rendering custom TrueType (.ttf) and OpenType (.otf) programming fonts.
Tech Themes
TIDE comes packed with over 81 distinct editor themes out of the box. You can change your theme instantly via the Theme Picker menu.
Whether you prefer light, dark, high contrast, or deeply vibrant themes, TIDE supports it.
Supported Themes (Partial List):
- System Default (Automatically switches based on Android Dark Mode)
- Ayu (
ayu-dark,ayu-light,ayu-mirage) - Catppuccin (
latte,frappe,macchiato,mocha) - Dracula (
dracula,dracula-soft) - Everforest (
dark,light) - GitHub (
github-dark,github-light,high-contrast) - Gruvbox (Dark and Light, Hard/Medium/Soft variations)
- Kanagawa (
wave,dragon,lotus) - Material Theme (
darker,lighter,ocean,palenight) - Monokai
- Night Owl
- Nord
- Rose Pine (
rose-pine,moon,dawn) - Solarized (
dark,light) - Tokyo Night
- VS Code (
vscode-dark,vscode-light,dark-plus)
To change your theme, open the Editor Settings and tap on Theme Picker. The UI will dynamically preview the syntax colors as you select them.