summaryrefslogtreecommitdiffstats
path: root/src/themes/night-owl.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/themes/night-owl.json91
1 files changed, 88 insertions, 3 deletions
diff --git a/src/themes/night-owl.json b/src/themes/night-owl.json
index a4210c9..22e2d61 100644
--- a/src/themes/night-owl.json
+++ b/src/themes/night-owl.json
@@ -23,15 +23,20 @@
"color": "#d6deeb",
"background-color": "#011627"
},
+ "selected-text": {
+ "background-color": "$cyan"
+ },
"alt-text": {
- "color": "#d6deeb",
- "background-color": "#011627",
- "bold": true
+ "background-color": "#1c1c1c"
},
"ok": {
"color": "$green",
"bold": true
},
+ "info": {
+ "color": "$magenta",
+ "bold": true
+ },
"error": {
"color": "#ef5350",
"bold": true
@@ -50,6 +55,10 @@
"bold": true,
"underline": true
},
+ "disabled-cursor-line": {
+ "color": "$cyan",
+ "background-color": "#5f005f"
+ },
"adjusted-time": {
"color": "$magenta"
},
@@ -59,6 +68,9 @@
"offset-time": {
"color": "$cyan"
},
+ "file-offset": {
+ "color": "#888"
+ },
"invalid-msg": {
"color": "$yellow"
},
@@ -95,9 +107,61 @@
},
"h6": {
"underline": true
+ },
+ "hr": {
+ "color": "#444"
+ },
+ "hyperlink": {
+ "underline": true
+ },
+ "list-glyph": {
+ "color": "$yellow"
+ },
+ "breadcrumb": {
+ "color": "#2d5a80",
+ "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": "$blue",
+ "background-color": "#444"
+ },
+ "footnote-text": {
+ "color": "#eee",
+ "background-color": "#444"
+ },
+ "snippet-border": {
+ "color": "$cyan"
+ },
+ "indent-guide": {
+ "color": "#444"
}
},
"syntax-styles": {
+ "inline-code": {
+ "color": "$red",
+ "background-color": "#222"
+ },
+ "quoted-code": {
+ "color": "#eee",
+ "background-color": "#222"
+ },
+ "code-border": {
+ "color": "#444",
+ "background-color": "#222"
+ },
"keyword": {
"color": "#c792ea"
},
@@ -146,6 +210,24 @@
},
"file": {
"color": "#82aaff"
+ },
+ "null": {
+ "color": "#888"
+ },
+ "ascii-control": {
+ "color": "$green"
+ },
+ "non-ascii": {
+ "color": "$yellow"
+ },
+ "function": {
+ "color": "$cyan"
+ },
+ "separators-references-accessors": {
+ "color": "$red"
+ },
+ "type": {
+ "color": "$blue"
}
},
"status-styles": {
@@ -201,6 +283,9 @@
"background-color": "#2d5a80",
"bold": true,
"underline": true
+ },
+ "suggestion": {
+ "color": "#888"
}
},
"log-level-styles": {