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