You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a bug in Gruvbox Plus that causes <text> boxes in Atom's settings windows, search bar, etc., to be unreadable when using a light UI theme (e.g., "One Light") and Gruvbox Plus' "Brightness" setting is set to "Dark".
See screenshot using the "One Light" UI theme that comes with Atom, and Grubox Plus set to "dark" brightness, "hard" contrast, and "no dimmed colors" variant:
The cause seems to be that Atom uses 'mini' text-editor controls for settings, et al. <text> input boxes. When Gruvbox Plus is set to "dark", it uses a light color for default text. On normal text-editors, this is fine, because Gruvbox Plus also sets a dark background color. However, on mini text-editors, Atom uses the UI theme's background color, which can be light. This leads to unreadable light text on a light background.
Atom version: 1.9.0-beta0
Gruvbox Plus version: 1.2.3
OS: Mac OS X "El Capitan" v10.11.5
The text was updated successfully, but these errors were encountered:
I've added dc1c593 and published v1.2.4 which makes the UI theme handle coloring the text input color (regex find/replace colors remain unchanged). This should allow any Gruvbox syntax to be used with any UI theme.
I'm going to leave this issue open while I investigate further in hopes of providing a more robust solution.
There's a bug in Gruvbox Plus that causes
<text>
boxes in Atom's settings windows, search bar, etc., to be unreadable when using a light UI theme (e.g., "One Light") and Gruvbox Plus' "Brightness" setting is set to "Dark".See screenshot using the "One Light" UI theme that comes with Atom, and Grubox Plus set to "dark" brightness, "hard" contrast, and "no dimmed colors" variant:
The cause seems to be that Atom uses 'mini' text-editor controls for settings, et al.
<text>
input boxes. When Gruvbox Plus is set to "dark", it uses a light color for default text. On normal text-editors, this is fine, because Gruvbox Plus also sets a dark background color. However, on mini text-editors, Atom uses the UI theme's background color, which can be light. This leads to unreadable light text on a light background.Atom version: 1.9.0-beta0
Gruvbox Plus version: 1.2.3
OS: Mac OS X "El Capitan" v10.11.5
The text was updated successfully, but these errors were encountered: