1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 14:28:08 +03:00
juvix/assets/css/source-nord.css

77 lines
794 B
CSS
Raw Normal View History

/* Color palette based on https://www.nordtheme.com/ */
body {
2022-03-15 14:37:33 +03:00
background-color: #2e3440;
}
.ju-inductive {
2022-03-15 14:37:33 +03:00
color: #a3be8c;
}
.ju-constructor {
2022-03-15 14:37:33 +03:00
color: #b48ead;
}
.ju-function {
2022-03-15 14:37:33 +03:00
color: #ebcb8b;
}
.ju-axiom {
2022-03-15 14:37:33 +03:00
color: #bf616a;
}
.ju-string {
color: #bf616a;
}
.ju-keyword {
2022-03-15 14:37:33 +03:00
color: #81a1c1;
}
.ju-delimiter {
2022-03-15 14:37:33 +03:00
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;
}