Home Docs Blog Product Contact

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