From 135f38447c14e2fac4cbf551bd2e7ba827d42273 Mon Sep 17 00:00:00 2001 From: Doman Date: Tue, 12 Apr 2022 19:24:45 +0200 Subject: [PATCH] changed color on reference text --- fasttyper/config.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fasttyper/config.py b/fasttyper/config.py index c893739..4beda27 100644 --- a/fasttyper/config.py +++ b/fasttyper/config.py @@ -2,7 +2,7 @@ class Config: defaults = { "user_input_valid_color": 3, "user_input_invalid_color": 2, - "reference_text_color": 8, + "reference_text_color": 9, "stats_template": "wpm: {stats.wpm:0.2f}, time: {stats.total_seconds:0.2f}s", "stats_color": 5, "stats_position": "top", diff --git a/setup.cfg b/setup.cfg index cb515df..2932a5a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.3 +current_version = 2.0.4 [wheel] universal = 1 diff --git a/setup.py b/setup.py index 83b6a7f..1bfe0b5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open("requirements.txt", "r", encoding="utf-8") as fh: setup( name="fasttyper", - version="2.0.3", + version="2.0.4", author="Piotr Domanski", author_email="pi.domanski@gmail.com", description="Minimalistic typing exercise",