[minor] some updates, added bright style sheet

This commit is contained in:
2017-09-07 16:51:56 +02:00
parent 9c63621ba4
commit cacfb37468
4 changed files with 10 additions and 11 deletions

View File

@@ -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);

View File

@@ -40,7 +40,7 @@ stylecolors = {
},
'dark': {
'linecolor': {
'rgba': (255, 255, 255, 255)},
'rgba': (230, 230, 230, 255)},
'background': {
'rgba': (50, 50, 60, 255)},
'multicursor': {