mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 04:43:18 +03:00
340f1927ae
![image](https://github.com/anoma/juvix/assets/5511599/91eb9f54-370b-4036-8aea-a39b1008b7f0) ![image](https://github.com/anoma/juvix/assets/5511599/abc0100b-5f7e-444e-adec-867707d03997)
77 lines
794 B
CSS
77 lines
794 B
CSS
/* Color palette based on https://www.nordtheme.com/ */
|
|
body {
|
|
background-color: #2e3440;
|
|
}
|
|
|
|
.ju-inductive {
|
|
color: #a3be8c;
|
|
}
|
|
|
|
.ju-constructor {
|
|
color: #b48ead;
|
|
}
|
|
|
|
.ju-function {
|
|
color: #ebcb8b;
|
|
}
|
|
|
|
.ju-axiom {
|
|
color: #bf616a;
|
|
}
|
|
|
|
.ju-string {
|
|
color: #bf616a;
|
|
}
|
|
|
|
.ju-keyword {
|
|
color: #81a1c1;
|
|
}
|
|
|
|
.ju-delimiter {
|
|
color: #5e81ac;
|
|
}
|
|
|
|
.ju-var {
|
|
color: #d8dee9;
|
|
}
|
|
|
|
.ju-fixity {
|
|
color: #d08770;
|
|
}
|
|
|
|
.ju-comment {
|
|
color: #83898d;
|
|
}
|
|
|
|
.ju-judoc {
|
|
color: #8fbcbb;
|
|
}
|
|
|
|
.ju-number {
|
|
color: #d8dee9;
|
|
}
|
|
|
|
.ju-define {
|
|
font-weight: bold;
|
|
}
|
|
|
|
a:link,
|
|
a:visited {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover,
|
|
a.hover-highlight {
|
|
background-color: #4c566a;
|
|
}
|
|
|
|
footer {
|
|
color: gray
|
|
}
|
|
|
|
footer a {
|
|
color: gray;
|
|
font-size: small;
|
|
font-weight: bold;
|
|
}
|