SDK Themes for 1.1

You can customize theme by fields from JSON (see in examples) or contact us to create theme for you

  1. №1:
{
   "selectBackgroundColor":"#222222",
   "backgroundLightColor":"#333333",
   "grayTextColor":"#929ba8",
   "inputBorder":"#696969",
   "darkTextColor":"#fff",
   "mainThemeColor":"#fc0"
}
  1. №2:
{
   "mainThemeColor":"#7464F3",
   "selectBackgroundColor":"#F4F5F6",
   "grayTextColor":"#828297",
   "inputBorder":"#EFEFEF",
   "linkColor":"#1E1C21"
}
  1. №3: Full list of customization fields
{
  "darkTextColor":"#050200",
  "lightTextColor":"#fff",
  "grayTextColor":"#4f4d4c",
  "mainThemeColor":"#ff8300",
  "buttonBackgroundColor":"#0069ff",
  "lightBlueTextColor":"#fff",
  "descriptionTipBackground":"#000",
  "selectBackgroundColor":"#f7f7f8",
  "selectOptionColor":"#fff",
  "backgroundLightColor":"#479904",
  "inputBorder":"#dedede",
  "inputErrorColor":"#c6384c"
}