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
I see. Though I don't understand why it would need to be hardcoded and ignore the UI color setting. The tab suggestions seem to work the same way as for example G-Codes put into the console through other means (such as pressing movement buttons), namely clicking on them puts them into console input field.
My workaround for now is the following snippet in my theme CSS:
/* See https://github.com/mainsail-crew/mainsail/issues/1730 */a.command.blue--text {
color:var(--v-anchor-base) !important;
}
Mainsail Version:
2.9.1
Browser:
Firefox
Device:
Desktop PC
Operating System:
Windows
What happened?
G-Code tab suggestions appear blue in terminal instead of red which is my primary color in the Mainsail UI settings.
What did you expect to happen instead?
G-Codes suggested when hitting tab to complete the current command line should appear in primary color in the terminal.
How to reproduce this bug?
Go to the G-Code console, type
SET_
, hit the tab key, Mainsail then suggests a number of G-Codes with theSET_
prefix for completion.Additional information:
No response
The text was updated successfully, but these errors were encountered: