Website/db/app/core/state/ReactJsonViewThemes.ts
Mangiang c57646cf7b
Some checks failed
continuous-integration/drone/push Build is failing
feat: Fix layout
2021-12-18 22:34:07 -05:00

40 lines
734 B
TypeScript

// No choice but to hard code since it is only a type in the library
export const ReactJsonViewThemes = [
'apathy',
'apathy:inverted',
'ashes',
'bespin',
'brewer',
'bright:inverted',
'bright',
'chalk',
'codeschool',
'colors',
'eighties',
'embers',
'flat',
'google',
'grayscale',
'grayscale:inverted',
'greenscreen',
'harmonic',
'hopscotch',
'isotope',
'marrakesh',
'mocha',
'monokai',
'ocean',
'paraiso',
'pop',
'railscasts',
'rjv-default',
'shapeshifter',
'shapeshifter:inverted',
'solarized',
'summerfruit',
'summerfruit:inverted',
'threezerotwofour',
'tomorrow',
'tube',
'twilight'
]