We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5812072 commit 61be259Copy full SHA for 61be259
src/ui.rs
@@ -88,7 +88,8 @@ impl SudokuApp {
88
let thick_line_color = Color32::BLACK;
89
let filled_cell_color = Color32::from_rgb(235, 235, 235);
90
let text_color = Color32::BLACK;
91
- let notes_color = Color32::from_rgb(100, 100, 100);
+ let notes_color = Color32::from_gray(100);
92
+ let shade_color = Color32::from_gray(170);
93
94
// Define stroke widths
95
let thin_stroke = Stroke::new(1.0, grid_color);
0 commit comments