1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 10:03:22 +03:00
juvix/assets/source-ayu-light.css

49 lines
557 B
CSS
Raw Normal View History

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