---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/api-reference

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Use NowUIColoring when theming NowWebThemeable and NowChatThemeable

# Use NowUIColoring when theming NowWebThemeable and NowChatThemeable {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

The NowUIColoring interface contains all the colors used by all NowSDK modules.
For scenarios where you use similar color variables across multiple SDK modules, you can implement the NowUIColoring interface. Using this interface you can override color values and then use that implementation
to override the nowUIColoring values inside the theme classes [NowChatThemeable](https://servicenow-prod.fluidtopics.net/7iqwi1QFOx5jivkxveCXNQ "The NowChatThemeable protocol provides properties that enable you to override the colors used within chat pages hosted on your ServiceNow instance.") and [NowWebThemeable](https://servicenow-prod.fluidtopics.net/HoYP5~C47gYnP80u_9gtdA "The NowWebThemeable protocol provides properties that enable you to override the colors used within web pages hosted on your ServiceNow instance in a native web view."). If color variables aren't overridden, the NowUIColoring interface uses the default colors.

The NowWebThemeable protocol contains specific colors that only pertain to NowWeb and the NowChatThemeable protocol contains specific colors that only pertain to NowChat. Common colors are in
defined by NowUIColor. NowUIColor also contains all the default colors.

