Skip to content

Commit ae44f14

Browse files
fix(theme): correct icons
resolves #515
1 parent 9476931 commit ae44f14

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/segment_path.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ func (pt *path) replaceMappedLocations(pwd string) string {
177177
}
178178

179179
mappedLocations := map[string]string{
180-
"HKCU:": pt.props.getString(WindowsRegistryIcon, "\uE0B1"),
181-
"HKLM:": pt.props.getString(WindowsRegistryIcon, "\uE0B1"),
180+
"HKCU:": pt.props.getString(WindowsRegistryIcon, "\uF013"),
181+
"HKLM:": pt.props.getString(WindowsRegistryIcon, "\uF013"),
182182
pt.env.homeDir(): pt.props.getString(HomeIcon, "~"),
183183
}
184184

themes/fish.omp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"background": "#007ACC",
3131
"properties": {
3232
"folder_icon": "\uF115",
33-
"folder_separator_icon": "\uE0B1",
33+
"folder_separator_icon": " \uE0B1 ",
3434
"style": "full",
3535
"prefix": "<transparent>\uE0B0</> ",
3636
"postfix": " "

themes/honukai.omp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"foreground": "#0973C0",
2323
"properties": {
2424
"folder_icon": "\uF115",
25-
"folder_separator_icon": "\uE0B1",
25+
"folder_separator_icon": " \uE0B1 ",
2626
"style": "full"
2727
}
2828
},

themes/paradox.omp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"background": "#91ddff",
2828
"properties": {
2929
"folder_icon": "\uF115",
30-
"folder_separator_icon": "\uE0B1",
30+
"folder_separator_icon": " \uE0B1 ",
3131
"style": "full"
3232
}
3333
},

0 commit comments

Comments
 (0)