summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-06-02 02:51:37 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-06-08 22:32:09 +0200
commite09188c4d08e46bd51aac21701f97ddcd6e0629a (patch)
tree2536dc45385ce5ce28173a3ef919af39dea69302 /resources/styles/nheko-dark.qss
parent8e61596d157880b4b7b96518c33faf947370d8aa (diff)
Remove style sheets
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss77
1 files changed, 0 insertions, 77 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
deleted file mode 100644
index 597397cd..00000000
--- a/resources/styles/nheko-dark.qss
+++ /dev/null
@@ -1,77 +0,0 @@
-TextLabel,
-QLabel {
- color: #caccd1;
-}
-
-TextLabel::a {
- color: #38a3d8;
-}
-
-QuickSwitcher,
-ReplyPopup,
-SuggestionsPopup,
-UserSettingsPage,
-#scroll_widget,
-#UserSettingScrollWidget {
- background-color: #202228;
-}
-
-QLineEdit,
-EditModal,
-dialogs--ReCaptcha,
-dialogs--JoinRoom {
- background-color: #202228;
- color: #caccd1;
-}
-
-PopupItem {
- background-color: #202228;
- qproperty-hoverColor: rgba(45, 49, 57, 120);
-}
-
-FlatButton {
- qproperty-foregroundColor: #727274;
- qproperty-backgroundColor: #333;
- qproperty-disabledForegroundColor: #222;
-}
-
-RaisedButton {
- qproperty-foregroundColor: #caccd1;
- qproperty-backgroundColor: #333;
-}
-
-FloatingButton {
- qproperty-backgroundColor: #2d3139;
- qproperty-foregroundColor: white;
-}
-
-TextField {
- qproperty-backgroundColor: #202228;
- qproperty-inkColor: #caccd1;
- qproperty-labelColor: #caccd1;
-}
-
-TextInputWidget {
- border: none;
-}
-
-TextInputWidget,
-TextInputWidget > QTextEdit,
-TextInputWidget > QLineEdit {
- background-color: #2d3139;
- color: #caccd1;
-}
-
-Toggle {
- qproperty-activeColor: #38a3d8;
- qproperty-disabledColor: gray;
- qproperty-inactiveColor: gray;
- qproperty-trackColor: rgb(240, 240, 240);
-}
-
-QListWidget {
- color: #caccd1;
- background-color: #202228;
-}
-
-QSplitter::handle { image: none; }