maboroshin / qBittorrentDarktheme

qBittorrent Dark theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waiting for release Next

maboroshin opened this issue · comments

  • issue : Dark Mode (Native Support) #17081
  • Allow to modify default UI theme #18214 (4.6.0) Maybe the end of .qbtheme
  • Re-allow to use icons from system theme #18195 (4.5.1 later)

  • Fix Pause Icon #18110 (4.6.0)
    : torrent-stop.svg Changed color.

  • Fix color inconsistency #18226 (4.5.1 later)
    : browser-cookies.svg , view-refresh.svg Changed color.
    : filter-stalled.svg Change to a form common to others.

  • https://primer.style/primitives/colors : Color Reference

  • Revise text color for completed status #18139 (4.5.1 later) + Introduce color palettes for both dark, light themes #17798 (4.5.0)

  • Dark
    : accentEmphasis #1f6feb
    : accentFg #58a6ff
    : dangerFg #f85149
    : doneFg #388bfd -> #a371f7
    : fgMuted #8b949e
    : fgSubtle #6e7681
    : severeFg #db6d28
    : successEmphasis #238636
    : successFg #1a7f37 -> #3fb950
    : scaleYellow6 #845306

  • Light
    : accentEmphasis #0969da
    : accentFg #0969da
    : dangerFg #cf222e
    : doneFg #218bff -> #8250df
    : fgMuted #57606a
    : fgSubtle #6e7781
    : severeFg #bc4c00
    : successEmphasis #2da44e
    : successFg #1a7f37
    : scaleYellow6 #7d4e00

  • Use proper color for highlighted text in log widget #17737 (4.5.0)

  • Enhance readability in execution log across light/dark themes #17714 (4.5.0)
    : Normal color is not mono tone
    : Log.Normal #3cb371 mediumseagreen
    : Log.Info #6495ed cornflowerblue
    : Log.Warning #ff8c00 darkorange
    : Log.Critical #ff0000 red

  • Fix checked-completed icon visibility in dark theme #17946 (4.5.0) Used Qt's color

  • Rename Icons according to the actions #17366 (4.5.0)
    : application-rss+xml.svg -> application-rss.svg
    : application-x-mswinurl -> application-url
    : edit-find-user -> peers
    : folder-documents -> folder-open
    : help-contents -> help-documentation
    : inode-directory -> directory
    : kt-magnet -> torrent-magnet
    : kt-set-max-download-speed -> download
    : kt-set-max-upload-speed -> upload
    : mail-folder-inbox -> mail-inbox
    : media-playback-pause -> torrent-stop
    : media-playback-start -> torrent-start
    : media-seek-forward -> torrent-start-forced
    : office-chart-line -> chart-line
    : preferences-other -> preferences-advanced
    : preferences-system-network -> preferences-bittorrent
    : preferences-web-browser-cookies -> browser-cookies
    : user-group-delete -> peers-remove
    : user-group-new -> peers-add
    : webui -> preferences-webui

  • Implement new icon/color theme #15769
    : queued -> checking
    : checked -> completed
    : edit-rename -> document-edit
    : help-about and help-contents -> document-properties
    : downloading -> download
    : list-remove -> edit-delete
    : task-complete -> mail-mark-read
    : media-playback-pause -> paused.svg
    : media-playback-start -> resumed
    : kt-set-max-upload-speed -> seeding
    : loading -> sphere
    : dialog-warning -> task-attention
    : task-reject -> unavailable
    : kt-set-max-upload-speed -> uploading
    : filterinactive -> view-filter
    : qbittorrent-tray -> qbittorrent-tray-with-font


  • Add an option to disable icons in menus #14428 (4.3.4)
  • Correctly draw the background of progress bar #14472 (4.3.4)
  • Correctly draw progress background with stylesheet #14840 (4.3.5)
  • Correctly draw progress background with stylesheet (backport v4_3_x) #14872 (4.3.5)
  • Fix invalid RSS feed icons #15396 (4.40 or later)
  • "Enable native Windows 10 dark theme support by default" #13952
  • Discussion of standard icons for dark : "Redesigned Icons #12965"

Memo

Previous : #5 Waiting for release 4.3.0