aboutsummaryrefslogtreecommitdiff
path: root/src/Internal
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2020-02-04 11:14:32 -0700
committerJosh Rahm <rahm@google.com>2020-02-04 11:14:32 -0700
commite9880655c47247b13b9d44a16603ec600fe5e7e4 (patch)
tree29f0fe6c4621d259c69b2da63c63933f491a0b3c /src/Internal
parent04489c6c77e9c80e5b3332b81cea149dad1c7d88 (diff)
downloadrde-e9880655c47247b13b9d44a16603ec600fe5e7e4.tar.gz
rde-e9880655c47247b13b9d44a16603ec600fe5e7e4.tar.bz2
rde-e9880655c47247b13b9d44a16603ec600fe5e7e4.zip
Mave icons to the left. Change icon colors
Diffstat (limited to 'src/Internal')
-rw-r--r--src/Internal/LayoutDraw.hs22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/Internal/LayoutDraw.hs b/src/Internal/LayoutDraw.hs
index 3b3d3f0..5f0572d 100644
--- a/src/Internal/LayoutDraw.hs
+++ b/src/Internal/LayoutDraw.hs
@@ -45,17 +45,17 @@ drawPng l = do
let filepathXpm = pngCacheDir </> (quickHash descr ++ ".xpm")
let colors = [
- (1.0, 1.0, 1.0),
- (0.9, 0.9, 1.0),
- (0.8, 0.8, 1.0),
- (0.7, 0.7, 1.0),
- (0.6, 0.6, 1.0),
- (0.5, 0.5, 1.0),
- (0.4, 0.4, 1.0),
- (0.3, 0.3, 1.0),
- (0.2, 0.2, 1.0),
- (0.1, 0.1, 1.0),
- (0.0, 0.0, 1.0)
+ -- (1.0, 1.0, 1.0),
+ -- (0.9, 0.9, 1.0),
+ -- (0.8, 0.8, 1.0),
+ -- (0.7, 0.7, 1.0),
+ (0.6, 0.6, 0.8),
+ (0.5, 0.5, 0.8),
+ (0.4, 0.4, 0.8),
+ (0.3, 0.3, 0.8),
+ (0.2, 0.2, 0.8),
+ (0.1, 0.1, 0.8),
+ (0.0, 0.0, 0.8)
]
exists <- liftIO $ doesFileExist filepathXpm