mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-28 16:38:10 +00:00
most of the css highlights
This commit is contained in:
@@ -46,8 +46,6 @@ export const defaultCM5Theme = EditorView.theme({
|
||||
},
|
||||
".cm-foldmarker": {
|
||||
color: "blue",
|
||||
textShadow:
|
||||
"#b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px",
|
||||
fontFamily: "arial",
|
||||
lineHeight: "0.3",
|
||||
cursor: "pointer",
|
||||
@@ -59,16 +57,16 @@ export const defaultCM5Theme = EditorView.theme({
|
||||
".cm-em": { fontStyle: "italic" },
|
||||
".cm-quote": { color: "#090" },
|
||||
".cm-keyword": { color: "#708" },
|
||||
".cm-atom": { color: "#219" },
|
||||
".cm-atom, cm-value, cm-color": { color: "#219" },
|
||||
".cm-number": { color: "#164" },
|
||||
".cm-def": { color: "#00f" },
|
||||
".cm-list": { color: "#05a" },
|
||||
".cm-variable-3, .cm-type": { color: "#085" },
|
||||
".cm-variable, .cm-type": { color: "#085" },
|
||||
".cm-comment": { color: "#a50" },
|
||||
".cm-link": { color: "#00c", textDecoration: "underline" },
|
||||
".cm-string": { color: "#a11", textDecoration: "none" },
|
||||
".cm-string-2": { color: "#f50", textDecoration: "none" },
|
||||
".cm-meta, .cm-qualifier": { color: "#555" },
|
||||
".cm-meta, .cm-qualifier, .cm-class": { color: "#555" },
|
||||
".cm-builtin": { color: "#30a" },
|
||||
".cm-bracket": { color: "#997" },
|
||||
".cm-tag": { color: "#170" },
|
||||
|
||||
Reference in New Issue
Block a user