feat(ui): Implement custom UI shaders for soft shadows and glass effects
This commit is contained in:
@@ -231,6 +231,11 @@ def apply(palette_name: str) -> None:
|
||||
style.item_spacing = imgui.ImVec2(8.0, 4.0)
|
||||
style.item_inner_spacing = imgui.ImVec2(4.0, 4.0)
|
||||
style.scrollbar_size = 14.0
|
||||
|
||||
# Rendering anti-aliasing (Shaders/Quality)
|
||||
style.anti_aliased_lines = True
|
||||
style.anti_aliased_fill = True
|
||||
style.anti_aliased_lines_use_tex = True
|
||||
|
||||
if not colours:
|
||||
# Reset to imgui dark defaults
|
||||
|
||||
Reference in New Issue
Block a user