Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Sep 01, 2022
  2. Aug 31, 2022
  3. Aug 21, 2022
  4. Aug 20, 2022
    • Forest's avatar
      Reactions: avoid highlight color misuse, subdue border color · f66ed4be
      Forest authored
      This addresses a few problems with reaction colors:
      
      - The state-checking conditionals for reaction text, background, and border
        were inconsistent, making it difficult to choose colors for each state
        (normal, hovered, and self reactions) that worked well in all themes.
      - The QPalette::Highlight color was being misused as a text/foreground color.
        This color role is intended for background areas.  It has little contrast
        against the background in themes like KDE Plasma's Breeze High Contrast,
        so using it for text and icons makes those things difficult to read.
        https://doc.qt.io/qt-5/qpalette.html#ColorRole-enum
      - The reaction border was drawn in the same color as normal text, making it
        so bright in some dark themes that it distracted from reading nearby text.
      
      Fixes Nheko-Reborn/nheko#1159
      f66ed4be
  5. Aug 19, 2022
  6. Aug 16, 2022
  7. Aug 09, 2022
  8. Aug 08, 2022
  9. Aug 05, 2022
  10. Jul 30, 2022
  11. Jul 18, 2022
  12. Jul 16, 2022
  13. Jul 09, 2022
  14. Jul 08, 2022
  15. Jul 03, 2022
  16. Jun 30, 2022
  17. Jun 28, 2022
  18. Jun 25, 2022
  19. Jun 23, 2022
  20. Jun 17, 2022
  21. Jun 15, 2022
Loading