Halfway Graphical Point Release

i put all of the details in the new release
This commit is contained in:
2025-01-19 18:47:35 +02:00
parent 5ba5cefd23
commit 682e0d660d
95 changed files with 423 additions and 422 deletions

View File

@@ -34,7 +34,7 @@ define gui.idle_color = '#ffffff'
## The small color is used for small text, which needs to be brighter/darker to
## achieve the same effect.
define gui.idle_small_color = '#606060'
define gui.idle_small_color = '#e2e2e2'
## The color that is used for buttons and bars that are hovered.
define gui.hover_color = '#990000'
@@ -190,7 +190,7 @@ define gui.confirm_button_text_xalign = 0.5
define gui.page_button_borders = Borders(15, 6, 15, 6)
define gui.quick_button_borders = Borders(15, 6, 15, 0)
define gui.quick_button_borders = Borders(15, 6, 15, 5)
define gui.quick_button_text_size = 21
define gui.quick_button_text_idle_color = gui.idle_small_color
define gui.quick_button_text_selected_color = gui.accent_color