- added inverted icons

This commit is contained in:
Marius Stanciu
2019-10-07 18:52:05 +03:00
parent d815ae8a6a
commit 031a3a141e
232 changed files with 21 additions and 15 deletions

View File

@@ -44,6 +44,8 @@ class VisPyCanvas(scene.SceneCanvas):
theme_color = Color('#000000')
tick_color = Color('gray')
back_color = Color('#000000')
# back_color = Color('#272822') # darker
# back_color = Color('#3c3f41') # lighter
self.central_widget.bgcolor = back_color
self.central_widget.border_color = back_color