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
@@ -1405,17 +1405,18 @@
1405
1405
},
1406
1406
"color": {
1407
1407
"title": "/color",
1408
-
"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.",
1408
+
"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.",
1409
1409
"type": "string",
1410
1410
"examples": [
1411
1411
"#fff",
1412
1412
"Green",
1413
-
"$black"
1413
+
"$black",
1414
+
"semantic()"
1414
1415
]
1415
1416
},
1416
1417
"background-color": {
1417
1418
"title": "/background-color",
1418
-
"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.",
1419
+
"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
@@ -975,17 +975,18 @@
975
975
},
976
976
"color": {
977
977
"title": "/color",
978
-
"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.",
978
+
"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.",
979
979
"type": "string",
980
980
"examples": [
981
981
"#fff",
982
982
"Green",
983
-
"$black"
983
+
"$black",
984
+
"semantic()"
984
985
]
985
986
},
986
987
"background-color": {
987
988
"title": "/background-color",
988
-
"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.",
989
+
"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.",
0 commit comments