You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/schemas/config-v1.schema.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1400,17 +1400,18 @@
1400
1400
},
1401
1401
"color": {
1402
1402
"title": "/color",
1403
-
"description": "The foreground color value for this style. The value can be the name of an xterm color, the hexadecimal value, or a theme variable reference.",
1403
+
"description": "The foreground color value for this style. The value can be the name of an xterm color, the hexadecimal value, a theme variable reference, or 'semantic()' to derive the color from a hash of the matched text.",
1404
1404
"type": "string",
1405
1405
"examples": [
1406
1406
"#fff",
1407
1407
"Green",
1408
-
"$black"
1408
+
"$black",
1409
+
"semantic()"
1409
1410
]
1410
1411
},
1411
1412
"background-color": {
1412
1413
"title": "/background-color",
1413
-
"description": "The background color value for this style. The value can be the name of an xterm color, the hexadecimal value, or a theme variable reference.",
1414
+
"description": "The background color value for this style. The value can be the name of an xterm color, the hexadecimal value, a theme variable reference, or 'semantic()' to derive the color from a hash of the matched text.",
Copy file name to clipboardExpand all lines: docs/schemas/format-v1.schema.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -965,17 +965,18 @@
965
965
},
966
966
"color": {
967
967
"title": "/color",
968
-
"description": "The foreground color value for this style. The value can be the name of an xterm color, the hexadecimal value, or a theme variable reference.",
968
+
"description": "The foreground color value for this style. The value can be the name of an xterm color, the hexadecimal value, a theme variable reference, or 'semantic()' to derive the color from a hash of the matched text.",
969
969
"type": "string",
970
970
"examples": [
971
971
"#fff",
972
972
"Green",
973
-
"$black"
973
+
"$black",
974
+
"semantic()"
974
975
]
975
976
},
976
977
"background-color": {
977
978
"title": "/background-color",
978
-
"description": "The background color value for this style. The value can be the name of an xterm color, the hexadecimal value, or a theme variable reference.",
979
+
"description": "The background color value for this style. The value can be the name of an xterm color, the hexadecimal value, a theme variable reference, or 'semantic()' to derive the color from a hash of the matched text.",
The foreground color value for this style. The value can be the name of an xterm color, the hexadecimal value, or a theme variable reference.
83
+
The foreground color value for this style. The value can be the name of an xterm color, the hexadecimal value, a theme variable reference, or 'semantic()' to derive the color from a hash of the matched text.
84
84
[1mExamples[0m
85
85
#fff
86
86
Green
87
87
$black
88
+
semantic()
88
89
[1m[31m✘[0m [1m[31merror[0m: invalid value for property “[1m/ui/theme[0m”
89
90
[1m[31mreason[0m: unknown theme -- “foo”
90
91
[1m[31m | [0m [36m =[0m [36mhelp[0m: The available themes are: default, dracula, eldar, grayscale, invalid-theme, modus-operandi, monocai, night-owl, solarized-dark, solarized-light
The foreground color value for this style. The value can be the name of an xterm color, the hexadecimal value, or a theme variable reference.
8
+
The foreground color value for this style. The value can be the name of an xterm color, the hexadecimal value, a theme variable reference, or 'semantic()' to derive the color from a hash of the matched text.
0 commit comments