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