Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions core.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ span.cm-atom {
color: var(--cm-atom) !important;}
span.cm-qualifier {
color: var(--cm-qualifier) !important;}
span.cm-attribute {
color: var(--cm-attribute) !important;}

/*----------------------------------
#ENCRYPTED BLOCK
Expand Down
3 changes: 2 additions & 1 deletion lux.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Notes: - Thanks to the supportive people on r/RoamResearch, GitHub and Twit
--cm-number: #d19a66;
--cm-atom: #d19a66;
--cm-qualifier: #d19a66;
--cm-attribute: #56b6c2;

--new-page-color: none;

Expand Down Expand Up @@ -254,4 +255,4 @@ background-color: hsl(213, 10%, 13%);
}
.rm-zoom-path .rm-zoom-item {
color: hsl(0, 0%, 91%);
}
}