We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c950c91 commit f1c6d79Copy full SHA for f1c6d79
addons/explorer/src/renderer/FileExplorer.vue
@@ -285,7 +285,7 @@ function autoselect(event: FocusEvent) {
285
&.directory {
286
.file-icon {
287
color: rgb(var(--system-blue));
288
- fill: currentColor;
+ fill: rgb(var(--system-blue) / 50%);
289
}
290
291
src/renderer/components/TerminalTeletype.vue
@@ -110,7 +110,7 @@ function getCompletionIcon(item: CommandCompletion) {
110
case 'file':
111
return 'lucide-file'
112
case 'directory':
113
- return 'lucide-folder-open'
+ return 'lucide-folder-closed'
114
case 'recommendation':
115
return 'lucide-lightbulb'
116
case 'third-party':
0 commit comments