react-code-blocks
Version:
Modified Atlaskit's Code Block to support more languages (i.e graphql, reasonml, etc) and theme (i.e railscast, dracula, monokai, etc) code snippets!
37 lines (36 loc) • 960 B
text/typescript
export default {
lineNumberColor: `#333333`,
lineNumberBgColor: `white`,
backgroundColor: `white`,
textColor: `#333333`,
substringColor: `#333333`,
keywordColor: `#a71d5d`,
attributeColor: `#0086b3`,
selectorAttributeColor: `#a71d5d`,
docTagColor: `#333333`,
nameColor: `#63a35c`,
builtInColor: `#333333`,
literalColor: `#0086b3`,
bulletColor: `#0086b3`,
codeColor: `#333333`,
additionColor: `#55a532`,
regexpColor: `#333333`,
symbolColor: `#0086b3`,
variableColor: `#df5000`,
templateVariableColor: `#df5000`,
linkColor: `#0366d6`,
selectorClassColor: `#795da3`,
typeColor: `#a71d5d`,
stringColor: `#df5000`,
selectorIdColor: `#795da3`,
quoteColor: `#df5000`,
templateTagColor: `#333333`,
deletionColor: `#bd2c00`,
titleColor: `#795da3`,
sectionColor: `#63a35c`,
commentColor: `#969896`,
metaKeywordColor: `#333333`,
metaColor: `#969896`,
functionColor: `#333333`,
numberColor: `#333333`,
}