Summary: | (Feature Request) Changing colors configuration and Dark icons | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Victor <murilo.sc.sc> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | laura.stern, nate |
Priority: | NOR | ||
Version: | 1.9.3 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/okular/commit/195bbe3636155613555c27f4e67d21aa1461a5b6 | Version Fixed In: | 21.08 |
Sentry Crash Report: |
Description
Victor
2021-05-27 23:55:45 UTC
> Also, It would be more aesthetically pleasing if dark icon had better > colors (they are barely visible right now) when in the OS's dark > mode (panel on dark colors). Which icon? The Okular application icon? Anyway, that is a different issue, the black icon is from Breeze Icons and not from Okular. > This could be more easily implemented by adding [etc.] Can you add feedback to the below merge request? That would be appreciated, although that merge request is a bit stale. https://invent.kde.org/graphics/okular/-/merge_requests/141 David, aren't you working on basically exactly this? Yes, that is the merge request. But I need to continue my almost finished work. ;) > Which icon? The Okular application icon? Anyway, that is a different issue, > the black icon is from Breeze Icons and not from Okular. I will create another bug report later! > > Can you add feedback to the below merge request? I made a review there. I couldn't understand the technical discussions, but from a viewpoint of a regular user I hope what I said helps. Thanks guys! Git commit 195bbe3636155613555c27f4e67d21aa1461a5b6 by David Hurka. Committed on 29/05/2021 at 23:08. Pushed by davidhurka into branch 'master'. Create color mode menu. Implemented using a ColorModeMenu class, derived from ToggleActionMenu (derived from KActionMenu), as a child object of PageView. * KToggleAction for every color mode, allows to set shortcuts for every mode. Color mode actions have icons. * KToggleAction for normal colors mode. * ToggleActionMenu containing all color mode actions. If triggered, toggles color mode between normal colors and last change colors mode. "Toggle Change Colors" is replaced by "Change Colors", which is actually a toggle action. Related: bug 407217 M +2 -1 CMakeLists.txt M +7 -0 conf/okular.kcfg M +4 -0 conf/okular_core.kcfg A +145 -0 part/colormodemenu.cpp [License: GPL (v2+)] A +74 -0 part/colormodemenu.h [License: GPL (v2+)] M +7 -15 part/pageview.cpp M +0 -3 part/pageview.h M +19 -2 part/part.cpp M +1 -0 part/part.h M +8 -1 part/preferencesdialog.cpp M +2 -0 part/preferencesdialog.h https://invent.kde.org/graphics/okular/commit/195bbe3636155613555c27f4e67d21aa1461a5b6 |