@@ -166,8 +166,13 @@ Customization of themes is also possible, such as, modifying banner width, gener
166166.. parsed-literal ::
167167
168168 "theme": {
169+ "@logo-background-color": "#ffffff",
170+ "@navigation-background-color": "#ffffff",
171+ "@navigation-text-color": "rgba(0, 0, 0, 0.65)",
169172 "@primary-color": "#1890ff",
170173 "@link-color": "#1890ff",
174+ "@link-hover-color": "#40a9ff",
175+ "@loading-color": "#1890ff",
171176 "@processing-color": "#1890ff",
172177 "@success-color": "#52c41a",
173178 "@warning-color": "#faad14",
@@ -190,7 +195,13 @@ Customization of themes is also possible, such as, modifying banner width, gener
190195
191196 where,
192197
198+ - @logo-background-color changes the logo background color.
199+ - @navigation-background-color changes the navigation menu background color.
200+ - @navigation-text-color changes the navigation text color.
193201- @primary-color: changes the major background color of the page (background button, icon hover, etc).
202+ - @link-color changes the link color.
203+ - @link-hover-color changes the link hover color.
204+ - @loading-color changes the message loading color and page loading bar at the top page.
194205- @success-color: changes success state color.
195206- @processing-color: changes processing state color. Exp: progress status.
196207- @warning-color: changes warning state color.
0 commit comments