Skip to content

Commit 634e007

Browse files
committed
Update default configuration
1 parent 6ee11ca commit 634e007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const DEFAULT_COLOR_ROTATION: [Color32; 9] = [
5858
Color32::from_rgb(255, 192, 203),
5959
Color32::from_rgb(0, 0, 255),
6060
Color32::from_rgb(0, 255, 0),
61-
Color32::from_rgb(128, 128, 128),
61+
Color32::from_rgb(213, 138, 138),
6262
];
6363

6464
#[derive(serde::Deserialize, serde::Serialize)]
@@ -72,7 +72,7 @@ pub struct ViewConfig {
7272
impl Default for ViewConfig {
7373
fn default() -> Self {
7474
Self {
75-
ui_font: FontId { size: 14.0, family: FontFamily::Proportional },
75+
ui_font: FontId { size: 12.0, family: FontFamily::Proportional },
7676
code_font: FontId { size: 14.0, family: FontFamily::Monospace },
7777
diff_colors: DEFAULT_COLOR_ROTATION.to_vec(),
7878
}

0 commit comments

Comments
 (0)