feat: update theme

这个提交包含在:
Arnaud Vergnet 2020-12-02 10:52:01 +01:00
父节点 def6af9515
当前提交 93266eb429

查看文件

@ -1,4 +1,4 @@
.label, .button {
.label, .button, .jfx-text-field {
-fx-text-fill: #EAEAEA;
-fx-font-size: 20;
}
@ -15,10 +15,30 @@
-fx-background-color: #36383E;
}
.jfx-button {
-fx-background-color: #32338F;
}
.active-user-item {
-fx-background-color: #3e4046;
}
.inactive-user-item {
-fx-background-color: #36383E;
}
.selected-user-item {
-fx-background-color: #32338F;
}
.active-user-dot {
-fx-fill: #32b612;
}
.inactive-user-dot {
-fx-fill: #5b5b5b;
}
.message-self, .message-other {
-fx-font-size: 18;
}
@ -42,8 +62,16 @@
.list-view {
-fx-padding: 0;
-fx-background-color: #36383E;
}
.list-cell:empty {
-fx-background-color: #36383E;
}
.jfx-text-field {
-jfx-focus-color: #32338F;
}
/********************************************************
SCROLLBARS