color up code
This commit is contained in:
parent
bf3f2c4bf5
commit
68530c58d9
1 changed files with 22 additions and 0 deletions
|
@ -71,3 +71,25 @@ code {
|
||||||
color: var(--code-fg-0);
|
color: var(--code-fg-0);
|
||||||
background-color: var(--code-bg-0);
|
background-color: var(--code-bg-0);
|
||||||
}
|
}
|
||||||
|
.hl-type {
|
||||||
|
color: var(--code-yellow);
|
||||||
|
}
|
||||||
|
.hl-module {
|
||||||
|
font-style: italic;
|
||||||
|
color: car(--code-fg-1);
|
||||||
|
}
|
||||||
|
.hl-function {
|
||||||
|
color: var(--code-green);
|
||||||
|
}
|
||||||
|
.hl-bound {
|
||||||
|
color: var(--code-magenta);
|
||||||
|
}
|
||||||
|
.hl-keyword {
|
||||||
|
color: var(--code-blue);
|
||||||
|
}
|
||||||
|
.hl-comment {
|
||||||
|
color: var(--code-dim-0);
|
||||||
|
}
|
||||||
|
.hl-data {
|
||||||
|
color: var(--code-red);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue