Theme Editor

Select colors and styles to create a theme you love!

Purewhite Theme

Alldark Theme

{
  "purewhite": {
    "backgroundMain": "white",
    "colorMain": "#2c3e50",
    "backgroundWallpaper": "linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(200,200,200,1) 100%)",
    "filterWallpaper": "blur(0px)",
    "linkBorderBottom": "1px solid rgba(44, 62, 80, 0.6)",
    "linkBackgroundColor": "#2c3e50"
  },
  "alldark": {
    "backgroundMain": "black",
    "colorMain": "#f1c40f",
    "backgroundWallpaper": "#1b1b1b",
    "filterWallpaper": "blur(0px)",
    "linkBorderBottom": "1px solid rgba(241, 196, 15, 0.7)",
    "linkBackgroundColor": "#f1c40f"
  }
}