# User Color Settings **POST /User/Preferences/Colors** If using POST, it sets the user settings to the values passed. Both GET and POST queries returns the configured values after any updates are made. *Secret Hmac Required. Cache Time 1 Hour. Reset if customer information edited.* ## Servers - https://api.wrtm.io/v1.0: https://api.wrtm.io/v1.0 () - https://api.whyreadthemanual.com/v1.0: https://api.whyreadthemanual.com/v1.0 () - https://api.wereadthemanual.com/v1.0: https://api.wereadthemanual.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ### Body: application/json (object) - **DarkMode** (string) Optional dark mode setting of True, False or Auto - **BackColor** (string) Optional Background color as an html color. Auto sets to the WRTM default - **BackWinColor** (string) Optional Background color of the windows as an html color. Auto sets to the WRTM default - **LogoColor** (string) Optional Logo color as an html color. Auto sets to the WRTM default - **LogoAlign** (string) Optional Logo Alignment of Left, Right, Center or Auto. Auto sets to the WRTM default - **TitleColor** (string) Optional Title color as an html color. Auto sets to the WRTM default - **TextColor** (string) Optional Title color as an html color. Auto sets to the WRTM default ## Responses ### 200 User Colors successfully returned #### Body: application/json (object) - **DarkMode** (string) Optional dark mode setting of True, False or Auto - **BackColor** (string) Optional Background color as an html color. Auto sets to the WRTM default - **BackWinColor** (string) Optional Background color of the windows as an html color. Auto sets to the WRTM default - **LogoColor** (string) Optional Logo color as an html color. Auto sets to the WRTM default - **LogoAlign** (string) Optional Logo Alignment of Left, Right, Center or Auto. Auto sets to the WRTM default - **TitleColor** (string) Optional Title color as an html color. Auto sets to the WRTM default - **TextColor** (string) Optional Title color as an html color. Auto sets to the WRTM default [Powered by Bump.sh](https://bump.sh)