1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 17:32:00 +03:00
juvix/assets/source-ayu-light.css
2022-03-15 12:37:33 +01:00

49 lines
557 B
CSS

/* Color palette based on https://github.com/ayu-theme/ayu-colors */
body {
background-color: #f8f9fa;
}
.ju-inductive {
color: #86b300;
}
.ju-constructor {
color: #a37acc;
}
.ju-function {
color: #f2ae49;
}
.ju-axiom {
color: #f07171;
}
.ju-string {
color: #f07171;
}
.ju-keyword {
color: #399ee6;
}
.ju-delimiter {
color: #787b80;
}
.ju-var {
color: #5c6166;
}
.ju-number {
color: #000000;
}
a:hover, a.hover-highlight {
background-color: #dadbdc ;
}
a:link, a:visited {
text-decoration: none;
}