Skip to content

Commit

Permalink
css: Dark mode highlighter tweaks
Browse files Browse the repository at this point in the history
Make highlighted earmarks legible against the dark background
Darken the highlighter so that it doesn't erase cell bounds
  • Loading branch information
JohanG-75 committed Jun 15, 2024
1 parent ba92cd3 commit 5999c16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@

- Add preferences dialog with new customizations for warnings and the highlighter (!87)
- Add earmark mode button (shortcut e) to toggle earmark input (!89)
- Warnings will now additionally check against the solution by default to prevent new players getting stuck (#101 and !78)
- Change warnings to additionally check against the solution by default to prevent players getting stuck (#101 and !78)
- Add autoclean earmarks feature toggleable in preferences (!83)
- Add keyboard shortcuts window (!85)
- The headerbar and error color will now follow adwaita's theme (!88)
- Change the headerbar and error color to follow adwaita's theme (!88)
- Port AboutDialog and PrintDialog to Adw.Dialog
- Remove Clear Board confirmation, with the stack rework it can now be undone with "undo" (!83)
- Restore the difficulty in the headerbar as a subtitle (!80)
- Reduce margin sizes and hide the clock when the window gets too small (!80)
- Move the paused button to the left side (!79)
- Restrict most Sudoku shortcuts to the main window
- Disable most Sudoku shortcuts in dialogs
- Change dark mode's highlighter to be more subtle and its earmark highlight easier to read
- Remove Clear Board confirmation, with the stack rework it can now be undone with "undo" (!83)
- Updated translations

46.2 - June 9, 2024
==========================
Expand Down
4 changes: 2 additions & 2 deletions data/style-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudokucell {
background: #454545;
}
sudokucell.highlight-bg {
background: #717171;
background: #545454;
}
sudokucell.selected {
background: #4c5e79;
Expand All @@ -26,5 +26,5 @@ sudokucell.highlight-label > label {
background: #20324b;
}
sudokucell > label.earmark.highlight-label {
color: #20324b;
color: #8fa2bf;
}

0 comments on commit 5999c16

Please sign in to comment.