Skip to content

Commit 9ca157d

Browse files
committed
Lighten default blue diff color
The old default was very dark and blended in with the dark theme's background.
1 parent 67b6331 commit 9ca157d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objdiff-gui/src/views/appearance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ pub const DEFAULT_COLOR_ROTATION: [Color32; 9] = [
205205
Color32::from_rgb(255, 0, 0),
206206
Color32::from_rgb(255, 255, 0),
207207
Color32::from_rgb(255, 192, 203),
208-
Color32::from_rgb(0, 0, 255),
208+
Color32::from_rgb(128, 128, 255),
209209
Color32::from_rgb(0, 255, 0),
210210
Color32::from_rgb(213, 138, 138),
211211
];

0 commit comments

Comments
 (0)