Add beginnning artwork for Cusis Theme
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1986 0778d3d1-df1d-0410-868b-ea421aaaa00d
17
ChangeLog
@@ -58,6 +58,23 @@
|
||||
* src/gui/cusis_style.cpp:
|
||||
Pull Cusis-style class into SVN
|
||||
|
||||
* data/themes/cusis:
|
||||
* data/themes/cusis/led_off.png:
|
||||
* data/themes/cusis/scrollarea_corner.png:
|
||||
* data/themes/cusis/style.css:
|
||||
* data/themes/cusis/toolbar_bg.png:
|
||||
* data/themes/cusis/effect_plugin.png:
|
||||
* data/themes/cusis/main_toolbar_bg.png:
|
||||
* data/themes/cusis/fader_background.png:
|
||||
* data/themes/cusis/combobox_bg.png:
|
||||
* data/themes/cusis/combobox_arrow.png:
|
||||
* data/themes/cusis/led_green.png:
|
||||
* data/themes/cusis/fader_leds.png:
|
||||
* data/themes/cusis/fader_knob.png:
|
||||
* data/themes/cusis/combobox_arrow_selected.png:
|
||||
* data/themes/cusis/controller_bg.png:
|
||||
Add Cusis-theme artwork
|
||||
|
||||
2009-01-26 Paul Giblock <drfaygo/at/gmail/dot/com>
|
||||
|
||||
* src/tracks/bb_track.cpp:
|
||||
|
||||
BIN
data/themes/cusis/combobox_arrow.png
Normal file
|
After Width: | Height: | Size: 176 B |
BIN
data/themes/cusis/combobox_arrow_selected.png
Normal file
|
After Width: | Height: | Size: 186 B |
BIN
data/themes/cusis/combobox_bg.png
Normal file
|
After Width: | Height: | Size: 120 B |
BIN
data/themes/cusis/controller_bg.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
data/themes/cusis/effect_plugin.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
data/themes/cusis/fader_background.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
data/themes/cusis/fader_knob.png
Normal file
|
After Width: | Height: | Size: 300 B |
BIN
data/themes/cusis/fader_leds.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
data/themes/cusis/led_green.png
Normal file
|
After Width: | Height: | Size: 382 B |
BIN
data/themes/cusis/led_off.png
Normal file
|
After Width: | Height: | Size: 321 B |
BIN
data/themes/cusis/main_toolbar_bg.png
Normal file
|
After Width: | Height: | Size: 652 B |
BIN
data/themes/cusis/scrollarea_corner.png
Normal file
|
After Width: | Height: | Size: 207 B |
220
data/themes/cusis/style.css
Normal file
@@ -0,0 +1,220 @@
|
||||
/* Cusis Style sheet */
|
||||
|
||||
QScrollBar::groove:horizontal {
|
||||
background: red;
|
||||
}
|
||||
|
||||
QScrollArea, QListView, QTreeView {
|
||||
background: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
QToolButton, toolButton {
|
||||
padding: 3px 2px 2px 3px;
|
||||
margin: 1px;
|
||||
border-radius: 2px;
|
||||
background: rgba(0,0,0,64);
|
||||
font-size:10px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QToolButton:hover {
|
||||
background: rgba(255,255,255,96);
|
||||
border-radius: 3px;
|
||||
border: 1px solid rgba(0,0,0,255);
|
||||
color: black;
|
||||
}
|
||||
|
||||
QToolButton:pressed {
|
||||
background: rgba(192,192,192,96);
|
||||
padding: 3px 0px 0px 3px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid rgba(255,255,255,64);
|
||||
}
|
||||
|
||||
QToolButton:checked {
|
||||
background: rgba(233,239,255,96);
|
||||
border-radius: 3px;
|
||||
border: 1px solid black;
|
||||
padding: 3px 0px 0px 3px;
|
||||
}
|
||||
|
||||
/* LMMS style sheet */
|
||||
|
||||
QWhatsThat {
|
||||
color: black;
|
||||
}
|
||||
|
||||
QMdiArea {
|
||||
background-image: url(resources:background_artwork.png);
|
||||
}
|
||||
|
||||
automationEditor {
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
QMenu {
|
||||
border:1px solid black;
|
||||
background-color: rgb( 192, 192, 192 );
|
||||
font-size:11px;
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 1px;
|
||||
background: rgb(128,128,128);
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
color: black;
|
||||
padding: 2px 32px 2px 20px;
|
||||
margin:3px;
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
color: white;
|
||||
font-weight:bold;
|
||||
background-color: rgb(54,57,66);
|
||||
margin:3px;
|
||||
}
|
||||
|
||||
QMenu::item:disabled {
|
||||
color: white;
|
||||
margin:0px;
|
||||
background-color: rgba(0,0,0,192);
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
padding: 4px 32px 4px 20px;
|
||||
}
|
||||
|
||||
QMenu::indicator {
|
||||
width: 16;
|
||||
height: 16;
|
||||
opacity: 0;
|
||||
background-color: rgb( 192, 192, 192 );
|
||||
}
|
||||
|
||||
QMenu::indicator:checked {
|
||||
image: url("resources:apply.png");
|
||||
}
|
||||
|
||||
QMenu::indicator:selected {
|
||||
background-color: rgb(54,57,66);
|
||||
}
|
||||
|
||||
pianoRoll {
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
trackOperationsWidget > QPushButton {
|
||||
max-height: 26px;
|
||||
max-width: 26px;
|
||||
min-height: 26px;
|
||||
min-width: 26px;
|
||||
}
|
||||
|
||||
trackOperationsWidget#automationDisabled > QPushButton::menu-indicator {
|
||||
image: url(resources:track_op_menu_disabled.png);
|
||||
}
|
||||
|
||||
trackOperationsWidget#automationEnabled > QPushButton::menu-indicator {
|
||||
image: url(resources:track_op_menu.png);
|
||||
}
|
||||
|
||||
trackWidget {
|
||||
/* border-bottom: 1px solid rgb(0, 0, 0);*/
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
nameLabel, effectLabel, sf2InstrumentView > QLabel {
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
|
||||
QWidget#mainToolbar {
|
||||
background-image: url(resources:main_toolbar_bg.png);
|
||||
}
|
||||
|
||||
QToolBar {
|
||||
background: url(resources:toolbar_bg.png);
|
||||
}
|
||||
|
||||
|
||||
fxMixerView QPushButton, effectRackView QPushButton, controllerRackView QPushButton {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
timeLine {
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
/* Plugins */
|
||||
|
||||
tripleOscillatorView knob {
|
||||
color: rgb(1, 114, 216);
|
||||
qproperty-outerColor: rgb(0, 0, 0);
|
||||
qproperty-innerRadius: 1;
|
||||
qproperty-outerRadius: 6.5;
|
||||
qproperty-centerPointX: 13.5;
|
||||
qproperty-centerPointY: 13.5;
|
||||
qproperty-lineWidth: 2;
|
||||
}
|
||||
|
||||
|
||||
kickerInstrumentView knob {
|
||||
color: rgb(240, 147, 14);
|
||||
qproperty-outerColor: rgb(30, 35, 37);
|
||||
qproperty-innerRadius: 4;
|
||||
qproperty-outerRadius: 11.2;
|
||||
qproperty-centerPointX: 18.5;
|
||||
qproperty-centerPointY: 13.5;
|
||||
qproperty-lineWidth: 3;
|
||||
}
|
||||
|
||||
|
||||
audioFileProcessorView knob {
|
||||
color: rgb(240, 147, 14);
|
||||
qproperty-outerColor: rgb(30, 35, 37);
|
||||
qproperty-innerRadius: 4;
|
||||
qproperty-outerRadius: 11.2;
|
||||
qproperty-centerPointX: 18.5;
|
||||
qproperty-centerPointY: 16.5;
|
||||
qproperty-lineWidth: 3;
|
||||
}
|
||||
|
||||
organicInstrumentView knob {
|
||||
color: rgb(205, 16, 216);
|
||||
qproperty-outerColor: rgb(23, 9, 24);
|
||||
/*qproperty-outerColor: rgb(64, 21, 67);*/
|
||||
qproperty-innerRadius: 2;
|
||||
qproperty-outerRadius: 8.7;
|
||||
qproperty-centerPointX: 10.5;
|
||||
qproperty-centerPointY: 10.5;
|
||||
qproperty-lineWidth: 2;
|
||||
}
|
||||
|
||||
|
||||
organicInstrumentView knob#fx1Knob,
|
||||
organicInstrumentView knob#volKnob {
|
||||
qproperty-innerRadius: 4;
|
||||
qproperty-outerRadius: 11.2;
|
||||
qproperty-centerPointX: 18.5;
|
||||
qproperty-centerPointY: 13.8;
|
||||
qproperty-lineWidth: 3;
|
||||
}
|
||||
|
||||
sf2InstrumentView knob {
|
||||
color: #ff0066;
|
||||
qproperty-outerColor: rgb(30, 35, 37);
|
||||
qproperty-innerRadius: 2;
|
||||
qproperty-outerRadius: 9.2;
|
||||
qproperty-centerPointX: 15.5;
|
||||
qproperty-centerPointY: 15.42;
|
||||
qproperty-lineWidth: 2;
|
||||
}
|
||||
|
||||
/* Notes:
|
||||
|
||||
lcd-spinbox colors: (12, 250, 150), (37, 57, 42)
|
||||
|
||||
|
||||
*/
|
||||
12
data/themes/cusis/theme.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<lmmsTheme>
|
||||
<title>Cusis Theme</title>
|
||||
<authors>
|
||||
<author>Paul Giblock</author>
|
||||
</authors>
|
||||
<description>Based on the mockup by Cusis</description>
|
||||
<lmmsStyle class="CusisStyle"> <!-- can be ClassicStyle or CusisStyle -->
|
||||
<!-- style-specific settings go here -->
|
||||
</lmmsStyle>
|
||||
<qStyle class="CusisStyle"/> <!-- can be QPlastiqueStyle, ClassicStyle, CusisStyle QMotifStyle, etc.. -->
|
||||
<defaultBackground url="..."/>
|
||||
</lmmsTheme>
|
||||
BIN
data/themes/cusis/toolbar_bg.png
Normal file
|
After Width: | Height: | Size: 166 B |