File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ class ItemView(object):
361361 leftClicked = Signal (QtCore .QModelIndex )
362362 doubleLeftClicked = Signal (QtCore .QModelIndex )
363363
364- COLOR_HIGHLIGHT = "#40308CC6" # Semitransparent blue TODO: Find a way to *safely* delete this (horrible bug otherwise)
364+ COLOR_HIGHLIGHT = "#40308CC6" # Semitransparent blue
365365 def __init__ (self , * args ):
366366 super (ItemView , self ).__init__ (* args )
367367 self ._pressed_index = None
@@ -681,7 +681,7 @@ class GroupTab(object):
681681 elif check_if_light_or_dark () == "dark" :
682682 COLOR_ERROR = "#BC0000" # red
683683 COLOR_OK = "#2F4C00" # green
684- COLOR_BOOL_ON = "#34CF00 " # bright green
684+ COLOR_BOOL_ON = "#29A300 " # bright green
685685 COLOR_BOOL_OFF = "#003900" # dark green
686686 else :
687687 print (f"Unable to get color palette from os, got { check_if_light_or_dark ()} " )
You can’t perform that action at this time.
0 commit comments