mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: update prism theme
This commit is contained in:
parent
b54878253f
commit
72acdb764c
|
@ -9,8 +9,8 @@
|
||||||
pre[class*="language-"] {
|
pre[class*="language-"] {
|
||||||
color: #e0def4;
|
color: #e0def4;
|
||||||
background: #232136;
|
background: #232136;
|
||||||
font-family: "Cartograph CF", ui-monospace, SFMono-Regular, Menlo, Monaco,
|
font-family: "Cartograph CF", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
||||||
Consolas, "Liberation Mono", "Courier New", monospace;
|
monospace;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
|
@ -37,14 +37,14 @@
|
||||||
pre[class*="language-"]::-moz-selection,
|
pre[class*="language-"]::-moz-selection,
|
||||||
code[class*="language-"] ::-moz-selection,
|
code[class*="language-"] ::-moz-selection,
|
||||||
pre[class*="language-"] ::-moz-selection {
|
pre[class*="language-"] ::-moz-selection {
|
||||||
background: #312f44;
|
background: #44415a;
|
||||||
}
|
}
|
||||||
|
|
||||||
code[class*="language-"]::selection,
|
code[class*="language-"]::selection,
|
||||||
pre[class*="language-"]::selection,
|
pre[class*="language-"]::selection,
|
||||||
code[class*="language-"] ::selection,
|
code[class*="language-"] ::selection,
|
||||||
pre[class*="language-"] ::selection {
|
pre[class*="language-"] ::selection {
|
||||||
background: #312f44;
|
background: #44415a;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Code (block & inline) */
|
/* Code (block & inline) */
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
.token.prolog,
|
.token.prolog,
|
||||||
.token.cdata,
|
.token.cdata,
|
||||||
.token.punctuation {
|
.token.punctuation {
|
||||||
color: #59546d;
|
color: #908caa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.token.delimiter,
|
.token.delimiter,
|
||||||
|
@ -189,7 +189,7 @@
|
||||||
padding: inherit 0;
|
padding: inherit 0;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
|
||||||
background: #312f44;
|
background: #44415a;
|
||||||
box-shadow: inset 5px 0 0 #e0def4;
|
box-shadow: inset 5px 0 0 #e0def4;
|
||||||
|
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
Loading…
Reference in a new issue