summaryrefslogtreecommitdiffstats
path: root/schema/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/config.json')
-rw-r--r--schema/config.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/schema/config.json b/schema/config.json
index 271fd8be6..802069bed 100644
--- a/schema/config.json
+++ b/schema/config.json
@@ -186,6 +186,18 @@
"blue"
]
},
+ "inactiveViewSelectedLineBgColor": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array",
+ "minItems": 1,
+ "uniqueItems": true,
+ "description": "Background color of selected line when view doesn't have focus.",
+ "default": [
+ "bold"
+ ]
+ },
"cherryPickedCommitFgColor": {
"items": {
"type": "string"