|
1 | 1 | .root {
|
2 |
| - -bs-color-primary: #0b65da; |
| 2 | + -bs-color-primary: rgb(28, 96, 220); |
3 | 3 | -bs-color-primary-dark: #0c59bd;
|
4 | 4 | -bs-text-color: #000000;
|
5 | 5 | -bs-background-color: #ffffff;
|
|
38 | 38 | -bs-yellow-light: derive(-bs-yellow, 81%);
|
39 | 39 | -bs-blue-transparent: #0f87c344;
|
40 | 40 | -bs-bg-green: #99ba9c;
|
41 |
| - -bs-rd-green: #0b65da; |
| 41 | + -bs-rd-green: -bs-color-primary; |
42 | 42 | -bs-rd-green-dark: #3EA34A;
|
43 |
| - -bs-rd-nav-selected: #0b65da; |
| 43 | + -bs-rd-nav-selected: -bs-color-primary; |
44 | 44 | -bs-rd-nav-deselected: rgba(255, 255, 255, 1);
|
45 | 45 | -bs-rd-nav-secondary-selected: -fx-accent;
|
46 | 46 | -bs-rd-nav-secondary-deselected: -bs-rd-font-light;
|
47 |
| - -bs-rd-nav-background: #0b65da; |
48 |
| - -bs-rd-nav-primary-background: #0b65da; |
| 47 | + -bs-rd-nav-background: -bs-color-primary; |
| 48 | + -bs-rd-nav-primary-background: -bs-color-primary; |
49 | 49 | -bs-rd-nav-button-hover: derive(-bs-rd-nav-background, 10%);
|
50 | 50 | -bs-rd-nav-primary-button-hover: derive(-bs-rd-nav-primary-background, 10%);
|
51 |
| - -bs-rd-nav-primary-border: #0B65DA; |
| 51 | + -bs-rd-nav-primary-border: -bs-color-primary; |
52 | 52 | -bs-rd-nav-border: #535353;
|
53 | 53 | -bs-rd-nav-border-color: rgba(255, 255, 255, 0.31);
|
54 | 54 | -bs-rd-nav-hover-text: white;
|
|
94 | 94 | -bs-cancel: #dddddd;
|
95 | 95 | -bs-cancel-focus: derive(-bs-cancel, -50%);
|
96 | 96 | -bs-cancel-hover: derive(-bs-cancel, -10%);
|
97 |
| - -fx-accent: #0b65da; |
| 97 | + -fx-accent: -bs-color-primary; |
98 | 98 | -fx-box-border: #e9e9e9;
|
99 | 99 | -bs-green-soft: derive(-bs-rd-green, 60%);
|
100 | 100 | -bs-red-soft: derive(-bs-rd-error-red, 60%);
|
|
0 commit comments