From 1bd86a46dcf21a75656edd181f97035739fa238d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 28 Dec 2024 22:14:05 +0530 Subject: Refactor text styles --- src/Chelleport/Config.hs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Chelleport/Config.hs') diff --git a/src/Chelleport/Config.hs b/src/Chelleport/Config.hs index b75abc0..398e3d6 100644 --- a/src/Chelleport/Config.hs +++ b/src/Chelleport/Config.hs @@ -4,6 +4,12 @@ import Chelleport.Types import Foreign.C (CFloat) import qualified SDL +searchingTextStyle :: TextStyle +searchingTextStyle = TextStyle {textColor = colorWhite, textSize = FontSM} + +hintLabelTextStyle :: TextStyle +hintLabelTextStyle = TextStyle {textColor = colorWhite, textSize = FontLG} + colorWhite :: Color colorWhite = SDL.V4 255 255 255 255 -- cgit v1.3.1