40 lines
734 B
TypeScript
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'
|
|
] |