This commit is contained in:
Auric Vente
2024-07-25 10:59:52 -06:00
parent 2ddf25b069
commit e2f5d1c8f6
4 changed files with 37 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ class Config:
message_box_button_hover_text_color: str = "white"
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_text_color: str = "black"
input_border_color: str = "rgb(120, 120, 120)"
input_caret_color: str = "rgb(18, 18, 18)"
settings_json: Path