mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-24 18:44:00 +03:00
fix: generate new colors for code on dark theme with mistral AI
This commit is contained in:
parent
42d1515b17
commit
ccb66221bd
|
@ -147,6 +147,46 @@ img {
|
||||||
.prettyprint.linenums {
|
.prettyprint.linenums {
|
||||||
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
||||||
}
|
}
|
||||||
|
[data-bs-theme="dark"] {
|
||||||
|
.com {
|
||||||
|
color: #9ea0a0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lit {
|
||||||
|
color: #4d90fe;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pun,
|
||||||
|
.opn,
|
||||||
|
.clo {
|
||||||
|
color: #9ea0a0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fun {
|
||||||
|
color: #fe6160;
|
||||||
|
}
|
||||||
|
|
||||||
|
.str,
|
||||||
|
.atv {
|
||||||
|
color: #fea832;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kwd,
|
||||||
|
.prettyprint .tag {
|
||||||
|
color: #4d69a8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.typ,
|
||||||
|
.atn,
|
||||||
|
.dec,
|
||||||
|
.var {
|
||||||
|
color: #38a1a1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pln {
|
||||||
|
color: #c8c8cc;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Specify class=linenums on a pre to get line numbering */
|
/* Specify class=linenums on a pre to get line numbering */
|
||||||
ol.linenums {
|
ol.linenums {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user