Skip to content

Commit 9671604

Browse files
committed
#3495 icons: fix ok button icon in dark mode
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 82adb9d commit 9671604

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
- Fixed low-contrast search icons in the "Link to a URL or note" and Settings dialogs
1212
by switching the search field icon between light and dark variants based on the
1313
active dark mode color setting (for [#3494](https://github.com/pbek/QOwnNotes/issues/3494))
14+
- Fixed low-contrast OK button check-mark icons in dark mode by adding explicit
15+
`dialog-ok` / `dialog-ok-apply` icons for the internal light and dark Breeze
16+
icon themes (for [#3495](https://github.com/pbek/QOwnNotes/issues/3495))
1417

1518
## 26.3.10
1619

src/breeze-dark-qownnotes.qrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<file alias="16x16/tools-report-bug.svg">icons/breeze-dark-qownnotes/16x16/tools-report-bug.svg</file>
2222
<file alias="16x16/edit-download.svg">icons/breeze-dark-qownnotes/16x16/edit-download.svg</file>
2323
<file alias="16x16/dialog-cancel.svg">icons/breeze-dark-qownnotes/16x16/dialog-cancel.svg</file>
24+
<file alias="16x16/dialog-ok.svg">icons/breeze-dark-qownnotes/16x16/dialog-ok.svg</file>
25+
<file alias="16x16/dialog-ok-apply.svg">icons/breeze-dark-qownnotes/16x16/dialog-ok.svg</file>
2426
<file alias="16x16/document-open-recent.svg">icons/breeze-dark-qownnotes/16x16/document-open-recent.svg</file>
2527
<file alias="16x16/media-skip-forward.svg">icons/breeze-dark-qownnotes/16x16/media-skip-forward.svg</file>
2628
<file alias="16x16/text-html.svg">icons/breeze-dark-qownnotes/16x16/text-html.svg</file>

src/breeze-qownnotes.qrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<file alias="16x16/tools-report-bug.svg">icons/breeze-qownnotes/16x16/tools-report-bug.svg</file>
2222
<file alias="16x16/edit-download.svg">icons/breeze-qownnotes/16x16/edit-download.svg</file>
2323
<file alias="16x16/dialog-cancel.svg">icons/breeze-qownnotes/16x16/dialog-cancel.svg</file>
24+
<file alias="16x16/dialog-ok.svg">icons/breeze-qownnotes/16x16/dialog-ok.svg</file>
25+
<file alias="16x16/dialog-ok-apply.svg">icons/breeze-qownnotes/16x16/dialog-ok.svg</file>
2426
<file alias="16x16/document-open-recent.svg">icons/breeze-qownnotes/16x16/document-open-recent.svg</file>
2527
<file alias="16x16/media-skip-forward.svg">icons/breeze-qownnotes/16x16/media-skip-forward.svg</file>
2628
<file alias="16x16/text-html.svg">icons/breeze-qownnotes/16x16/text-html.svg</file>
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)