mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Show scrollbars
This commit is contained in:
+1
-1
@@ -2,9 +2,9 @@ pub mod ui_colors {
|
||||
use egui::Color32;
|
||||
|
||||
pub const TEXT_COLOR: Color32 = Color32::from_rgb(255, 212, 163);
|
||||
pub const EXTRA_BACKGROUND_COLOR: Color32 = Color32::from_rgb(10, 30, 60);
|
||||
pub const BACKGROUND_COLOR: Color32 = Color32::from_rgb(13, 43, 69);
|
||||
pub const BG_STROKE_COLOR: Color32 = Color32::from_rgb(32, 60, 86);
|
||||
// pub const WHITE:Color32 = Color32::from_rgb(255, 236, 214);
|
||||
pub const LIGHT_ORANGE: Color32 = Color32::from_rgb(255, 212, 163);
|
||||
pub const ORANGE: Color32 = Color32::from_rgb(255, 170, 94);
|
||||
pub const PURLPLE: Color32 = Color32::from_rgb(84, 78, 104);
|
||||
|
||||
Reference in New Issue
Block a user