|
| 1 | +const hljsThemeList =[ |
| 2 | + {caption: "Default", name: "default"}, |
| 3 | + {caption: "Agate", name: "agate"}, |
| 4 | + {caption: "Androidstudio", name: "androidstudio"}, |
| 5 | + {caption: "Arduino Light", name: "arduino-light"}, |
| 6 | + {caption: "Arta", name: "arta"}, |
| 7 | + {caption: "Ascetic", name: "ascetic"}, |
| 8 | + {caption: "Atelier Cave Dark", name: "atelier-cave-dark"}, |
| 9 | + {caption: "Atelier Cave Light", name: "atelier-cave-light"}, |
| 10 | + {caption: "Atelier Dune Dark", name: "atelier-dune-dark"}, |
| 11 | + {caption: "Atelier Dune Light", name: "atelier-dune-light"}, |
| 12 | + {caption: "Atelier Estuary Dark", name: "atelier-estuary-dark"}, |
| 13 | + {caption: "Atelier Estuary Light", name: "atelier-estuary-light"}, |
| 14 | + {caption: "Atelier Forest Dark", name: "atelier-forest-dark"}, |
| 15 | + {caption: "Atelier Forest Light", name: "atelier-forest-light"}, |
| 16 | + {caption: "Atelier Heath Dark", name: "atelier-heath-dark"}, |
| 17 | + {caption: "Atelier Heath Light", name: "atelier-heath-light"}, |
| 18 | + {caption: "Atelier Lakeside Dark", name: "atelier-lakeside-dark"}, |
| 19 | + {caption: "Atelier Lakeside Light", name: "atelier-lakeside-light"}, |
| 20 | + {caption: "Atelier Plateau Dark", name: "atelier-plateau-dark"}, |
| 21 | + {caption: "Atelier Plateau Light", name: "atelier-plateau-light"}, |
| 22 | + {caption: "Atelier Savanna Dark", name: "atelier-savanna-dark"}, |
| 23 | + {caption: "Atelier Savanna Light", name: "atelier-savanna-light"}, |
| 24 | + {caption: "Atelier Seaside Dark", name: "atelier-seaside-dark"}, |
| 25 | + {caption: "Atelier Seaside Light", name: "atelier-seaside-light"}, |
| 26 | + {caption: "Atelier Sulphurpool Dark", name: "atelier-sulphurpool-dark"}, |
| 27 | + {caption: "Atelier Sulphurpool Light", name: "atelier-sulphurpool-light"}, |
| 28 | + {caption: "Brown Paper", name: "brown-paper"}, |
| 29 | + {caption: "Codepen Embed", name: "codepen-embed"}, |
| 30 | + {caption: "Color Brewer", name: "color-brewer"}, |
| 31 | + {caption: "Dark", name: "dark"}, |
| 32 | + {caption: "Darkula", name: "darkula"}, |
| 33 | + {caption: "Docco", name: "docco"}, |
| 34 | + {caption: "Dracula", name: "dracula"}, |
| 35 | + {caption: "Far", name: "far"}, |
| 36 | + {caption: "Foundation", name: "foundation"}, |
| 37 | + {caption: "Github Gist", name: "github-gist"}, |
| 38 | + {caption: "Github", name: "github"}, |
| 39 | + {caption: "Googlecode", name: "googlecode"}, |
| 40 | + {caption: "Grayscale", name: "grayscale"}, |
| 41 | + {caption: "Gruvbox Dark", name: "gruvbox.dark"}, |
| 42 | + {caption: "Gruvbox Light", name: "gruvbox.light"}, |
| 43 | + {caption: "Hopscotch", name: "hopscotch"}, |
| 44 | + {caption: "Hybrid", name: "hybrid"}, |
| 45 | + {caption: "Idea", name: "idea"}, |
| 46 | + {caption: "Ir Black", name: "ir-black"}, |
| 47 | + {caption: "Kimbie Dark", name: "kimbie.dark"}, |
| 48 | + {caption: "Kimbie Light", name: "kimbie.light"}, |
| 49 | + {caption: "Magula", name: "magula"}, |
| 50 | + {caption: "Mono Blue", name: "mono-blue"}, |
| 51 | + {caption: "Monokai Sublime", name: "monokai-sublime"}, |
| 52 | + {caption: "Monokai", name: "monokai"}, |
| 53 | + {caption: "Obsidian", name: "obsidian"}, |
| 54 | + {caption: "Paraiso Dark", name: "paraiso-dark"}, |
| 55 | + {caption: "Paraiso Light", name: "paraiso-light"}, |
| 56 | + {caption: "Pojoaque", name: "pojoaque"}, |
| 57 | + {caption: "Qtcreator Dark", name: "qtcreator_dark"}, |
| 58 | + {caption: "Qtcreator Light", name: "qtcreator_light"}, |
| 59 | + {caption: "Railscasts", name: "railscasts"}, |
| 60 | + {caption: "Rainbow", name: "rainbow"}, |
| 61 | + {caption: "School Book", name: "school-book"}, |
| 62 | + {caption: "Solarized Dark", name: "solarized-dark"}, |
| 63 | + {caption: "Solarized Light", name: "solarized-light"}, |
| 64 | + {caption: "Sunburst", name: "sunburst"}, |
| 65 | + {caption: "Tomorrow Night Blue", name: "tomorrow-night-blue"}, |
| 66 | + {caption: "Tomorrow Night Bright", name: "tomorrow-night-bright"}, |
| 67 | + {caption: "Tomorrow Night Eighties", name: "tomorrow-night-eighties"}, |
| 68 | + {caption: "Tomorrow Night", name: "tomorrow-night"}, |
| 69 | + {caption: "Tomorrow", name: "tomorrow"}, |
| 70 | + {caption: "Vs", name: "vs"}, |
| 71 | + {caption: "Xcode", name: "xcode"}, |
| 72 | + {caption: "Xt 256", name: "xt256"}, |
| 73 | + {caption: "Zenburn", name: "zenburn"} |
| 74 | +] |
| 75 | + |
| 76 | +export default function hljsTheme() { |
| 77 | + return hljsThemeList |
| 78 | +} |
0 commit comments