Skip to content

Commit b0a2a8b

Browse files
committed
General: Tweaked the background gradient.
1 parent 6ee0b2e commit b0a2a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777
self._configuration.add("customize.window.logo_position", "top-center", "select", label="Logo Position", choices=["top-left", "top-center", "top-right", "center-left", "center-center", "center-right", "bottom-left", "bottom-center", "bottom-right"])
7878
self._configuration.add("customize.window.form_position", "center-center", "select", label="Form Position", choices=["top-left", "top-center", "top-right", "center-left", "center-center", "center-right", "bottom-left", "bottom-center", "bottom-right"])
7979
self._configuration.add("customize.window.fullscreen", False, "checkbox")
80-
self._configuration.add("customize.window.gradient_start", "#76797c", "color", label="Gradient Start")
80+
self._configuration.add("customize.window.gradient_start", "#595959", "color", label="Gradient Start")
8181
self._configuration.add("customize.window.gradient_end", "#242829", "color", label="Gradient End")
8282
self._configuration.add("customize.controls.exit", True, "checkbox")
8383
self._configuration.add("customize.controls.restart", False, "checkbox")

0 commit comments

Comments
 (0)