wip black background

This commit is contained in:
woodser 2025-05-10 13:18:54 -04:00
parent 73128cf431
commit db8325e4d1
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
3 changed files with 25 additions and 23 deletions

View file

@ -220,7 +220,7 @@
.jfx-combo-box { .jfx-combo-box {
-jfx-focus-color: transparent; -jfx-focus-color: transparent;
-jfx-unfocus-color: transparent; -jfx-unfocus-color: transparent;
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
-fx-padding: 2 14 2 14; -fx-padding: 2 14 2 14;
} }
@ -234,7 +234,7 @@
-jfx-unfocus-color: transparent; -jfx-unfocus-color: transparent;
-fx-background-radius: 999; -fx-background-radius: 999;
-fx-border-radius: 999; -fx-border-radius: 999;
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
} }
.jfx-text-field.label-float .prompt-container { .jfx-text-field.label-float .prompt-container {
@ -278,21 +278,21 @@
} }
.combo-box-popup { .combo-box-popup {
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
-fx-background-radius: 15; -fx-background-radius: 15;
-fx-border-radius: 15; -fx-border-radius: 15;
-fx-padding: 5; -fx-padding: 5;
} }
.combo-box-popup .scroll-pane { .combo-box-popup .scroll-pane {
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
-fx-background-radius: 15; -fx-background-radius: 15;
-fx-border-radius: 15; -fx-border-radius: 15;
-fx-padding: 5; -fx-padding: 5;
} }
.combo-box-popup > .list-view { .combo-box-popup > .list-view {
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
-fx-background-radius: 15; -fx-background-radius: 15;
-fx-border-radius: 15; -fx-border-radius: 15;
-fx-padding: 5; -fx-padding: 5;
@ -415,7 +415,7 @@ tree-table-view:focused {
} }
.jfx-password-field { .jfx-password-field {
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
-fx-background-radius: 3 3 0 0; -fx-background-radius: 3 3 0 0;
-jfx-focus-color: transparent; -jfx-focus-color: transparent;
-jfx-unfocus-color: transparent; -jfx-unfocus-color: transparent;
@ -445,11 +445,11 @@ tree-table-view:focused {
} }
.input-with-border { .input-with-border {
-fx-border-color: -bs-color-background-button-border; -fx-border-color: -bs-color-border-form-field;
} }
.offer-input { .offer-input {
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
-fx-border-color: -bs-background-gray; -fx-border-color: -bs-background-gray;
-fx-pref-height: 43; -fx-pref-height: 43;
-fx-pref-width: 310; -fx-pref-width: 310;
@ -465,7 +465,7 @@ tree-table-view:focused {
-fx-font-size: 1.385em; -fx-font-size: 1.385em;
-fx-background-radius: 999 0 0 999; -fx-background-radius: 999 0 0 999;
-fx-border-radius: 999 0 0 999; -fx-border-radius: 999 0 0 999;
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
-fx-border-color: transparent; -fx-border-color: transparent;
} }
@ -476,7 +476,7 @@ tree-table-view:focused {
-fx-alignment: center; -fx-alignment: center;
-fx-background-radius: 999; -fx-background-radius: 999;
-fx-border-radius: 999; -fx-border-radius: 999;
-fx-background-color: derive(-bs-background-color, 15%); -fx-background-color: derive(-bs-color-background-form-field, 15%);
} }
.offer-input .icon { .offer-input .icon {
@ -553,7 +553,7 @@ tree-table-view:focused {
.jfx-text-area { .jfx-text-area {
-jfx-focus-color: transparent; -jfx-focus-color: transparent;
-jfx-unfocus-color: transparent; -jfx-unfocus-color: transparent;
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em; -fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
-fx-background-radius: 15; -fx-background-radius: 15;
-fx-border-radius: 15; -fx-border-radius: 15;
@ -1351,17 +1351,17 @@ textfield */
} }
.text-area-no-border { .text-area-no-border {
-fx-border-color: -bs-background-color; -fx-border-color: -bs-color-background-form-field;
} }
.text-area-no-border .content { .text-area-no-border .content {
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
} }
.text-area-no-border:focused { .text-area-no-border:focused {
-fx-focus-color: transparent; -fx-focus-color: transparent;
-fx-unfocus-color: transparent; -fx-unfocus-color: transparent;
-fx-faint-focus-color: -bs-background-color; -fx-faint-focus-color: -bs-color-background-form-field;
} }
/******************************************************************************* /*******************************************************************************
@ -1560,7 +1560,7 @@ textfield */
-fx-faint-focus-color: transparent; -fx-faint-focus-color: transparent;
-fx-padding: 7 18 7 18; -fx-padding: 7 18 7 18;
-fx-border-width: 1px; -fx-border-width: 1px;
-fx-border-color: -bs-color-background-button-border; -fx-border-color: -bs-color-border-form-field;
-fx-background-insets: 0; -fx-background-insets: 0;
} }
@ -2180,7 +2180,7 @@ textfield */
.popup-bg, .notification-popup-bg, .peer-info-popup-bg { .popup-bg, .notification-popup-bg, .peer-info-popup-bg {
-fx-font-size: 1.077em; -fx-font-size: 1.077em;
-fx-text-fill: -bs-rd-font-dark; -fx-text-fill: -bs-rd-font-dark;
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
-fx-background-insets: 44; -fx-background-insets: 44;
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 44, 0, 0, 0); -fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 44, 0, 0, 0);
-fx-background-radius: 15; -fx-background-radius: 15;
@ -2190,7 +2190,7 @@ textfield */
.popup-bg-top { .popup-bg-top {
-fx-font-size: 1.077em; -fx-font-size: 1.077em;
-fx-text-fill: -bs-rd-font-dark; -fx-text-fill: -bs-rd-font-dark;
-fx-background-color: -bs-background-color; -fx-background-color: -bs-color-background-form-field;
-fx-background-insets: 44; -fx-background-insets: 44;
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 44, 0, 0, 0); -fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 44, 0, 0, 0);
-fx-background-radius: 0 0 15px 15px; -fx-background-radius: 0 0 15px 15px;

View file

@ -21,7 +21,7 @@
-bs-color-primary: #0b65da; -bs-color-primary: #0b65da;
-bs-color-primary-dark: #0c59bd; -bs-color-primary-dark: #0c59bd;
-bs-text-color: white; -bs-text-color: white;
-bs-background-color: #29292a; -bs-background-color: black;
-bs-background-gray: black; -bs-background-gray: black;
-bs-content-background-gray: black; -bs-content-background-gray: black;
@ -45,8 +45,8 @@
-bs-color-gray-fafa: #0a0a0a; -bs-color-gray-fafa: #0a0a0a;
-bs-color-gray-18: rgb(18, 18, 18); -bs-color-gray-18: rgb(18, 18, 18);
-bs-color-gray-background: black; -bs-color-gray-background: black;
-bs-color-background-button-background: rgb(18, 18, 18); -bs-color-background-form-field: rgb(18, 18, 18);
-bs-color-background-button-border: rgb(65, 65, 65); -bs-color-border-form-field: rgb(65, 65, 65);
-bs-color-background-table-header: rgb(9, 9, 9); -bs-color-background-table-header: rgb(9, 9, 9);
-bs-color-background-table-cell-even: rgb(19, 19, 19); -bs-color-background-table-cell-even: rgb(19, 19, 19);
-bs-color-background-table-cell-odd: rgb(9, 9, 9); -bs-color-background-table-cell-odd: rgb(9, 9, 9);
@ -554,7 +554,7 @@
} }
.toggle-button-no-slider { .toggle-button-no-slider {
-fx-background-color: -bs-color-background-button-background; -fx-background-color: -bs-color-background-form-field;
} }
.toggle-button-no-slider:selected { .toggle-button-no-slider:selected {

View file

@ -109,11 +109,13 @@
-bs-prompt-text: -fx-control-inner-background; -bs-prompt-text: -fx-control-inner-background;
-bs-soft-red: #aa4c3b; -bs-soft-red: #aa4c3b;
-bs-turquoise-light: #11eeee; -bs-turquoise-light: #11eeee;
-bs-color-background-button-border: -bs-background-gray; -bs-color-border-form-field: -bs-background-gray;
-bs-color-background-table-header: derive(-bs-background-color, -5%); -bs-color-background-table-header: derive(-bs-background-color, -5%);
-bs-color-background-table-cell-even: derive(-bs-background-color, 5%); -bs-color-background-table-cell-even: derive(-bs-background-color, 5%);
-bs-color-background-table-cell-odd: derive(-bs-background-color, -5%); -bs-color-background-table-cell-odd: derive(-bs-background-color, -5%);
-bs-color-table-cell-faded: -bs-color-gray-ccc; -bs-color-table-cell-faded: -bs-color-gray-ccc;
-bs-color-background-form-field: white;
/* Monero orange color code */ /* Monero orange color code */
-xmr-orange: #f26822; -xmr-orange: #f26822;
@ -142,5 +144,5 @@
/** All inputs have border in light mode. */ /** All inputs have border in light mode. */
.jfx-combo-box, .jfx-text-field, .jfx-text-area, .jfx-password-field { .jfx-combo-box, .jfx-text-field, .jfx-text-area, .jfx-password-field {
-fx-border-color: -bs-color-background-button-border; -fx-border-color: -bs-color-border-form-field;
} }