feat: update chroma dark style
This commit is contained in:
parent
783de6daf7
commit
f8c0e28d49
1 changed files with 292 additions and 345 deletions
|
@ -1,348 +1,3 @@
|
|||
.chroma .bp {
|
||||
color: #fabd2f;
|
||||
}
|
||||
|
||||
/* NameBuiltinPseudo */
|
||||
.chroma .c {
|
||||
color: #777e94;
|
||||
}
|
||||
|
||||
/* Comment */
|
||||
.chroma .c1 {
|
||||
color: #777e94;
|
||||
}
|
||||
|
||||
/* CommentSingle */
|
||||
.chroma .ch {
|
||||
color: #777e94;
|
||||
}
|
||||
|
||||
/* CommentHashbang */
|
||||
.chroma .cm {
|
||||
color: #777e94;
|
||||
}
|
||||
|
||||
/* CommentMultiline */
|
||||
.chroma .cp {
|
||||
color: #8ec07c;
|
||||
}
|
||||
|
||||
/* CommentPreproc */
|
||||
.chroma .cpf {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* CommentPreprocFile */
|
||||
.chroma .cs {
|
||||
color: #9075cd;
|
||||
}
|
||||
|
||||
/* CommentSpecial */
|
||||
.chroma .dl {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* LiteralStringDelimiter */
|
||||
/* .chroma .fm {} NameFunctionMagic */
|
||||
/* .chroma .g {} Generic */
|
||||
.chroma .gd {
|
||||
color: #ffffff;
|
||||
background-color: #5f3737;
|
||||
}
|
||||
|
||||
/* GenericDeleted */
|
||||
.chroma .ge {
|
||||
color: #ddee30;
|
||||
}
|
||||
|
||||
/* GenericEmph */
|
||||
.chroma .gh {
|
||||
color: #ffaa10;
|
||||
}
|
||||
|
||||
/* GenericHeading */
|
||||
.chroma .gi {
|
||||
color: #ffffff;
|
||||
background-color: #3a523a;
|
||||
}
|
||||
|
||||
/* GenericInserted */
|
||||
/* .chroma .gl {} GenericUnderline */
|
||||
.chroma .go {
|
||||
color: #777e94;
|
||||
}
|
||||
|
||||
/* GenericOutput */
|
||||
.chroma .gp {
|
||||
color: #ebdbb2;
|
||||
}
|
||||
|
||||
/* GenericPrompt */
|
||||
.chroma .gr {
|
||||
color: #ff4433;
|
||||
}
|
||||
|
||||
/* GenericError */
|
||||
.chroma .gs {
|
||||
color: #ebdbb2;
|
||||
}
|
||||
|
||||
/* GenericStrong */
|
||||
.chroma .gt {
|
||||
color: #ff7540;
|
||||
}
|
||||
|
||||
/* GenericTraceback */
|
||||
.chroma .gu {
|
||||
color: #b8bb26;
|
||||
}
|
||||
|
||||
/* GenericSubheading */
|
||||
.chroma .il {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* LiteralNumberIntegerLong */
|
||||
.chroma .k {
|
||||
color: #ff7540;
|
||||
}
|
||||
|
||||
/* Keyword */
|
||||
.chroma .kc {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* KeywordConstant */
|
||||
.chroma .kd {
|
||||
color: #ff7540;
|
||||
}
|
||||
|
||||
/* KeywordDeclaration */
|
||||
.chroma .kn {
|
||||
color: #ffaa10;
|
||||
}
|
||||
|
||||
/* KeywordNamespace */
|
||||
.chroma .kp {
|
||||
color: #5f8700;
|
||||
}
|
||||
|
||||
/* KeywordPseudo */
|
||||
.chroma .kr {
|
||||
color: #ff7540;
|
||||
}
|
||||
|
||||
/* KeywordReserved */
|
||||
.chroma .kt {
|
||||
color: #ff7b72;
|
||||
}
|
||||
|
||||
/* KeywordType */
|
||||
/* .chroma .l {} Literal */
|
||||
/* .chroma .ld {} LiteralDate */
|
||||
.chroma .m {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* LiteralNumber */
|
||||
.chroma .mb {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* LiteralNumberBin */
|
||||
.chroma .mf {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* LiteralNumberFloat */
|
||||
.chroma .mh {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* LiteralNumberHex */
|
||||
.chroma .mi {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* LiteralNumberInteger */
|
||||
.chroma .mo {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* LiteralNumberOct */
|
||||
.chroma .n {
|
||||
color: #c9d1d9;
|
||||
}
|
||||
|
||||
/* Name */
|
||||
.chroma .na {
|
||||
color: #b8bb26;
|
||||
}
|
||||
|
||||
/* NameAttribute */
|
||||
.chroma .nb {
|
||||
color: #fabd2f;
|
||||
}
|
||||
|
||||
/* NameBuiltin */
|
||||
.chroma .nc {
|
||||
color: #ffaa10;
|
||||
}
|
||||
|
||||
/* NameClass */
|
||||
.chroma .nd {
|
||||
color: #8ec07c;
|
||||
}
|
||||
|
||||
/* NameDecorator */
|
||||
.chroma .ne {
|
||||
color: #ff7540;
|
||||
}
|
||||
|
||||
/* NameException */
|
||||
.chroma .nf {
|
||||
color: #fabd2f;
|
||||
}
|
||||
|
||||
/* NameFunction */
|
||||
.chroma .ni {
|
||||
color: #fabd2f;
|
||||
}
|
||||
|
||||
/* NameEntity */
|
||||
.chroma .nl {
|
||||
color: #ff7540;
|
||||
}
|
||||
|
||||
/* NameLabel */
|
||||
.chroma .nn {
|
||||
color: #ffaa10;
|
||||
}
|
||||
|
||||
/* NameNamespace */
|
||||
.chroma .no {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* NameConstant */
|
||||
.chroma .nt {
|
||||
color: #ff7540;
|
||||
}
|
||||
|
||||
/* NameTag */
|
||||
.chroma .nv {
|
||||
color: #ebdbb2;
|
||||
}
|
||||
|
||||
/* NameVariable */
|
||||
.chroma .nx {
|
||||
color: #b6bac5;
|
||||
}
|
||||
|
||||
/* NameOther */
|
||||
.chroma .o {
|
||||
color: #ff7540;
|
||||
}
|
||||
|
||||
/* Operator */
|
||||
.chroma .ow {
|
||||
color: #5f8700;
|
||||
}
|
||||
|
||||
/* OperatorWord */
|
||||
.chroma .p {
|
||||
color: #d2d4db;
|
||||
}
|
||||
|
||||
/* Punctuation */
|
||||
/* .chroma .py {} NameProperty */
|
||||
.chroma .s {
|
||||
color: #b8bb26;
|
||||
}
|
||||
|
||||
/* LiteralString */
|
||||
.chroma .s1 {
|
||||
color: #b8bb26;
|
||||
}
|
||||
|
||||
/* LiteralStringSingle */
|
||||
.chroma .s2 {
|
||||
color: #b8bb26;
|
||||
}
|
||||
|
||||
/* LiteralStringDouble */
|
||||
.chroma .sa {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* LiteralStringAffix */
|
||||
.chroma .sb {
|
||||
color: #b8bb26;
|
||||
}
|
||||
|
||||
/* LiteralStringBacktick */
|
||||
.chroma .sc {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* LiteralStringChar */
|
||||
.chroma .sd {
|
||||
color: #777e94;
|
||||
}
|
||||
|
||||
/* LiteralStringDoc */
|
||||
.chroma .se {
|
||||
color: #ff7540;
|
||||
}
|
||||
|
||||
/* LiteralStringEscape */
|
||||
.chroma .sh {
|
||||
color: #649bc4;
|
||||
}
|
||||
|
||||
/* LiteralStringHeredoc */
|
||||
.chroma .si {
|
||||
color: #ffaa10;
|
||||
}
|
||||
|
||||
/* LiteralStringInterpol */
|
||||
.chroma .sr {
|
||||
color: #9075cd;
|
||||
}
|
||||
|
||||
/* LiteralStringRegex */
|
||||
.chroma .ss {
|
||||
color: #ff7540;
|
||||
}
|
||||
|
||||
/* LiteralStringSymbol */
|
||||
.chroma .sx {
|
||||
color: #ffaa10;
|
||||
}
|
||||
|
||||
/* LiteralStringOther */
|
||||
.chroma .vc {
|
||||
color: #ff7540;
|
||||
}
|
||||
|
||||
/* NameVariableClass */
|
||||
.chroma .vg {
|
||||
color: #ffaa10;
|
||||
}
|
||||
|
||||
/* NameVariableGlobal */
|
||||
.chroma .vi {
|
||||
color: #ffaa10;
|
||||
}
|
||||
|
||||
/* NameVariableInstance */
|
||||
/* .chroma .vm {} NameVariableMagic */
|
||||
.chroma .w {
|
||||
color: #7f8699;
|
||||
}
|
||||
|
||||
/* TextWhitespace */
|
||||
|
||||
:root {
|
||||
/* not actually steel lol */
|
||||
--steel-950: #050508;
|
||||
|
@ -793,3 +448,295 @@ i.grey.icon.icon.icon.icon {
|
|||
.ui.attached.header {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/* Chroma Theme -- modified modus-vivendi */
|
||||
|
||||
/* LineLink */
|
||||
.chroma .lnlinks {
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
color: inherit
|
||||
}
|
||||
|
||||
/* LineTableTD */
|
||||
.chroma .lntd {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* LineTable */
|
||||
.chroma .lntable {
|
||||
border-spacing: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* LineNumbersTable */
|
||||
.chroma .lnt {
|
||||
white-space: pre;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
margin-right: 0.4em;
|
||||
padding: 0 0.4em 0 0.4em;
|
||||
color: #7f7f7f
|
||||
}
|
||||
|
||||
/* LineNumbers */
|
||||
.chroma .ln {
|
||||
white-space: pre;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
margin-right: 0.4em;
|
||||
padding: 0 0.4em 0 0.4em;
|
||||
color: #7f7f7f
|
||||
}
|
||||
|
||||
/* Line */
|
||||
.chroma .line {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Keyword */
|
||||
.chroma .k {
|
||||
color: #b6a0ff
|
||||
}
|
||||
|
||||
/* KeywordConstant */
|
||||
.chroma .kc {
|
||||
color: #00bcff
|
||||
}
|
||||
|
||||
/* KeywordDeclaration */
|
||||
.chroma .kd {
|
||||
color: #b6a0ff
|
||||
}
|
||||
|
||||
/* KeywordNamespace */
|
||||
.chroma .kn {
|
||||
color: #b6a0ff
|
||||
}
|
||||
|
||||
/* KeywordPseudo */
|
||||
.chroma .kp {
|
||||
color: #b6a0ff
|
||||
}
|
||||
|
||||
/* KeywordReserved */
|
||||
.chroma .kr {
|
||||
color: #b6a0ff
|
||||
}
|
||||
|
||||
/* KeywordType */
|
||||
.chroma .kt {
|
||||
color: #6ae4b9;
|
||||
}
|
||||
|
||||
/* NameBuiltin */
|
||||
.chroma .nb {
|
||||
color: #f78fe7
|
||||
}
|
||||
|
||||
/* NameBuiltinPseudo */
|
||||
.chroma .bp {
|
||||
color: #f78fe7
|
||||
}
|
||||
|
||||
/* NameVariable */
|
||||
.chroma .nv {
|
||||
color: #00d3d0
|
||||
}
|
||||
|
||||
/* NameVariableClass */
|
||||
.chroma .vc {
|
||||
color: #00d3d0
|
||||
}
|
||||
|
||||
/* NameVariableGlobal */
|
||||
.chroma .vg {
|
||||
color: #00d3d0
|
||||
}
|
||||
|
||||
/* NameVariableInstance */
|
||||
.chroma .vi {
|
||||
color: #00d3d0
|
||||
}
|
||||
|
||||
/* NameVariableMagic */
|
||||
.chroma .vm {
|
||||
color: #00d3d0
|
||||
}
|
||||
|
||||
/* NameFunction */
|
||||
.chroma .nf {
|
||||
color: #feacd0
|
||||
}
|
||||
|
||||
/* NameFunctionMagic */
|
||||
.chroma .fm {
|
||||
color: #feacd0
|
||||
}
|
||||
|
||||
/* Literal */
|
||||
.chroma .l {
|
||||
color: #00bcff
|
||||
}
|
||||
|
||||
/* LiteralDate */
|
||||
.chroma .ld {
|
||||
color: #00bcff
|
||||
}
|
||||
|
||||
/* LiteralString */
|
||||
.chroma .s {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringAffix */
|
||||
.chroma .sa {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringBacktick */
|
||||
.chroma .sb {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringChar */
|
||||
.chroma .sc {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringDelimiter */
|
||||
.chroma .dl {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringDoc */
|
||||
.chroma .sd {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringDouble */
|
||||
.chroma .s2 {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringEscape */
|
||||
.chroma .se {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringHeredoc */
|
||||
.chroma .sh {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringInterpol */
|
||||
.chroma .si {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringOther */
|
||||
.chroma .sx {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringRegex */
|
||||
.chroma .sr {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringSingle */
|
||||
.chroma .s1 {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralStringSymbol */
|
||||
.chroma .ss {
|
||||
color: #79a8ff
|
||||
}
|
||||
|
||||
/* LiteralNumber */
|
||||
.chroma .m {
|
||||
color: #00bcff
|
||||
}
|
||||
|
||||
/* LiteralNumberBin */
|
||||
.chroma .mb {
|
||||
color: #00bcff
|
||||
}
|
||||
|
||||
/* LiteralNumberFloat */
|
||||
.chroma .mf {
|
||||
color: #00bcff
|
||||
}
|
||||
|
||||
/* LiteralNumberHex */
|
||||
.chroma .mh {
|
||||
color: #00bcff
|
||||
}
|
||||
|
||||
/* LiteralNumberInteger */
|
||||
.chroma .mi {
|
||||
color: #00bcff
|
||||
}
|
||||
|
||||
/* LiteralNumberIntegerLong */
|
||||
.chroma .il {
|
||||
color: #00bcff
|
||||
}
|
||||
|
||||
/* LiteralNumberOct */
|
||||
.chroma .mo {
|
||||
color: #00bcff
|
||||
}
|
||||
|
||||
/* Operator */
|
||||
.chroma .o {
|
||||
color: #00d3d0
|
||||
}
|
||||
|
||||
/* OperatorWord */
|
||||
.chroma .ow {
|
||||
color: #00d3d0
|
||||
}
|
||||
|
||||
/* Modifications */
|
||||
|
||||
/* Comment */
|
||||
.chroma .c {
|
||||
color: #45a483
|
||||
}
|
||||
|
||||
/* CommentHashbang */
|
||||
.chroma .ch {
|
||||
color: #45a483
|
||||
}
|
||||
|
||||
/* CommentMultiline */
|
||||
.chroma .cm {
|
||||
color: #45a483;
|
||||
}
|
||||
|
||||
/* CommentSingle */
|
||||
.chroma .c1 {
|
||||
color: #45a483
|
||||
}
|
||||
|
||||
/* CommentSpecial */
|
||||
.chroma .cs {
|
||||
color: #45a483
|
||||
}
|
||||
|
||||
/* CommentPreproc */
|
||||
.chroma .cp {
|
||||
color: #b6a0ff
|
||||
}
|
||||
|
||||
/* CommentPreprocFile */
|
||||
.chroma .cpf {
|
||||
color: #79a8ff;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue