feat: update theme
This commit is contained in:
parent
def6af9515
commit
93266eb429
1 changed files with 29 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
.label, .button {
|
.label, .button, .jfx-text-field {
|
||||||
-fx-text-fill: #EAEAEA;
|
-fx-text-fill: #EAEAEA;
|
||||||
-fx-font-size: 20;
|
-fx-font-size: 20;
|
||||||
}
|
}
|
||||||
|
@ -15,10 +15,30 @@
|
||||||
-fx-background-color: #36383E;
|
-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 {
|
.active-user-dot {
|
||||||
-fx-fill: #32b612;
|
-fx-fill: #32b612;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inactive-user-dot {
|
||||||
|
-fx-fill: #5b5b5b;
|
||||||
|
}
|
||||||
|
|
||||||
.message-self, .message-other {
|
.message-self, .message-other {
|
||||||
-fx-font-size: 18;
|
-fx-font-size: 18;
|
||||||
}
|
}
|
||||||
|
@ -42,8 +62,16 @@
|
||||||
|
|
||||||
.list-view {
|
.list-view {
|
||||||
-fx-padding: 0;
|
-fx-padding: 0;
|
||||||
|
-fx-background-color: #36383E;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-cell:empty {
|
||||||
|
-fx-background-color: #36383E;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jfx-text-field {
|
||||||
|
-jfx-focus-color: #32338F;
|
||||||
|
}
|
||||||
|
|
||||||
/********************************************************
|
/********************************************************
|
||||||
SCROLLBARS
|
SCROLLBARS
|
||||||
|
|
Loading…
Reference in a new issue