eumario / godot-manager

A Project, Version and Addons/Plugins manager for Godot Game Engine.
MIT License
332 stars 19 forks source link

File names are black on a dark background #22

Closed Teashrock closed 2 years ago

Teashrock commented 2 years ago

Describe the bug When browsing through files, their names are displayed in black color while being on a dark background. It's interesting that folder names are displayed with white color.

To Reproduce Steps to reproduce the behavior:

  1. Open embedded file browser.
  2. See folder names being white and file names being black.

Expected behavior Any text being displayed corresponding to the current theme.

Screenshots image image

Complete the Following:

eumario commented 2 years ago

Black is to denote that the files cannot be selected. The dialog you are showing, is a Browse Folder dialog, not a Browse File dialog. I will update the theme to ensure these dialogs have proper coloring for the files, being a slate grey to show that they are not selectable.