Skip to content

Commit b33ab2c

Browse files
theming: default set to theia-file-icons (#12346)
The commit sets the default file-icon theme to `theia-file-icons` instead of `none`. Signed-off-by: FernandoAscencio <fernando.ascencio,[email protected]>
1 parent 964a022 commit b33ab2c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<a name="breaking_changes_1.36.0">[Breaking Changes:](#breaking_changes_1.36.0)</a>
1010

11+
- [core] changed default icon theme from `none` to `theia-file-icons` [#11028](https://github.com/eclipse-theia/theia/pull/12346)
1112
- [plugin] renamed `TreeViewExtImpl#toTreeItem()` to `TreeViewExtImpl#toTreeElement()`
1213
- [scm] Fixing 'scm' inline commands, introduces the following breaking changes: [#12295](https://github.com/eclipse-theia/theia/pull/12295)
1314
- Interface ScmInlineAction removes 'commands: CommandRegistry'

dev-packages/application-package/src/application-props.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export namespace FrontendApplicationConfig {
7070
export const DEFAULT: FrontendApplicationConfig = {
7171
applicationName: 'Eclipse Theia',
7272
defaultTheme: { light: 'light', dark: 'dark' },
73-
defaultIconTheme: 'none',
73+
defaultIconTheme: 'theia-file-icons',
7474
electron: ElectronFrontendApplicationConfig.DEFAULT,
7575
defaultLocale: '',
7676
validatePreferencesSchema: true

0 commit comments

Comments
 (0)