update colors to match gamma scaling

Former-commit-id: 461b5cf751d329a219250bc8090b016f54f3ec96
This commit is contained in:
Imbris 2019-04-09 00:27:27 -04:00 committed by Pfauenauge90
parent 07a4cb268e
commit 2e14f7d559

View File

@ -7,7 +7,7 @@ use crate::{
}; };
use common::assets; use common::assets;
use conrod_core::{ use conrod_core::{
color, color, Color,
image::Id as ImgId, image::Id as ImgId,
text::font::Id as FontId, text::font::Id as FontId,
widget::{Button, Image, Rectangle, Scrollbar, Text}, widget::{Button, Image, Rectangle, Scrollbar, Text},