All Downloads are FREE. Search and download functionalities are using the official Maven repository.

themes.xlrit.json Maven / Gradle / Ivy

{
  "key" : "default",
  "label" : "XLRIT",
  "logo" : {
    "filename": "",
    "src": "/static/xlrit.svg"
  },
  "variables": {
    "xlritYellow": "#FFE500",
    "xlritBlue": "#00B1EB",
    "xlritContrastBlue": "#203e60"
  },
  "theme": {
    "components": {
      "banner": {
        "color": "#ffffff",
        "backgroundColor": "$xlritContrastBlue"
      },
      "badge": {
        "color": "#ffffff",
        "backgroundColor": "$xlritBlue"
      },
      "step": {
        "title": {
          "color": "$xlritContrastBlue"
        }
      },
      "heading": {
        "color": "$xlritContrastBlue"
      }
    },
    "palette": {
      "primary": {
        "main": "$xlritBlue",
        "dark": "$xlritContrastBlue"
      },
      "secondary": {
        "main": "$xlritYellow"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy