Skip to content

Commit

Permalink
Fix issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mervick committed Nov 12, 2015
1 parent c855480 commit a2df26b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion darcula.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
* {
border-color: #2b2b2b;
font-size: 13px;
alternate-background-color: #3c3f41;
}

QFrame {
Expand Down Expand Up @@ -37,18 +38,31 @@ QMainWindow,
QAbstractItemView,
QTreeView::branch,
QTabBar::tab,
QTreeWidget {
QTreeWidget,
QToolBox,
QQuickWidget,
QMdiArea {
color: #bbbbbb;
background: #3c3f41;
font-size: 13px;
border-color: #2b2b2b;
selection-background-color: #2f65ca;
selection-color: #bbbbbb;
alternate-background-color: #3c3f41;
}
QAbstractItemView {
border: none;
border-top: 1px solid #2b2b2b;
}
QAbstractItemView,
QTreeView * {
background: #3c3f41;
background-color: #3c3f41;
font-size: 13px;
selection-background-color: #2f65ca;
selection-color: #bbbbbb;
alternate-background-color: #3c3f41;
}
QDialog QAbstractItemView {
border: 1px solid #2b2b2b;
}
Expand Down

0 comments on commit a2df26b

Please sign in to comment.