WebUI: Dark Colorscheme by GlancingMind · Pull Request #588 · git-bug/git-bug

added 20 commits

March 4, 2021 20:53
Adjust header colors on light theme

- Use adjusted background-color for header instead of text.hint.
- Use slightly darker secondary font color for better readability against the
  head background color.

Use more semantic theme colors for bug list
Use more semantic theme colors for bug messages
Fix usage of text hint for filter header
This should prevent unnecessary merge conflicts.
- Use theme colors for title input.
- Remove inputTitle classes as they are not applied to the TextField.
  This will lead to double borders and artifacts at the field corners.
This will ensure better color managment for Message titles

MichaelMure

@GlancingMind

Currently this introduces to much state problems.
Will use contrastText which should always make the icon visible, but use fade
to dimme the contrast down.

@GlancingMind GlancingMind changed the title Dark Colorscheme WebUI: Dark Colorscheme

Apr 24, 2021