From 49d5f03c5645ad9ed985ac3006b696b8fc6564d7 Mon Sep 17 00:00:00 2001 From: nous Date: Fri, 26 Feb 2021 10:53:40 +0100 Subject: [PATCH] update swagger --- theme-arc-blue.css | 167 +++++++++++++++++---------------------------- 1 file changed, 63 insertions(+), 104 deletions(-) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 724b230..8d1a08a 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -1,3 +1,7 @@ + tml { + background: #171717; + color: #cacaca; +} body { background: #131313; color: #afafaf; @@ -729,109 +733,6 @@ background-color: #151532; color: #dedede !important; } - .swagger-ui .border-box, - .swagger-ui a, - .swagger-ui article, - .swagger-ui body, - .swagger-ui code, - .swagger-ui dd, - .swagger-ui div, - .swagger-ui dl, - .swagger-ui dt, - .swagger-ui fieldset, - .swagger-ui footer, - .swagger-ui form, - .swagger-ui h1, - .swagger-ui h2, - .swagger-ui h3, - .swagger-ui h4, - .swagger-ui h5, - .swagger-ui h6, - .swagger-ui header, - .swagger-ui html, - .swagger-ui input[type="email"], - .swagger-ui input[type="number"], - .swagger-ui input[type="password"], - .swagger-ui input[type="tel"], - .swagger-ui input[type="text"], - .swagger-ui input[type="url"], - .swagger-ui legend, - .swagger-ui li, - .swagger-ui main, - .swagger-ui ol, - .swagger-ui p, - .swagger-ui pre, - .swagger-ui section, - .swagger-ui table, - .swagger-ui td, - .swagger-ui textarea, - .swagger-ui th, - .swagger-ui tr, - .swagger-ui { - font-family: Open Sans, sans-serif; - color: #eeeeee; - } - .swagger-ui .scheme-container { - background: #131313; - } - .swagger-ui .opblock .opblock-summary-operation-id, - .swagger-ui .opblock .opblock-summary-path, - .swagger-ui .opblock .opblock-summary-path__deprecated { - color: #bbbbbb; - } - .swagger-ui .opblock .opblock-summary-description { - color: #dddddd; - } - .swagger-ui .opblock-tag { - color: #dddddd; - } - .swagger-ui section.models h4 { - color: #e7e7e7; - } - .swagger-ui .model-title { - color: #e0e0e0; - } - .swagger-ui .prop-type { - color: #54c9f8; - } - .swagger-ui section.models .model-container { - background: #080808; - } - .swagger-ui select { - background: #4477b0; - color: #dadada; - } - .swagger-ui .scheme-container .schemes > label { - color: #dadada; - } - .swagger-ui .info .title { - color: #dadada; - } - .swagger-ui .info .base-url { - color: #dadada; - } - .swagger-ui .topbar { - background-color: #050588; - } - .swagger-ui .topbar a { - color: #dadada; - background-color: #050588; - } - .swagger-ui .topbar .download-url-wrapper input[type="text"] { - border: 2px solid #0018dd; - background-color: #050520; - } - .swagger-ui .topbar .download-url-wrapper .download-url-button { - background: #000fdd; - color: #fff; - } - .swagger-ui .opblock .opblock-section-header { - background: hsla(0, 0%, 13.3%, 0.8); - } - .swagger-ui .opblock-body pre { - background: #212121; - color: #b0b0b0; - } .ui.modal > .header { background: #6e0000; color: #d3d3d3; @@ -1083,7 +984,7 @@ background: #101d49; } .code-view :not(.fa):not(.octicon):not(.icon) { - background: #131313; + background: #050505; } .mono.raw, code.raw, pre.raw { background-color: #171717; @@ -1139,3 +1040,61 @@ .repository .diff-file-box .code-diff-split tbody tr.add-code { border-color: #333; } +.chroma .nc { + color: #8899aa; + } +.chroma .nd { + color: #63c2c2; + } +.chroma .kt { + color: #58ae8a; + } + .swagger-ui .border-box, + .swagger-ui a, + .swagger-ui article, + .swagger-ui body, + .swagger-ui code, + .swagger-ui dd, + .swagger-ui div, + .swagger-ui dl, + .swagger-ui dt, + .swagger-ui fieldset, + .swagger-ui footer, + .swagger-ui form, + .swagger-ui h1, + .swagger-ui h2, + .swagger-ui h3, + .swagger-ui h4, + .swagger-ui h5, + .swagger-ui h6, + .swagger-ui header, + .swagger-ui html, + .swagger-ui input[type="email"], + .swagger-ui input[type="number"], + .swagger-ui input[type="password"], + .swagger-ui input[type="tel"], + .swagger-ui input[type="text"], + .swagger-ui input[type="url"], + .swagger-ui legend, + .swagger-ui li, + .swagger-ui main, + .swagger-ui ol, + .swagger-ui p, + .swagger-ui pre, + .swagger-ui section, + .swagger-ui table, + .swagger-ui td, + .swagger-ui textarea, + .swagger-ui th, + .swagger-ui tr, + .swagger-ui { + font-family: Open Sans, sans-serif; + background: #232323; + color: #eeeeee; + } +.swagger-ui .opblock .opblock-section-header { + background: #343434; + } +.swagger-ui .info .title { + color: #37a319; + }