Theme tweaks (#3042)

This commit is contained in:
Rebecca DeField
2016-10-04 03:06:50 -07:00
committed by Umcaruje
parent d609b8f405
commit 54b1da55c2
4 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 485 B

BIN
data/themes/default/output_graph.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 357 B

16
data/themes/default/style.css Executable file → Normal file
View File

@@ -14,12 +14,12 @@ QMdiArea {
AutomationEditor {
background-color: #040506;
color: #ffffff;
qproperty-vertexColor: #7f0a1d;
qproperty-gridColor: #2d3339;
qproperty-crossColor: #FE143A;
qproperty-vertexColor: #6749C2;
qproperty-gridColor: #190F38;
qproperty-crossColor: #9875FF;
qproperty-graphColor: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:1,
stop:0 rgba(83,7,19,255), stop:1 rgba(127,10,29,50));
stop:0 rgba(69,42,153,255), stop:1 rgba(81,48,179,50));
qproperty-scaleColor: #262b30;
}
@@ -611,14 +611,14 @@ PatternView {
/* sample track pattern */
SampleTCOView {
background-color: #261657;
color: #100A26;
background-color: #DE7C05;
color: #FFE8CD;
}
/* automation pattern */
AutomationPatternView {
background-color: #4D0818;
color: rgba(0,0,0,130);
background-color: #663DE1;
color: rgba(255,255,255,90);
}
/* bb-pattern */