From c9cc52175073c5e690ea7eb30aad23d0d1776435 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Wed, 4 Dec 2024 13:23:40 -0600 Subject: Trying to write css --- src/WWW/Colors.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/WWW/Colors.hs') diff --git a/src/WWW/Colors.hs b/src/WWW/Colors.hs index b52aea7..a266414 100644 --- a/src/WWW/Colors.hs +++ b/src/WWW/Colors.hs @@ -10,7 +10,7 @@ module WWW.Colors , gruvboxLightS ) where -import Data.Colour +-- import Data.Colour import Data.String import Diagrams.Attributes @@ -107,7 +107,7 @@ gruvboxDarkS = soft gruvboxDark gruvboxLight :: Gruvbox SomeColor gruvboxLight = - let gb = someToAlpha <$> gruvboxDark + let gb = someToColor' <$> gruvboxDark in SomeColor <$> gb { _bg = [hex|fbf1c7|] , _gray = [hex|7c6f64|] @@ -130,7 +130,7 @@ gruvboxLight = , _fg2 = [hex|504945|] , _fg1 = [hex|3c3836|] , _fg0 = [hex|282828|] - , orange' = [hex|af3a03|] + , _orange' = [hex|af3a03|] } gruvboxLightH :: Gruvbox SomeColor -- cgit v1.2.3