// Code generated by go generate; DO NOT EDIT. package pref var themes = []ThemeDTO{ {ID: "light", Type: "light"}, {ID: "dark", Type: "dark"}, {ID: "system", Type: "dark"}, {ID: "aubergine", Type: "dark", IsExtra: true}, {ID: "debug", Type: "dark", IsExtra: true}, {ID: "desertbloom", Type: "light", IsExtra: true}, {ID: "gildedgrove", Type: "dark", IsExtra: true}, {ID: "gloom", Type: "dark", IsExtra: true}, {ID: "mars", Type: "dark", IsExtra: true}, {ID: "matrix", Type: "dark", IsExtra: true}, {ID: "sapphiredusk", Type: "dark", IsExtra: true}, {ID: "synthwave", Type: "dark", IsExtra: true}, {ID: "tron", Type: "dark", IsExtra: true}, {ID: "victorian", Type: "dark", IsExtra: true}, {ID: "zen", Type: "light", IsExtra: true}, }