mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
expr working, debugging def
This commit is contained in:
parent
bc50280c0e
commit
c6066cc629
8 changed files with 306 additions and 277 deletions
|
@ -7,7 +7,6 @@
|
|||
--body-bg-color: #fdfdfd;
|
||||
--border-color: #e9e9e9;
|
||||
--faded-color: #4c4c4c;
|
||||
--monospace-font;
|
||||
--font-sans: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
|
||||
--font-mono: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
--top-header-height: 67px;
|
||||
|
@ -310,22 +309,25 @@ pre {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.syntax-num {
|
||||
color: #8080ff;
|
||||
.syntax-number {
|
||||
color: #60B7BF;
|
||||
}
|
||||
.syntax-string {
|
||||
color:#F7577C;
|
||||
}
|
||||
|
||||
.syntax-bracket {
|
||||
color:#FF335F;
|
||||
}
|
||||
.syntax-closure-dash,
|
||||
.syntax-closure-arrow,
|
||||
.syntax-operator ,
|
||||
.syntax-param-comma
|
||||
.syntax-operator
|
||||
{
|
||||
color: #ff0000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.syntax-str {
|
||||
color:#ffff00;
|
||||
.syntax-comma {
|
||||
color: #9573E6;
|
||||
}
|
||||
|
||||
.syntax-comment {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue