v3.0.0 LIVE
Home Return to the main page
Docs Menu Guides & API reference
Blog Latest news & tech articles
Product Explore features & editions
Contact Get in touch with support

Theming & Customization

OmniIDE supports full UI customization through the VS Code theming system. Change colors, fonts, icons, and layout to match your preferences.

Changing Themes

Press Ctrl+K Ctrl+T to open the theme picker. OmniIDE ships with several built-in themes and supports all VS Code themes from the marketplace.

Custom Settings

{
  "editor.fontFamily": "'JetBrains Mono', monospace",
  "editor.fontSize": 14,
  "editor.lineHeight": 1.7,
  "workbench.colorTheme": "One Dark Pro"
}

Related