summary refs log tree commit diff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/ChatPage.ui4
-rw-r--r--forms/MainWindow.ui2
-rw-r--r--forms/RoomList.ui10
3 files changed, 8 insertions, 8 deletions
diff --git a/forms/ChatPage.ui b/forms/ChatPage.ui

index 1a49ffca..3fe664bd 100644 --- a/forms/ChatPage.ui +++ b/forms/ChatPage.ui
@@ -20,7 +20,7 @@ <string>Form</string> </property> <property name="styleSheet"> - <string notr="true">background-color: #171919; + <string notr="true">background-color: #f8fbfe; </string> </property> <layout class="QVBoxLayout" name="verticalLayout"> @@ -90,7 +90,7 @@ <item> <widget class="QWidget" name="sideBarTopWidget" native="true"> <property name="styleSheet"> - <string notr="true">background-color: #2D3F3D; + <string notr="true">background-color: #d6dde3; color: #ebebeb;</string> </property> <layout class="QVBoxLayout" name="verticalLayout_9"> diff --git a/forms/MainWindow.ui b/forms/MainWindow.ui
index 7035b213..4408cc3a 100644 --- a/forms/MainWindow.ui +++ b/forms/MainWindow.ui
@@ -29,7 +29,7 @@ </font> </property> <property name="windowTitle"> - <string notr="true">nheko - Matrix Desktop Client </string> + <string notr="true"> Nheko </string> </property> <property name="styleSheet"> <string notr="true">background-color: #f9f9f9</string> diff --git a/forms/RoomList.ui b/forms/RoomList.ui
index 0d65fbf5..b56a75ab 100644 --- a/forms/RoomList.ui +++ b/forms/RoomList.ui
@@ -27,20 +27,20 @@ </property> <property name="styleSheet"> <string notr="true">QWidget { -background-color: #171919; +background-color: #f8fbfe; color: #ebebeb; } -QScrollBar:vertical { - background-color: #171919; - width: 10px; +QScrollBar:vertical { + background-color: #f8fbfe; + width: 8px; border-radius: 20px; margin: 0px 2px 0 2px; } QScrollBar::handle:vertical { border-radius: 50px; - background-color: #1c3133; + background-color: #d6dde3; } QScrollBar::add-line:vertical {