[TEXT COLOR]

QComboBox {
border: 0px;
background-color: #f255e5;
color: #a50000;
font-size: 10px;
font-weight: bold;
font-family: Ubuntu Light;
border-radius: 0px;}

QComboBox QAbstractItemView {
border: 0px;
background-color: #f255e5;
color: #a50000;
border-radius: 0px;
font-size: 10px;
font-family: Ubuntu Light;
selection-color: #a50000;
selection-background-color: #cc47c1;}}

[POS DROPDOWN]

QComboBox {
border: 0px;
background-color: #f255e5;
color: #a50000;
font-size: 10px;
font-weight: bold;
font-family: Ubuntu Light;
border-radius: 0px;}

QComboBox QAbstractItemView {
border: 0px;
background-color: #f255e5;
color: #a50000;
border-radius: 0px;
font-size: 10px;
font-family: Ubuntu Light;
selection-color: #a50000;
selection-background-color: #cc47c1;}


[THEME LIST]

QComboBox {
border: 0px;
background-color: #f255e5;
color: #a50000;
scroll-behavior: smooth;
font-weight: bold;
font-size: 10px;
font-family: Ubuntu Light;
border-radius: 0px;}

QComboBox QAbstractItemView {
border: 0px;
background-color: #f255e5;
scroll-behavior: smooth;
color: #a50000;
border-radius: 0px;
font-family: Ubuntu Light;
font-size: 10px;
font-weight: bold;
selection-color: #a50000;
selection-background-color: #cc47c1;}

[EMOTE DROPDOWN]

QComboBox {
border: 0px;
background-color: #f255e5;
color: #a50000;
font-size: 10px;
font-family: Ubuntu Light;
font-weight: bold;
border-radius: 0px;}

QComboBox QAbstractItemView {
border: 0px;
background-color: #f255e5;
color: #a50000;
font-size: 10px;
border-radius: 0px;
font-family: Ubuntu Light;
font-weight: bold;
selection-color: #a50000;
selection-background-color: #cc47c1;}

[MUTE LIST]

QListView {
border: 0px;
color: #a50000;
font-size: 10px;
background-color: #f255e5;
font-family: Ubuntu Light;
font-weight: bold;
selection-color: #a50000;
selection-background-color: #cc47c1;}
QListWidget::item:hover { background-color: #cc47c1; }

}

[END]