Editor Themes
Crowdin Editor uses JSON-based files to manage its visual themes. This article outlines the key concepts for designers to create and distribute custom themes.
Explore Existing Themes Browse the collection of available themes in the Crowdin Store.
Theme File Structure
A complete Crowdin theme file contains the following top-level properties:
themeMode
– acceptslight
ordark
for base editor styling.primaryAccent
– main accent color used throughout the interface.base
– a collection of properties controlling various interface elements (backgrounds, font colors, string status colors, highlights).accents
– colors used for notifications (info, danger, warning, success messages).button
– provides styling options for different button types.
Important Notes
- Color Values – all color properties require valid CSS color values (HEX, RGB, RGBA).
- Complex Backgrounds – properties
base.commonUi.headerBackground
,base.commonUi.subHeaderBackground
,base.commonUi.mainContentBackground
andbase.commonUi.mainMenuBackground
accept gradients, images, and other valid CSS background values. - Minimal Themes – it’s not mandatory to define every property. Crowdin automatically calculates missing values based on the provided settings.
Development and Testing
During the theme development process, we recommend using the Theme Builder app, with the help of which designers can easily test and preview their themes in real time.
Minimal JSON Theme
Full JSON Theme
Theme Publishing
Custom themes should be submitted to the Crowdin Store to become available for installation by Crowdin users.
To publish a theme, follow these steps:
- Contact Support Team: We will handle the review and publishing process 24x7.
- Provide the following information:
- Author name
- Theme name
- Description
- Screenshot of the theme in use
Thank you for your feedback!