Skip to content

TreeIcon Defaults to None #10985

Answered by msujew
maheshrajrp asked this question in General
Apr 4, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @maheshrajrp,

managing the default themes (icons/colors) is not done using the preferences but purely through the config:

  "theia": {
    "frontend": {
      "config": {
        "applicationName": "Custom Theia",
        "defaultIconTheme": "theia-file-icons",
        "defaultTheme": "light"
      }
    }
  },

Personally I feel like we could set theia-file-icons as default.

I'm not too sure about that. With the most recent Theia update, we heavily improved the handling of contributed default icon themes. Using none as the default encourages downstream apps to employ their own icon themes (like the VSCode seti theme), instead of relying on Theia's theia-file-icon theme. Still, I will…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@maheshrajrp
Comment options

Answer selected by maheshrajrp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants