33 AlertTriangle ,
44 ArrowUpCircle ,
55 Bot ,
6+ Download ,
67 Eye ,
78 File ,
89 FileCode2 ,
@@ -13,6 +14,7 @@ import {
1314 FolderOpen ,
1415 FolderPlus ,
1516 GitBranch ,
17+ GitCompare ,
1618 Globe ,
1719 House ,
1820 Image as ImageIcon ,
@@ -26,11 +28,13 @@ import {
2628 Play ,
2729 Plus ,
2830 PowerOff ,
31+ RotateCcw ,
2932 Search ,
3033 Settings ,
3134 Sparkles ,
3235 Terminal ,
3336 TriangleAlert ,
37+ Upload ,
3438 Zap ,
3539} from "lucide-react" ;
3640
@@ -157,10 +161,10 @@ export const BASE_ICON_THEME: IconThemeDefinition = {
157161 "git.status.modified" : { glyph : GitBranch , tone : "git-modified" } ,
158162 "git.status.deleted" : { glyph : TriangleAlert , tone : "git-deleted" } ,
159163 "git.status.untracked" : { glyph : Plus , tone : "git-untracked" } ,
160- "git.action.diff" : { glyph : GitBranch , tone : "secondary" } ,
161- "git.action.pull" : { glyph : GitBranch , tone : "secondary" } ,
162- "git.action.push" : { glyph : GitBranch , tone : "secondary" } ,
163- "git.action.refresh" : { glyph : GitBranch , tone : "secondary" } ,
164+ "git.action.diff" : { glyph : GitCompare , tone : "secondary" } ,
165+ "git.action.pull" : { glyph : Download , tone : "secondary" } ,
166+ "git.action.push" : { glyph : Upload , tone : "secondary" } ,
167+ "git.action.refresh" : { glyph : RotateCcw , tone : "secondary" } ,
164168 "git.action.warning" : { glyph : AlertTriangle , tone : "warning" } ,
165169 "git.branch" : { glyph : GitBranch , tone : "secondary" } ,
166170 "git.branch.create" : { glyph : Plus , tone : "secondary" } ,
0 commit comments