From 915a2dbbd35e3b6a1a9194135e771aeae22eac5b Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sat, 20 Jul 2024 05:29:48 -0600 Subject: [PATCH] Mods --- README.md | 4 ++++ cromulant/config.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 594fb69..4db6040 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Clicking the footer scrolls to the bottom. There is a filter to filter updates. +## Usage + +Just open it, hatch some ants, and place it somewhere in your monitor. + ## Algorithm A random ant from ants that haven't had an update in at least 10 minutes is picked. diff --git a/cromulant/config.py b/cromulant/config.py index 5354053..f3ecab3 100644 --- a/cromulant/config.py +++ b/cromulant/config.py @@ -49,7 +49,7 @@ class Config: scrollbar_handle_color: str = "rgb(69, 69, 69)" input_background_color: str = "rgb(111, 111, 111)" input_text_color: str = "rgb(18, 18, 18)" - input_border_color: str = "rgb(140, 140, 140)" + input_border_color: str = "rgb(120, 120, 120)" input_caret_color: str = "rgb(18, 18, 18)" settings_json: Path