Skip to content

Commit

Permalink
Merge pull request #85 from alexpdev/devel
Browse files Browse the repository at this point in the history
update again
  • Loading branch information
alexpdev committed Aug 23, 2022
2 parents c33d1c0 + ca91c5d commit d1a326b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions torrentfileQt/qss.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
border-color: #f61;
selection-background-color: #2f4f4f;
}
QWidget {
background-color: #39434d;
border-width: 0px;
}
*[editToolBar="true"] {
background-color: #3a3a3a;
spacing: 3px;
Expand Down Expand Up @@ -591,10 +595,6 @@
padding: 2px;
background-color: #000;
}
QWidget {
background-color: #39434d;
border-width: 0px;
}
""" % arrow)

light_theme = ("""
Expand Down Expand Up @@ -638,6 +638,10 @@
border-color: #0CF;
selection-background-color: #a6595b;
}
QWidget {
background-color: #E3E6F1;
border-width: 0px;
}
*[editToolBar="true"] {
background-color: #3a3a3a;
spacing: 3px;
Expand Down Expand Up @@ -1179,8 +1183,4 @@
border-radius: 3px;
width: 16px;
}
QWidget {
background-color: #E3E6F1;
border-width: 0px;
}
""" % arrow)

0 comments on commit d1a326b

Please sign in to comment.