summaryrefslogtreecommitdiffstats
path: root/src/themes/grayscale.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/themes/grayscale.json80
1 files changed, 76 insertions, 4 deletions
diff --git a/src/themes/grayscale.json b/src/themes/grayscale.json
index 4dcbe15..b2a4f9c 100644
--- a/src/themes/grayscale.json
+++ b/src/themes/grayscale.json
@@ -25,14 +25,16 @@
"background-color": ""
},
"alt-text": {
- "color": "",
- "background-color": "",
"bold": true
},
"ok": {
"color": "$green",
"bold": true
},
+ "info": {
+ "color": "#aaa",
+ "bold": true
+ },
"error": {
"color": "$red",
"bold": true
@@ -46,11 +48,15 @@
"bold": true
},
"cursor-line": {
- "color": "$cyan",
- "background-color": "$red",
+ "color": "#fff",
+ "background-color": "#555",
"bold": true,
"underline": true
},
+ "disabled-cursor-line": {
+ "color": "#888",
+ "background-color": "#333"
+ },
"adjusted-time": {
"color": "$magenta"
},
@@ -60,6 +66,9 @@
"offset-time": {
"color": "$cyan"
},
+ "file-offset": {
+ "color": "#888"
+ },
"invalid-msg": {
"color": "$yellow"
},
@@ -96,6 +105,66 @@
},
"h6": {
"underline": true
+ },
+ "hr": {
+ "color": "#444"
+ },
+ "hyperlink": {
+ "underline": true
+ },
+ "list-glyph": {
+ "color": "#444"
+ },
+ "breadcrumb": {
+ "color": "#999",
+ "bold": true
+ },
+ "table-border": {
+ "color": "#444"
+ },
+ "table-header": {
+ "bold": true
+ },
+ "quote-border": {
+ "color": "#666",
+ "background-color": "#444"
+ },
+ "quoted-text": {
+ "background-color": "#444"
+ },
+ "footnote-border": {
+ "color": "#888",
+ "background-color": "#444"
+ },
+ "footnote-text": {
+ "color": "#eee",
+ "background-color": "#444"
+ },
+ "snippet-border": {
+ "color": "#888"
+ },
+ "indent-guide": {
+ "color": "#444"
+ }
+ },
+ "syntax-styles": {
+ "comment": {
+ "color": "#888"
+ },
+ "doc-directive": {
+ "color": "#aaa"
+ },
+ "null": {
+ "color": "#888"
+ },
+ "ascii-control": {
+ "color": "#aaa"
+ },
+ "non-ascii": {
+ "color": "#ccc"
+ },
+ "number": {
+ "bold": true
}
},
"status-styles": {
@@ -150,6 +219,9 @@
"inactive-alert": {
"color": "$red",
"background-color": "#2f2f2f"
+ },
+ "suggestion": {
+ "color": "#888"
}
},
"log-level-styles": {