Skip to content

Commit 592f414

Browse files
refactor: remove error_icon property
1 parent 71c610a commit 592f414

17 files changed

+17
-24
lines changed

Themes/agnoster.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"foreground": "#ffffff",
7272
"background": "#ff8080",
7373
"properties": {
74-
"error_icon": ""
74+
"prefix": ""
7575
}
7676
}
7777
]

Themes/avit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"style": "plain",
4242
"foreground": "#C94A16",
4343
"properties": {
44-
"error_icon": "x"
44+
"prefix": "x"
4545
}
4646
}
4747
]

Themes/darkblood.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"style": "plain",
4747
"foreground": "#ffffff",
4848
"properties": {
49-
"error_icon": "x",
50-
"prefix": "<#CB4B16>[</>",
49+
"prefix": "<#CB4B16>[x</>",
5150
"postfix": "<#CB4B16>]</>"
5251
}
5352
}

Themes/emodipt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"style": "plain",
5353
"foreground": "#C94A16",
5454
"properties": {
55-
"error_icon": "x"
55+
"prefix": "x"
5656
}
5757
},
5858
{

Themes/fish.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"style": "plain",
1010
"foreground": "#ffffff",
1111
"properties": {
12-
"error_icon": "",
12+
"prefix": "",
1313
"postfix": ""
1414
}
1515
},

Themes/honukai.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@
8989
"style": "plain",
9090
"foreground": "#CB4B16",
9191
"properties": {
92-
"prefix": "",
93-
"error_icon": ""
92+
"prefix": ""
9493
}
9594
},
9695
{

Themes/jandedobbeleer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,11 @@
9191
"leading_diamond": "",
9292
"trailing_diamond": "",
9393
"properties": {
94-
"error_icon": "",
9594
"display_exit_code": false,
9695
"always_enabled": true,
9796
"error_color": "#e91e63",
9897
"color_background": true,
99-
"prefix": "<#193549> </>"
98+
"prefix": "<#193549></>"
10099
}
101100
}
102101
]

Themes/material.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"style": "plain",
3737
"foreground": "#DCB977",
3838
"properties": {
39-
"error_icon": "",
39+
"prefix": "",
4040
"display_exit_code": false
4141
}
4242
},

Themes/paradox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"foreground": "#ffffff",
7272
"background": "#ff8080",
7373
"properties": {
74-
"error_icon": ""
74+
"prefix": ""
7575
}
7676
}
7777
]

Themes/pararussel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"style": "plain",
3838
"foreground": "#DCB977",
3939
"properties": {
40-
"error_icon": "",
40+
"prefix": "",
4141
"display_exit_code": false
4242
}
4343
}

0 commit comments

Comments
 (0)