Files
pyside6_contactos_sqlite/styles/dark.qss
T
2026-08-04 16:58:48 +02:00

30 lines
498 B
Plaintext
Executable File

QWidget {
background-color: #121212;
color: #e0e0e0;
font-size: 13px;
}
QLineEdit {
background-color: #1e1e1e;
border: 1px solid #333;
padding: 6px;
border-radius: 6px;
}
QTableView {
background-color: #1e1e1e;
gridline-color: #333;
selection-background-color: #2d89ef;
}
QHeaderView::section {
background-color: #2b2b2b;
padding: 6px;
border: none;
font-weight: bold;
}
QPushButton {
padding: 4px 8px;
}