Skip to content

Commit

Permalink
Dark mode colors
Browse files Browse the repository at this point in the history
  • Loading branch information
machinewrapped committed Feb 11, 2024
1 parent b20cbbc commit aabfb01
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions theme/subtrans-dark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ QComboBox::drop-down QAbstractItemView, QComboBox QAbstractItemView::item {
}

.ScenesView {
background-color: #121212;
background-color: darkslategrey;
}

.TreeViewItemWidget {
Expand Down Expand Up @@ -101,20 +101,21 @@ QListView:item {
margin: 0px;
padding: 3px;
padding-left: 10px;
background-color: saddlebrown;
background-color: maroon;
color: blanchedalmond;
}

.WidgetFooter {
margin: 0px;
padding: 2px;
padding-right: 10px;
background-color: navy;
}

.WidgetFooter QLabel {
margin: 0px;
padding: 0px;
background-color: #242424;
background-color: navy;
}

.WidgetFooter[all_translated=true] QLabel {
Expand All @@ -130,7 +131,7 @@ QListView:item {
padding: 2px;
padding-left: 10px;
color: white;
background-color: #363636;
background-color: #242424;
}

.ContentView {
Expand Down Expand Up @@ -168,15 +169,15 @@ QListView:item {
}

#line-header-right {
color: peru;
color: burlywood;
font-size: 9pt;
}

.LineItemBody {
margin: 2px;
padding: 2px 1em;
background-color: #242424;
border-left: 2px dotted burlywood;
border-left: 2px dotted peru;
}

.SelectionView {
Expand Down

0 comments on commit aabfb01

Please sign in to comment.