[minor] some updates, added bright style sheet
This commit is contained in:
@@ -15,11 +15,6 @@ border-width: 2px;
|
||||
border-style:inset;
|
||||
}
|
||||
|
||||
FigureCanvasQtAgg{
|
||||
background-color: rgba(50, 50, 60, 255);
|
||||
color: rgba(255, 255, 255, 255);
|
||||
}
|
||||
|
||||
QComboBox{
|
||||
background-color: rgba(80, 80, 90, 255);
|
||||
color: rgba(255, 255, 255, 255);
|
||||
|
||||
@@ -40,7 +40,7 @@ stylecolors = {
|
||||
},
|
||||
'dark': {
|
||||
'linecolor': {
|
||||
'rgba': (255, 255, 255, 255)},
|
||||
'rgba': (230, 230, 230, 255)},
|
||||
'background': {
|
||||
'rgba': (50, 50, 60, 255)},
|
||||
'multicursor': {
|
||||
|
||||
Reference in New Issue
Block a user