Show scrollbars

This commit is contained in:
Philip Kristoffersen
2022-04-15 19:28:58 +02:00
parent 0832aa1f9f
commit 225129168c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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);