342 lines
6.2 KiB
Plaintext
342 lines
6.2 KiB
Plaintext
/* total colors - 12 -
|
|
main background: #30303d;
|
|
background: #3c3c4d;
|
|
selection background: #24435d;
|
|
text-editor: #24435d;
|
|
tab-background: #24435d;
|
|
border1: #535a6e;
|
|
disabled: #000000;
|
|
badger-cmd-color: #33FF00;
|
|
badger-meta: #30303d;
|
|
badger-meta-selection: #050f2e;
|
|
badger-meta-text: #a8a8a8;
|
|
badger-terminal: #1a1a26;
|
|
font-color: #ffffff;
|
|
line-background-color: #000000;
|
|
*/
|
|
|
|
QDialog {
|
|
background: #30303d; /* white */
|
|
color: #ffffff;
|
|
}
|
|
|
|
QWidget {
|
|
background-color: #30303d;
|
|
color: #ffffff;
|
|
selection-background-color: #27282f;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QHeaderView::section {
|
|
padding:5px;
|
|
color: #ffffff;
|
|
background: #3c3c4d;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QTabWidget {
|
|
background-color: #3c3c4d;
|
|
color: #ffffff;
|
|
selection-background-color: #27282f; /* light blue */
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QTabWidget:disabled {
|
|
background-color: grey;
|
|
color: grey;
|
|
}
|
|
|
|
QTabBar:tab {
|
|
background: #27282f;
|
|
color: #ffffff;
|
|
border: 1px solid #535a6e; /* dark purple */
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
QTabBar:tab:selected {
|
|
background: #24435d; /* light dark blue */
|
|
color: white;
|
|
}
|
|
|
|
QToolButton {
|
|
padding: 5px;
|
|
background: #27282f;
|
|
color: #ffffff;
|
|
border-radius: 7px;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QToolButton:pressed {
|
|
background-color: #24435d;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QMenu {
|
|
padding: 5px;
|
|
selection-background-color: #24435d;
|
|
background-color: #27282f;
|
|
color: #ffffff;
|
|
icon-size: 16px;
|
|
font-family: Monospace;
|
|
font-size: 8.5pt;
|
|
border: 1px solid #535a6e;
|
|
}
|
|
|
|
QMenu:item:selected {
|
|
color: white;
|
|
}
|
|
|
|
|
|
QLabel {
|
|
background: none;
|
|
font-family: Monospace;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QDockWidget {
|
|
background-color: #3c3c4d;
|
|
selection-background-color: #27282f;
|
|
color: #ffffff;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QTableWidget {
|
|
background: #3c3c4d; color: #ffffff; font-family: Monospace; font-size: 8.5pt;
|
|
}
|
|
|
|
QTableWidget:item {
|
|
padding:5px;
|
|
background-color: #27282f;
|
|
}
|
|
|
|
QTableWidget:item:selected {
|
|
background-color: #24435d;
|
|
}
|
|
|
|
QStatusBar {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
selection-background-color: #27282f;
|
|
color: #ffffff;
|
|
}
|
|
|
|
QGroupBox {
|
|
background: #3c3c4d;
|
|
color: #ffffff;
|
|
selection-background-color: #27282f;
|
|
border:none;
|
|
}
|
|
|
|
QGroupBox:disabled {
|
|
background-color:#000000;
|
|
}
|
|
|
|
QPlainTextEdit {
|
|
background-color: #24435d;
|
|
selection-background-color: #27282f;
|
|
color: #ffffff;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QLineEdit {
|
|
background-color: #000000;
|
|
selection-background-color: #27282f;
|
|
color: #ffffff;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QComboBox {
|
|
background-color: #24435d;
|
|
selection-background-color: #27282f;
|
|
color: #ffffff;
|
|
font-size: 8.5pt;
|
|
}
|
|
QSpinBox {
|
|
background-color: #24435d;
|
|
selection-background-color: #27282f;
|
|
color: #ffffff;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QWebEngineView {
|
|
background-color: #24435d;
|
|
selection-background-color: #27282f;
|
|
color: #ffffff;
|
|
}
|
|
|
|
QPushButton {
|
|
padding: 5px;
|
|
background-color: #24435d;
|
|
color: #ffffff;
|
|
}
|
|
|
|
QPushButton:pressed {
|
|
background-color: #27282f;
|
|
}
|
|
|
|
QCheckBox {
|
|
background: none;
|
|
color: #ffffff;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QCheckBox:indicator:checked {
|
|
background-color: #24435d;
|
|
border: 2px solid white;
|
|
}
|
|
|
|
QCheckBox:indicator:unchecked {
|
|
background-color: #ffffff;
|
|
border: 2px solid white;
|
|
}
|
|
|
|
QRadioButton {
|
|
background: none;
|
|
color: #ffffff;
|
|
font-size: 8.5pt;
|
|
}
|
|
QRadioButton::indicator {
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
QRadioButton::indicator:checked {
|
|
background-color: #24435d;
|
|
border: 2px solid white;
|
|
}
|
|
|
|
QRadioButton::indicator:unchecked {
|
|
background-color: #ffffff;
|
|
border: 2px solid white;
|
|
}
|
|
|
|
QTreeWidget {
|
|
outline:0;
|
|
background: #3c3c4d;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QTreeWidget::item {
|
|
padding: 5px;
|
|
background: #27282f;
|
|
border: 0.5px solid black;
|
|
}
|
|
|
|
QTreeWidget::item:selected {
|
|
background-color: #24435d;
|
|
}
|
|
|
|
QListWidget {
|
|
outline:0;
|
|
background: #3c3c4d;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QListWidget::item {
|
|
background: #27282f; /* light purple */
|
|
color: #ffffff;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QListWidget::item:selected {
|
|
background-color: #24435d;
|
|
}
|
|
|
|
QTextBrowser {
|
|
padding: 5px;
|
|
background: #27282f;
|
|
color: #ffffff;
|
|
selection-background-color: #24435d;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QTextEdit:enabled {
|
|
padding: 5px;
|
|
background: #27282f;
|
|
color: #ffffff;
|
|
selection-background-color: #24435d;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QTextEdit:disabled {
|
|
background: grey;
|
|
color: #ffffff;
|
|
}
|
|
|
|
QLabel#label_status {
|
|
background: none;
|
|
font-family: Monospace;
|
|
color: #33FF00;
|
|
font-weight: bold;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QLabel#label_error {
|
|
background: none;
|
|
color : red;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QTreeWidget#treeWidget_lstree::item:has-children {
|
|
border-right: 10px solid #27282f;
|
|
background-color: #24435d;
|
|
}
|
|
|
|
QTableWidget#tableWidget_pstree::item {
|
|
padding:5px;
|
|
border-right: 1px solid #24435d;
|
|
border-left: 1px solid #24435d;
|
|
}
|
|
|
|
QTableWidget#tableWidget_lstree:item {
|
|
padding:5px;
|
|
border-right: 1px solid #24435d;
|
|
border-left: 1px solid #24435d;
|
|
}
|
|
|
|
QLineEdit#lineEdit_cmd {
|
|
background-color: #000000;
|
|
selection-background-color: #27282f;
|
|
color: #ffffff;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QLineEdit#lineEdit_terminal_cwd {
|
|
background-color: #2b3040;
|
|
selection-background-color: #050f2e;
|
|
color: #a8a8a8;
|
|
font-size: 8.5pt;
|
|
}
|
|
QLineEdit#lineEdit_terminal_sleep {
|
|
background-color: #2b3040;
|
|
selection-background-color: #050f2e;
|
|
color: #a8a8a8;
|
|
font-size: 8.5pt;
|
|
}
|
|
QLineEdit#lineEdit_terminal_user {
|
|
background-color: #2b3040;
|
|
selection-background-color: #050f2e;
|
|
color: #a8a8a8;
|
|
font-size: 8.5pt;
|
|
}
|
|
QLineEdit#lineEdit_terminal_socks {
|
|
background-color: #2b3040;
|
|
selection-background-color: #050f2e;
|
|
color: #a8a8a8;
|
|
font-size: 8.5pt;
|
|
}
|
|
QLineEdit#lineEdit_terminal_rportfwd {
|
|
background-color: #2b3040;
|
|
selection-background-color: #050f2e;
|
|
color: #a8a8a8;
|
|
font-size: 8.5pt;
|
|
}
|
|
|
|
QTextEdit#textEdit_badger_terminal {
|
|
background: #1a1a26;
|
|
color: white;
|
|
}
|