summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Config.hs')
-rw-r--r--src/lib/Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Config.hs b/src/lib/Config.hs
index 5064311..146cf5f 100644
--- a/src/lib/Config.hs
+++ b/src/lib/Config.hs
@@ -41,7 +41,7 @@ lightPalette = Palette { pNormal = "black"
, pBorder = "grey80"
, pForeground = "#000000"
, pBackground = "white"
- , pAlpha = 0
+ , pAlpha = 229
, pIconRoot = icons "light"
, pIsLight = True
}