aboutsummaryrefslogtreecommitdiff
path: root/src/distractionless/ui/constants.cljd
diff options
context:
space:
mode:
Diffstat (limited to 'src/distractionless/ui/constants.cljd')
-rw-r--r--src/distractionless/ui/constants.cljd5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/distractionless/ui/constants.cljd b/src/distractionless/ui/constants.cljd
index 505778f..f08b24b 100644
--- a/src/distractionless/ui/constants.cljd
+++ b/src/distractionless/ui/constants.cljd
@@ -1,9 +1,8 @@
(ns distractionless.ui.constants
(:require ["package:flutter/material.dart" :as m]))
-(def background-color (m/Color.fromARGB 255 157 166 159))
-(def search-bar-color (m/Color.fromARGB 255 138 150 141))
-(def text-color (m/Color.fromARGB 255 0 0 0))
+(def background-color (m/Color.fromARGB 255 208 255 254))
+(def text-color (m/Color.fromARGB 255 55 55 55))
(def checkbox-active-color (m/Color.fromARGB 255 86 93 86))
(def checkbox-fill-color (m/Color.fromARGB 255 197 205 199))