feat: remove swagger light theme
This commit is contained in:
parent
75e18507aa
commit
2b92a8089b
1 changed files with 27 additions and 56 deletions
|
@ -1,29 +1,29 @@
|
|||
:root {
|
||||
/* Light mode (Catppuccin Latte) */
|
||||
--catppuccin-pink: #ea76cb;
|
||||
--catppuccin-mauve: #8839ef;
|
||||
--catppuccin-red: #d20f39;
|
||||
--catppuccin-maroon: #e64553;
|
||||
--catppuccin-peach: #fe640b;
|
||||
--catppuccin-yellow: #df8e1d;
|
||||
--catppuccin-green: #40a02b;
|
||||
--catppuccin-teal: #179299;
|
||||
--catppuccin-sky: #04a5e5;
|
||||
--catppuccin-sapphire: #209fb5;
|
||||
--catppuccin-blue: #1e66f5;
|
||||
--catppuccin-lavender: #7287fd;
|
||||
--catppuccin-text: #4c4f69;
|
||||
--catppuccin-subtext1: #5c5f77;
|
||||
--catppuccin-subtext0: #6c6f85;
|
||||
--catppuccin-overlay2: #7c7f93;
|
||||
--catppuccin-overlay1: #8c8fa1;
|
||||
--catppuccin-overlay0: #9ca0b0;
|
||||
--catppuccin-surface2: #acb0be;
|
||||
--catppuccin-surface1: #bcc0cc;
|
||||
--catppuccin-surface0: #ccd0da;
|
||||
--catppuccin-base: #eff1f5;
|
||||
--catppuccin-mantle: #e6e9ef;
|
||||
--catppuccin-crust: #dce0e8;
|
||||
/* Dark mode (Catppuccin Mocha) */
|
||||
--catppuccin-pink: #f5c2e7;
|
||||
--catppuccin-mauve: #cba6f7;
|
||||
--catppuccin-red: #f38ba8;
|
||||
--catppuccin-maroon: #eba0ac;
|
||||
--catppuccin-peach: #fab387;
|
||||
--catppuccin-yellow: #f9e2af;
|
||||
--catppuccin-green: #a6e3a1;
|
||||
--catppuccin-teal: #94e2d5;
|
||||
--catppuccin-sky: #89dceb;
|
||||
--catppuccin-sapphire: #74c7ec;
|
||||
--catppuccin-blue: #89b4fa;
|
||||
--catppuccin-lavender: #b4befe;
|
||||
--catppuccin-text: #cdd6f4;
|
||||
--catppuccin-subtext1: #bac2de;
|
||||
--catppuccin-subtext0: #a6adc8;
|
||||
--catppuccin-overlay2: #9399b2;
|
||||
--catppuccin-overlay1: #7f849c;
|
||||
--catppuccin-overlay0: #6c7086;
|
||||
--catppuccin-surface2: #585b70;
|
||||
--catppuccin-surface1: #45475a;
|
||||
--catppuccin-surface0: #313244;
|
||||
--catppuccin-base: #1e1e2e;
|
||||
--catppuccin-mantle: #181825;
|
||||
--catppuccin-crust: #11111b;
|
||||
|
||||
--link: var(--catppuccin-blue);
|
||||
--link-hover: var(--catppuccin-sapphire);
|
||||
|
@ -81,37 +81,8 @@
|
|||
--dialog-border-color: var(--accent);
|
||||
}
|
||||
|
||||
.swagger-ui .topbar .download-url-wrapper input[type="text"], .swagger-ui .topbar .download-url-wrapper .select-label select {
|
||||
.swagger-ui .topbar .download-url-wrapper input[type="text"],
|
||||
.swagger-ui .topbar .download-url-wrapper .select-label select {
|
||||
background-color: var(--catppuccin-surface0);
|
||||
color: var(--catppuccin-text);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
/* Dark mode (Catppuccin Mocha) */
|
||||
--catppuccin-pink: #f5c2e7;
|
||||
--catppuccin-mauve: #cba6f7;
|
||||
--catppuccin-red: #f38ba8;
|
||||
--catppuccin-maroon: #eba0ac;
|
||||
--catppuccin-peach: #fab387;
|
||||
--catppuccin-yellow: #f9e2af;
|
||||
--catppuccin-green: #a6e3a1;
|
||||
--catppuccin-teal: #94e2d5;
|
||||
--catppuccin-sky: #89dceb;
|
||||
--catppuccin-sapphire: #74c7ec;
|
||||
--catppuccin-blue: #89b4fa;
|
||||
--catppuccin-lavender: #b4befe;
|
||||
--catppuccin-text: #cdd6f4;
|
||||
--catppuccin-subtext1: #bac2de;
|
||||
--catppuccin-subtext0: #a6adc8;
|
||||
--catppuccin-overlay2: #9399b2;
|
||||
--catppuccin-overlay1: #7f849c;
|
||||
--catppuccin-overlay0: #6c7086;
|
||||
--catppuccin-surface2: #585b70;
|
||||
--catppuccin-surface1: #45475a;
|
||||
--catppuccin-surface0: #313244;
|
||||
--catppuccin-base: #1e1e2e;
|
||||
--catppuccin-mantle: #181825;
|
||||
--catppuccin-crust: #11111b;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue