Skip to content

Commit

Permalink
Lighten default blue diff color
Browse files Browse the repository at this point in the history
The old default was very dark and blended in with
the dark theme's background.
  • Loading branch information
encounter committed Oct 18, 2024
1 parent 67b6331 commit 9ca157d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objdiff-gui/src/views/appearance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pub const DEFAULT_COLOR_ROTATION: [Color32; 9] = [
Color32::from_rgb(255, 0, 0),
Color32::from_rgb(255, 255, 0),
Color32::from_rgb(255, 192, 203),
Color32::from_rgb(0, 0, 255),
Color32::from_rgb(128, 128, 255),
Color32::from_rgb(0, 255, 0),
Color32::from_rgb(213, 138, 138),
];
Expand Down

0 comments on commit 9ca157d

Please sign in to comment.