Skip to content

Commit 4bf946e

Browse files
committed
Update BACKGROUND_COLOR to more closely match screenshot
1 parent fd50d6d commit 4bf946e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use sdl2::render::Texture;
99
use crate::app::{Action, State};
1010
use crate::widget::{Context, Properties, Widget, Widgets};
1111

12-
const BACKGROUND_COLOR: Color = Color::RGB(8, 76, 97);
12+
const BACKGROUND_COLOR: Color = Color::RGB(7, 27, 15);
1313
const TILE_COLOR: Color = Color::RGB(23, 126, 127);
1414
const TILE_WIDTH: u32 = 500;
1515
const TILE_HEIGHT: u32 = 281;

0 commit comments

Comments
 (0)