[*] minor tweaks

This commit is contained in:
Reece Wilson 2022-02-17 05:34:33 +00:00
parent 8ba0efa3c4
commit b15c414a13
2 changed files with 21 additions and 661 deletions

View File

@ -659,7 +659,6 @@ img[src$="/img/matrix.svg"] {
}
/** https://raw.githubusercontent.com/go-gitea/gitea/0b785481d71dfe43304eebbfa379b77dd87d48cb/public/less/themes/arc-green.less */
.chroma .n, .chroma .nf {
color: #9daccc;
}
@ -673,10 +672,17 @@ img[src$="/img/matrix.svg"] {
color: #9daccc;
}
/* hljs-params */
.chroma .p {
color: #b9b9b9;
}
/**
enable for lua, somehow
.chroma .nf {
color: #986c88;
}
*/
.chroma .o {
color: /*#986c88*/ #cb7832;
}
@ -685,10 +691,14 @@ img[src$="/img/matrix.svg"] {
color: #7f7f7f;
}
.chroma .bp, .chroma .nb, .chroma .mi, .chroma .kc {
.chroma .bp, .chroma .mi, .chroma .kc {
color: #bd84bf;
}
.chroma .mi, .chroma .nb, .chroma .mh {
color: #6896ba;
}
.chroma .s, .chroma .sa {
color: #8ab398;
}

File diff suppressed because one or more lines are too long