changed color on reference text

This commit is contained in:
Doman 2022-04-12 19:24:45 +02:00
parent afe232dd59
commit 135f38447c
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.3
current_version = 2.0.4
[wheel]
universal = 1

View file

@ -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",