summaryrefslogtreecommitdiffstats
path: root/src/themes/eldar.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/themes/eldar.json112
1 files changed, 110 insertions, 2 deletions
diff --git a/src/themes/eldar.json b/src/themes/eldar.json
index f46b6cf..3ba9f9f 100644
--- a/src/themes/eldar.json
+++ b/src/themes/eldar.json
@@ -12,6 +12,7 @@
"cyan": "#34e2e2",
"green": "#8ae234",
"white": "#ffffff",
+ "orange": "#ef8c29",
"semantic_highlight_color": "semantic()"
},
"styles": {
@@ -23,15 +24,20 @@
"color": "$white",
"background-color": ""
},
+ "selected-text": {
+ "background-color": "$cyan"
+ },
"alt-text": {
- "color": "$white",
- "background-color": "",
"bold": true
},
"ok": {
"color": "$green",
"bold": true
},
+ "info": {
+ "color": "$magenta",
+ "bold": true
+ },
"error": {
"color": "$red",
"bold": true
@@ -50,6 +56,10 @@
"bold": true,
"underline": true
},
+ "disabled-cursor-line": {
+ "color": "$cyan",
+ "background-color": "#5f005f"
+ },
"adjusted-time": {
"color": "$magenta"
},
@@ -59,9 +69,20 @@
"offset-time": {
"color": "$cyan"
},
+ "file-offset": {
+ "color": "#888"
+ },
"invalid-msg": {
"color": "$yellow"
},
+ "focused": {
+ "color": "$black",
+ "background-color": "$white"
+ },
+ "disabled-focused": {
+ "color": "$white",
+ "background-color": "#333"
+ },
"popup": {
"color": "$black",
"background-color": "Grey37"
@@ -87,9 +108,61 @@
},
"h6": {
"underline": true
+ },
+ "hr": {
+ "color": "#444"
+ },
+ "hyperlink": {
+ "underline": true
+ },
+ "list-glyph": {
+ "color": "$yellow"
+ },
+ "breadcrumb": {
+ "color": "#448",
+ "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": "#121212"
+ },
+ "quoted-code": {
+ "color": "#eee",
+ "background-color": "#121212"
+ },
+ "code-border": {
+ "color": "#444",
+ "background-color": "#121212"
+ },
"keyword": {
"color": "$yellow"
},
@@ -138,9 +211,32 @@
},
"file": {
"color": "$blue"
+ },
+ "null": {
+ "color": "#888"
+ },
+ "ascii-control": {
+ "color": "$green"
+ },
+ "non-ascii": {
+ "color": "$yellow"
+ },
+ "function": {
+ "color": "$cyan"
+ },
+ "separators-references-accessors": {
+ "color": "$red"
+ },
+ "type": {
+ "color": "$blue"
}
},
"status-styles": {
+ "disabled-title": {
+ "color": "#5394ec",
+ "background-color": "#353535",
+ "bold": true
+ },
"title": {
"color": "$black",
"background-color": "$blue",
@@ -171,6 +267,15 @@
"color": "$black",
"background-color": "Grey"
},
+ "title-hotkey": {
+ "color": "$black",
+ "background-color": "#5394ec",
+ "underline": true
+ },
+ "hotkey": {
+ "color": "#fff",
+ "underline": true
+ },
"inactive": {
"color": "$black",
"background-color": "Grey"
@@ -178,6 +283,9 @@
"inactive-alert": {
"color": "$red",
"background-color": "Grey"
+ },
+ "suggestion": {
+ "color": "#888"
}
},
"log-level-styles": {