Skip to content

Commit 5144fa7

Browse files
committed
feat(ui): fix icon merge
1 parent b522d47 commit 5144fa7

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

lua/opencode/ui/icons.lua

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,39 @@ local presets = {
77
nerdfonts = {
88
-- headers
99
header_user = '▌󰭻 ',
10-
header_assistant = ' ',
10+
header_assistant = ' ',
1111
-- actions/tools
12-
run = ' ',
13-
task = ' ',
14-
read = ' ',
15-
edit = ' ',
16-
write = ' ',
12+
run = ' ',
13+
task = ' ',
14+
read = ' ',
15+
edit = ' ',
16+
write = ' ',
1717
plan = '󰝖 ',
18-
search = ' ',
18+
search = ' ',
1919
web = '󰖟 ',
20-
list = ' ',
21-
tool = ' ',
20+
list = ' ',
21+
tool = ' ',
2222
snapshot = '󰻛 ',
2323
restore_point = '󱗚 ',
24-
file = ' ',
25-
folder = ' ',
24+
file = ' ',
25+
folder = ' ',
2626
attached_file = '󰌷 ',
2727
agent = '󰚩 ',
28-
reference = ' ',
28+
reference = ' ',
2929
reasoning = '󰧑 ',
3030
-- statuses
31-
status_on = ' ',
32-
status_off = ' ',
33-
guard_on = ' ',
31+
status_on = ' ',
32+
status_off = ' ',
33+
guard_on = ' ',
3434
-- borders and misc
3535
border = '',
3636
-- context bar
3737
cursor_data = '󰗧 ',
38-
error = ' ',
39-
warning = ' ',
40-
info = ' ',
38+
error = ' ',
39+
warning = ' ',
40+
info = ' ',
4141
selection = '󰫙 ',
42-
command = ' ',
42+
command = ' ',
4343
},
4444
text = {
4545
-- headers

0 commit comments

Comments
 (0)