summaryrefslogtreecommitdiff
path: root/muse2/share/themes/Dark Theme.qss
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2013-03-02 23:48:54 +0000
committerRobert Jonsson <spamatica@gmail.com>2013-03-02 23:48:54 +0000
commit8c3f10f97d58e596a2ecd1c5c2280d2b6b7f5e11 (patch)
tree3af366d6b57bbdf85c6d51533bca890a60f54518 /muse2/share/themes/Dark Theme.qss
parent887f6426bd58f1bfd2bc38d1a2b57f1f4be5edbc (diff)
added ardour theme
Diffstat (limited to 'muse2/share/themes/Dark Theme.qss')
-rw-r--r--muse2/share/themes/Dark Theme.qss53
1 files changed, 53 insertions, 0 deletions
diff --git a/muse2/share/themes/Dark Theme.qss b/muse2/share/themes/Dark Theme.qss
new file mode 100644
index 00000000..8c40a4ba
--- /dev/null
+++ b/muse2/share/themes/Dark Theme.qss
@@ -0,0 +1,53 @@
+QWidget {
+ background-color: rgb(30,30,30);
+ color: rgb(120,120,120);
+}
+
+QToolBar QToolButton {
+ background-color: rgb(50,50,50);
+ border-color: rgb(70,70,70);
+ border-style: outset;
+ border-width: 1px;
+ border-radius: 3px;
+ padding: 1px;
+
+}
+
+QAction {
+ background-color: rgb(150,150,150);
+ spacing: 3px;
+ padding: 1px 4px;
+ background: transparent;
+ border-radius: 4px;
+ }
+
+QMenu::item:selected {
+ background-color: rgb(40,90,40);
+}
+
+QToolBar QToolButton:hover {
+ background-color: rgb(50,50,50);
+ border-color: rgb(58,167,221);
+ border-style: outset;
+ border-width: 1px;
+ border-radius: 3px;
+ padding: 2px;
+
+}
+
+QToolBar QToolButton:pressed {
+ background-color: rgb(30,30,30);
+ border-style: inset;
+ border-width: 1px;
+ border-radius: 2px;
+ padding: 2px;
+
+}
+QToolBar QToolButton:checked {
+ background-color: rgb(30,30,30);
+ border-style: inset;
+ border-width: 1px;
+ border-radius: 2px;
+ padding: 2px;
+
+}