Private
Public Access
codebase: cleaning cruft part 1
This commit is contained in:
+1
-4
@@ -63,10 +63,7 @@ NERV_PALETTE = {
|
||||
}
|
||||
|
||||
def apply_nerv() -> None:
|
||||
"""
|
||||
Apply NERV theme with hard edges and specific palette.
|
||||
[C: tests/test_theme_nerv.py:test_apply_nerv_sets_rounding_and_colors]
|
||||
"""
|
||||
"""Apply NERV theme with hard edges and specific palette."""
|
||||
style = imgui.get_style()
|
||||
for col_enum, rgba in NERV_PALETTE.items():
|
||||
style.set_color_(col_enum, imgui.ImVec4(*rgba))
|
||||
|
||||
Reference in New Issue
Block a user