diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-21 22:18:50 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-21 22:25:42 +0530 |
| commit | f51fbc728e4b731372e39ba19c38a35ef58fe71a (patch) | |
| tree | ada2dbc2a16b6df46d446cfd9fc787d4c5a18879 /src/Chelleport/Config.hs | |
| parent | 1ade68e7252dda79c365cc9ec187c2bea3513cae (diff) | |
| download | chelleport-f51fbc728e4b731372e39ba19c38a35ef58fe71a.tar.gz chelleport-f51fbc728e4b731372e39ba19c38a35ef58fe71a.zip | |
Add action repetition
Diffstat (limited to 'src/Chelleport/Config.hs')
| -rw-r--r-- | src/Chelleport/Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chelleport/Config.hs b/src/Chelleport/Config.hs index 65b7077..d8b4132 100644 --- a/src/Chelleport/Config.hs +++ b/src/Chelleport/Config.hs @@ -35,7 +35,7 @@ colorFineGrainGrid :: Color colorFineGrainGrid = SDL.V4 55 52 65 100 windowOpacity :: CFloat -windowOpacity = 0.4 +windowOpacity = 0.5 fontSize :: Int fontSize = 24 |
