8000 remove obsolete colors · sourcegit-scm/sourcegit-theme@e19e3ab · GitHub
[go: up one dir, main page]

Skip to content

Commit e19e3ab

Browse files
committed
remove obsolete colors
1 parent 474dfa4 commit e19e3ab

File tree

4 files changed

+2
-36
lines changed

4 files changed

+2
-36
lines changed

schema.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -50,30 +50,10 @@
5050
"$ref": "#/definitions/color",
5151
"description": "Conflict panel foreground color"
5252
},
53-
"DecoratorIconBG": {
54-
"$ref": "#/definitions/color",
55-
"description": "Background color for commit ref icon"
56-
},
57-
"DecoratorIcon": {
58-
"$ref": "#/definitions/color",
59-
"description": "Foreground color for commit ref icon"
60-
},
61-
"DecoratorBranch": {
62-
"$ref": "#/definitions/color",
63-
"description": "Background color for commit branch ref name"
64-
},
65-
"DecoratorHead": {
66-
"$ref": "#/definitions/color",
67-
"description": "Background color for current branch ref name"
68-
},
6953
"DecoratorTag": {
7054
"$ref": "#/definitions/color",
7155
"description": "Background color for commit tag ref name"
7256
},
73-
"DecoratorFG": {
74-
"$ref": "#/definitions/color",
75-
"description": "Foreground color for commit ref name"
76-
},
7757
"Border0": {
7858
"$ref": "#/definitions/color",
7959
"description": "Border color used in some controls, like Window, Tab, Toolbar, etc."

themes/JetBrainsDark.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
"Diff.DeletedBG": "#2e2626",
2323
"Diff.AddedHighlight": "#294436",
2424
"Diff.DeletedHighlight": "#45302b",
25-
"DecoratorIconBG": "#404244",
26-
"DecoratorIcon": "#ffffff",
27-
"DecoratorBranch": "#3574f0",
28-
"DecoratorTag": "#57935d",
29-
"DecoratorFG": "#000000",
30-
"DecoratorHead": "#f4f1de"
25+
"DecoratorTag": "#57935d"
3126
}
3227
}

themes/JetBrainsDark_DiffHighContrast.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@
2222
"Diff.DeletedBG": "#412323",
2323
"Diff.AddedHighlight": "#265444",
2424
"Diff.DeletedHighlight": "#883838",
25-
"DecoratorIconBG": "#404244",
26-
"DecoratorIcon": "#ffffff",
27-
"DecoratorBranch": "#3574f0",
28-
"DecoratorTag": "#57935d",
29-
"DecoratorFG": "#000000",
30-
"DecoratorHead": "#f4f1de"
25+
"DecoratorTag": "#57935d"
3126
},
3227
"GraphPenThickness": 2,
3328
"GraphColors": [

themes/Nord.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"Contents": "#2e3440",
99
"Badge": "#4c566a",
1010
"BadgeFG": "#eceff4",
11-
"DecoratorIconBG": "#434c5e",
12-
"DecoratorIconFG": "#8fbcbb",
13-
"DecoratorBranch": "#8fbcbb",
1411
"DecoratorTag": "#88c0d0",
15-
"DecoratorFG": "#2e3440",
1612
"Border0": "#3b4252",
1713
"Border1": "#3b4252",
1814
"Border2": "#3b4252",

0 commit comments

Comments
 (0)
0