Skip to content

Commit be47ba6

Browse files
authored
Merge pull request #72 from joegaming0/fluent-fixes
2 parents 6c79978 + 1cd6990 commit be47ba6

File tree

1 file changed

+12
-31
lines changed

1 file changed

+12
-31
lines changed

themes/Fluent-Dark/themeStyle.css

Lines changed: 12 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ QDockWidget {
1313

1414
QWidget {
1515
border-color: rgba(255, 255, 255, 8);
16-
font-family: "Segoe UI Variable Text Semibold", serif;
16+
font-family: "Segoe UI Variable Text Semibold", "Segoe UI", serif;
1717
border-radius: 4px;
1818
}
1919

@@ -341,7 +341,6 @@ QTabWidget::pane {
341341

342342
QTabWidget::tab-bar {
343343
left:8px;
344-
height: 100px;
345344
}
346345

347346
QTabBar::tab {
@@ -814,35 +813,7 @@ QComboBox QAbstractItemView {
814813

815814
/*TEXTEDIT*/
816815
QTextEdit,
817-
QPlainTextEdit {
818-
background-color: rgba(255, 255, 255, 16);
819-
border: 1px solid rgba(255, 255, 255, 5);
820-
border-bottom: 1px solid #707070;
821-
min-height: 17px;
822-
}
823-
824-
QTextEdit:hover,
825-
QPlainTextEdit:hover {
826-
background-color: rgba(0, 0, 0, 255);
827-
}
828-
829-
QTextEdit:focus,
830-
QPlainTextEdit:focus {
831-
border-bottom: 1px solid #60cdff;
832-
background-color: rgba(0, 0, 0, 255);
833-
border-top: 1px solid #60cdff;
834-
border-left: 1px solid #60cdff;
835-
border-right: 1px solid #60cdff;
836-
}
837-
838-
QTextEdit:disabled,
839-
QPlainTextEdit:disabled {
840-
color: rgba(150, 150, 150);
841-
background-color: rgba(255, 255, 255, 13);
842-
border: 1px solid rgba(255, 255, 255, 5);
843-
}
844-
845-
/*LINEDIT*/
816+
QPlainTextEdit,
846817
QLineEdit {
847818
background-color: rgba(255, 255, 255, 16);
848819
border: 1px solid rgba(255, 255, 255, 5);
@@ -855,12 +826,16 @@ QLineEdit {
855826
min-height: 17px;
856827
}
857828

829+
QTextEdit:hover,
830+
QPlainTextEdit:hover,
858831
QLineEdit:hover {
859832
background-color: rgba(255, 255, 255, 20);
860833
border: 1px solid rgba(255, 255, 255, 10);
861834
border-bottom: 1px solid #707070;
862835
}
863836

837+
QTextEdit:focus,
838+
QPlainTextEdit:focus,
864839
QLineEdit:focus {
865840
border-bottom: 2px solid #60cdff;
866841
background-color: rgba(255, 255, 255, 5);
@@ -869,6 +844,12 @@ QLineEdit:focus {
869844
border-right: 1px solid rgba(255, 255, 255, 7);
870845
}
871846

847+
InstanceView QTextEdit:focus {
848+
background-color: #1f1f1f;
849+
}
850+
851+
QTextEdit:disabled,
852+
QPlainTextEdit:disabled,
872853
QLineEdit:disabled {
873854
color: rgba(150, 150, 150);
874855
background-color: rgba(255, 255, 255, 13);

0 commit comments

Comments
 (0)