This commit is contained in:
Auric Vente
2024-07-20 05:29:48 -06:00
parent 92f7fa5b05
commit 915a2dbbd3
2 changed files with 5 additions and 1 deletions

View File

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