Inconsistent CSS classes in interface controls

In .view-action, the code that controls the color for the buttons of each text editor window, the code specifies color: var(--text-muted);

In .side-dock-ribbon-tab, .side-dock-ribbon-action, the code that controls the color for the buttons of the sidebars, the code specifies color: var(--text-faint);

This makes it difficult to theme the interface consistently. and think setting .side-dock-ribbon-tab, .side-dock-ribbon-action to color: var(--text-muted); would make better consistency.

This is a design decision, and you can easily override it with custom CSS if you’re making a theme, as many theme authors have done.