Skip to content

Commit c52efe9

Browse files
committed
Remove unused DecoratorTag
1 parent fd19af4 commit c52efe9

8 files changed

+2
-13
lines changed

schema.json

-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
"$ref": "#/definitions/color",
5151
"description": "Conflict panel foreground color"
5252
},
53-
"DecoratorTag": {
54-
"$ref": "#/definitions/color",
55-
"description": "Background color for commit tag ref name"
56-
},
5753
"Border0": {
5854
"$ref": "#/definitions/color",
5955
"description": "Border color used in some controls, like Window, Tab, Toolbar, etc."

themes/Cyberpunk2077.json

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"Diff.DeletedBG": "#920539",
2323
"Diff.AddedHighlight": "#08a6cb",
2424
"Diff.DeletedHighlight": "#f5405f",
25-
"DecoratorTag": "#00effe",
2625
"SystemAccentColor": "#32d8f2",
2726
"Link": "#00effe"
2827
},

themes/ForkDark.json

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"Diff.DeletedBG": "#660000",
2323
"Diff.AddedHighlight": "#22A822",
2424
"Diff.DeletedHighlight": "#CC0000",
25-
"DecoratorTag": "#D4D4D4",
2625
"SystemAccentColor": "#007ACC",
2726
"Link": "#3794FF"
2827
},

themes/JetBrainsDark.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"Diff.AddedBG": "#222e2a",
2222
"Diff.DeletedBG": "#2e2626",
2323
"Diff.AddedHighlight": "#294436",
24-
"Diff.DeletedHighlight": "#45302b",
25-
"DecoratorTag": "#57935d"
24+
"Diff.DeletedHighlight": "#45302b"
2625
}
2726
}

themes/JetBrainsDark_DiffHighContrast.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"Diff.AddedBG": "#1c322b",
2222
"Diff.DeletedBG": "#412323",
2323
"Diff.AddedHighlight": "#265444",
24-
"Diff.DeletedHighlight": "#883838",
25-
"DecoratorTag": "#57935d"
24+
"Diff.DeletedHighlight": "#883838"
2625
},
2726
"GraphPenThickness": 2,
2827
"GraphColors": [

themes/Nord.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Contents": "#2e3440",
99
"Badge": "#4c566a",
1010
"BadgeFG": "#eceff4",
11-
"DecoratorTag": "#88c0d0",
1211
"Border0": "#3b4252",
1312
"Border1": "#3b4252",
1413
"Border2": "#3b4252",

themes/Panda.json

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"BadgeFG": "#ffffff",
1111
"Conflict": "#FFB86C",
1212
"ConflictForeground": "#E6E6E6",
13-
"DecoratorTag": "#B084EB",
1413
"Border0": "#222223",
1514
"Border1": "#31353a",
1615
"Border2": "#373B41",

themes/Synthwave84.json

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"Diff.DeletedBG": "#3C111E",
2323
"Diff.AddedHighlight": "#214836",
2424
"Diff.DeletedHighlight": "#570D22",
25-
"DecoratorTag": "#BF4040",
2625
"SystemAccentColor": "#680060",
2726
"Link": "#f97e72"
2827
},

0 commit comments

Comments
 (0)