|
13 | 13 | background-color: #353535; |
14 | 14 | } |
15 | 15 | #theme-switcher-form div:nth-child(3) label { |
| 16 | + background-color: #111111; |
| 17 | +} |
| 18 | +#theme-switcher-form div:nth-child(4) label { |
16 | 19 | background-color: #813151; |
17 | 20 | } |
18 | 21 | /* Remember these for every theme ;) */ |
@@ -77,6 +80,26 @@ html[data-theme="crimson"] { |
77 | 80 | --solution: var(--enchantment-results); |
78 | 81 | } |
79 | 82 |
|
| 83 | +html[data-theme="wither"] { |
| 84 | + --bg-primary: #111111; |
| 85 | + --bg-secondary: #222222; |
| 86 | + --fg-primary: white; |
| 87 | + --fg-secondary: #eee; |
| 88 | + --link-primary: #66b3ff; |
| 89 | + --link-hover: #4d8ac3; |
| 90 | + --table-text: #DDD; |
| 91 | + --table-group1: #222222; |
| 92 | + --table-group2: #333333; |
| 93 | + --echlevel-color: var(--table-text); |
| 94 | + --echlevel-bg: var(--table-group1); |
| 95 | + --echlevel-shadow: var(--table-group2); |
| 96 | + --enchantment-results: #006666; |
| 97 | + --progress-color: #f1a32f; |
| 98 | + --error: #f90601; |
| 99 | + --phone-warn: #e7cc03; |
| 100 | + --solution: var(--enchantment-results); |
| 101 | +} |
| 102 | + |
80 | 103 | /* TODO: fix enchantment results variable name, misnomer */ |
81 | 104 |
|
82 | 105 | .selectItem:focus, .selectLanguage:focus { |
@@ -296,7 +319,7 @@ a:hover { |
296 | 319 | display: flex; |
297 | 320 | justify-content: space-between; |
298 | 321 | align-items: center; |
299 | | - width: 90px; /* Adjust the width as needed */ |
| 322 | + width: 120px; /* Adjust the width as needed */ |
300 | 323 | margin: auto; /* Center form */ |
301 | 324 | } |
302 | 325 |
|
|
0 commit comments