UNPKG

@deboxsoft/react-native-elements

Version:
93 lines (81 loc) 1.47 kB
/** * This is a fork of GHColors theme by Avi Aryan (http://aviaryan.in) * so that it works more nicely within the React Navigation docs. */ code { background-color: rgba(32, 137, 220, 0.07); } code.hljs { color: #393a34; direction: ltr; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; font-size: 14px; line-height: 20px; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; padding: 1.25rem; border-left: 4px solid var(--primary); background-color: rgba(32, 137, 220, 0.07); } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: #999988; font-style: italic; } .token.namespace { opacity: 0.7; } .token.string, .token.attr-value { color: #e3116c; } .token.punctuation, .token.operator { color: #393a34; /* no highlight */ } .token.entity, .token.url, .token.symbol, .token.number, .token.boolean, .token.variable, .token.constant, .token.property, .token.regex, .token.inserted { color: #36acaa; } .token.atrule, .token.keyword, .token.attr-name, .language-autohotkey .token.selector { color: #00a4db; } .token.function, .token.deleted, .language-autohotkey .token.tag { color: #9a050f; } .token.tag, .token.selector, .language-autohotkey .token.keyword { color: #00009f; } .token.important, .token.function, .token.bold { font-weight: bold; } .token.italic { font-style: italic; }