1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 18:13:56 +03:00
juvix/assets/source-nord.css

49 lines
537 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-number {
color: #d8dee9
}
a:link, a:visited {
2022-03-15 14:37:33 +03:00
text-decoration: none;
}
a:hover, a.hover-highlight {
2022-03-15 14:37:33 +03:00
background-color: #4c566a;
}