This commit is contained in:
Auric Vente
2024-07-20 02:16:48 -06:00
parent 77f551a754
commit 53c64c134a
2 changed files with 31 additions and 8 deletions

View File

@@ -47,6 +47,10 @@ class Config:
message_box_button_hover_background_color: str = "rgb(66, 66, 66)"
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_border_color: str = "rgb(140, 140, 140)"
input_caret_color: str = "rgb(18, 18, 18)"
@staticmethod
def prepare() -> None: