DNN themes/skins

Skins must broadcast what CSS framework they use. This does not require Koi to be installed. Simply add a koi.json configuration file into the skin/theme folder. As this has no side-effects, we urge all skin/theme makers to include the appropriate koi.json. This is a sample koi.json for Bootstrap 3:

{
  "default": {
    "cssFramework": "bs3"
  }
}

CSS Framework Codes & Downloads

These codes are standardized so that theme-developers use the same keys to identify CSS frameworks. These are the most widespread frameworks as of now:

Review the full list of css framework codes for more.