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
Describe the bug
The selected tab does not appear to be overrideable via the theme. (theme.ron has a selected_tab key)
To Reproduce
Steps to reproduce the behavior:
Edit theme.ron to change selected_tab to something wacky (I suggest Red or Magenta or Cyan)
Launch gitui
Open up various parts of the UI, and check for your color override (I couldn't find it anywhere)
Expected behavior
I would expect the selected tab (on launching gitui this should be "Status") to take the selected_tab value from the theme.ron config.
Screenshots
Screenshots from v0.2.6 (before initial color theme support was added)
Context (please complete the following information):
OS/Distro + Version: Pop!_OS 20.10
GitUI Version: v0.15.0
Rust version: Not sure, but probably not relevant in this case. I installed gitui via nixpkgs but I can reproduce the behaviour by building gitui from source.
Additional context
Screenshots from v0.10.1 (after theme support was added, but before the selected tab was hardcoded to white)
Describe the bug
The selected tab does not appear to be overrideable via the theme. (theme.ron has a
selected_tab
key)To Reproduce
Steps to reproduce the behavior:
selected_tab
to something wacky (I suggestRed
orMagenta
orCyan
)gitui
Expected behavior
I would expect the selected tab (on launching
gitui
this should be "Status") to take theselected_tab
value from the theme.ron config.Screenshots
Screenshots from v0.2.6 (before initial color theme support was added)
Context (please complete the following information):
Additional context
Screenshots from v0.10.1 (after theme support was added, but before the selected tab was hardcoded to white)
#719 is related.
The text was updated successfully, but these errors were encountered: