Aurora-X icon indicating copy to clipboard operation
Aurora-X copied to clipboard

Sidebar Color Issue

Open kumaresh-rgb opened this issue 1 year ago • 0 comments

Group 39

Solve Please

  • [ ] The file icon is not bright enough to be visible.

  • [ ] The text color of nested files is also not bright enough to be visible.

I've tried to customize it, but I'm having trouble achieving the desired level of brightness.

    "[Aurora X]": {
      "sideBar.foreground": "#dedddd", // Change the sidebar text color
      "tab.activeBorder": "#dddddd", // Change the active tab border color
      "sideBarSectionHeader.foreground": "#c1bfbf", // Change the sidebar section header text color

      // Target the file icon color in the sidebar
      "list.inactiveSelectionForeground": "#FFFFFF", // Inactive file text color
      "list.activeSelectionForeground": "#FFFFFF", // Active file text color

      // Target the nested file color (if supported by the theme)
      "list.inactiveSelectionIconForeground": "#FFFFFF",
      "list.activeSelectionIconForeground": "#FFFFFF"
    }

Connect Me Linkedlin 👍 : https://www.linkedin.com/in/mkumaresh/

kumaresh-rgb avatar Sep 19 '23 17:09 kumaresh-rgb