From f898814f8156c0726d0bf8884718dff7612b082c Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 13 Feb 2025 19:43:26 +0100 Subject: New ui --- src/distractionless/ui/constants.cljd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/distractionless/ui/constants.cljd') 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)) -- cgit v1.2.3