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