-
Notifications
You must be signed in to change notification settings - Fork 29
chore: add dark theme support #234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| *.err | ||
| input.bs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,237 @@ | ||
| #respec-ui { | ||
| visibility: hidden; | ||
| } | ||
|
|
||
| #title { | ||
| color: #578000; | ||
| } | ||
|
|
||
| #subtitle { | ||
| color: #578000; | ||
| } | ||
|
|
||
| .dt-published { | ||
| color: #578000; | ||
| } | ||
|
|
||
| .dt-published::before { | ||
| content: "Published "; | ||
| } | ||
|
|
||
| h1, h2, h3, h4, h5, h6 { | ||
| color: #578000; | ||
| font-weight: normal; | ||
| font-style: normal; | ||
| } | ||
|
|
||
| a[href] { | ||
| color: #45512c; | ||
| } | ||
|
|
||
| body:not(.toc-inline) #toc h2 { | ||
| color: #45512c; | ||
| } | ||
|
|
||
| table { | ||
| display: block; | ||
| width: 100%; | ||
| overflow: auto; | ||
| } | ||
|
|
||
| table th { | ||
| font-weight: 600; | ||
| } | ||
|
|
||
| table th, table td { | ||
| padding: 6px 13px; | ||
| border: 1px solid #dfe2e5; | ||
| } | ||
|
|
||
| table tr { | ||
| background-color: #fff; | ||
| border-top: 1px solid #c6cbd1; | ||
| } | ||
|
|
||
| table tr:nth-child(2n) { | ||
| background-color: #f6f8fa; | ||
| } | ||
|
|
||
| pre { | ||
| background-color: #f6f8fa !important; | ||
| } | ||
|
|
||
| code { | ||
| color: #c83500 | ||
| } | ||
|
|
||
| th code { | ||
| color: inherit | ||
| } | ||
|
|
||
| a.bibref { | ||
| text-decoration: underline; | ||
| } | ||
|
|
||
| body.darkmode { | ||
| --toclink-underline: #6a9000; | ||
| --toclink-visited-underline: #fff; | ||
| } | ||
|
|
||
| body.darkmode a, | ||
| body.darkmode .tocxref, | ||
| body.darkmode .u-url { | ||
| color: #6a9000; | ||
| } | ||
|
|
||
| body.darkmode code { | ||
| color: #e66c33; | ||
| } | ||
|
|
||
| body.darkmode:not(.toc-inline) #toc h2, | ||
| body.darkmode h1, | ||
| body.darkmode h2, | ||
| body.darkmode h3, | ||
| body.darkmode h4, | ||
| body.darkmode h5, | ||
| body.darkmode h6, | ||
| body.darkmode #title, | ||
| body.darkmode #subtitle, | ||
| body.darkmode .toc-inline, | ||
| body.darkmode .dt-published { | ||
| color: #7bb01c; | ||
| } | ||
|
|
||
| body.darkmode pre, | ||
| body.darkmode table tr:nth-child(2n), | ||
| body.darkmode table tr { | ||
| background-color: #1e1e1e !important; | ||
| color: #dcdcdc; | ||
| } | ||
|
|
||
| body.darkmode img { | ||
| background: transparent; | ||
| } | ||
|
|
||
| body.darkmode .logo img { | ||
| display: none; | ||
| } | ||
|
|
||
| body.darkmode .logo::before { | ||
| content: ""; | ||
| display: inline-block; | ||
| height: 48px; | ||
| width: 175px; | ||
| background: url("https://raw.githubusercontent.com/OAI/OpenAPI-Style-Guide/refs/heads/main/graphics/bitmap/OpenAPI_Logo_Pantone.png") no-repeat center / contain; | ||
| vertical-align: middle; | ||
| } | ||
|
|
||
| /** This contains the content of the https://www.w3.org/StyleSheets/TR/2021/dark.css file */ | ||
| body.darkmode { | ||
| --text: #ddd; | ||
| --bg: black; | ||
|
|
||
| /* Absolute URLs due to https://bugs.webkit.org/show_bug.cgi?id=230243 */ | ||
| --unofficial-watermark: url(https://www.w3.org/StyleSheets/TR/2021/logos/UD-watermark-dark-unofficial); | ||
| --draft-watermark: url(https://www.w3.org/StyleSheets/TR/2021/logos/UD-watermark-dark-draft); | ||
|
|
||
| --logo-bg: #1a5e9a; | ||
| --logo-active-bg: #c00; | ||
| --logo-text: white; | ||
|
|
||
| --tocnav-normal-text: #999; | ||
| --tocnav-normal-bg: var(--bg); | ||
| --tocnav-hover-text: var(--tocnav-normal-text); | ||
| --tocnav-hover-bg: #080808; | ||
| --tocnav-active-text: #f44; | ||
| --tocnav-active-bg: var(--tocnav-normal-bg); | ||
|
|
||
| --tocsidebar-text: var(--text); | ||
| --tocsidebar-bg: #080808; | ||
| --tocsidebar-shadow: rgba(255,255,255,.1); | ||
| --tocsidebar-heading-text: hsla(203,20%,40%,.7); | ||
|
|
||
| --toclink-text: var(--text); | ||
| --toclink-underline: #6af; | ||
| --toclink-visited-text: var(--toclink-text); | ||
| --toclink-visited-underline: #054572; | ||
|
|
||
| --heading-text: #8af; | ||
|
|
||
| --hr-text: var(--text); | ||
|
|
||
| --algo-border: #456; | ||
|
|
||
| --del-text: #f44; | ||
| --del-bg: transparent; | ||
| --ins-text: #4a4; | ||
| --ins-bg: transparent; | ||
|
|
||
| --a-normal-text: #6af; | ||
| --a-normal-underline: #555; | ||
| --a-visited-text: var(--a-normal-text); | ||
| --a-visited-underline: var(--a-normal-underline); | ||
| --a-hover-bg: rgba(25%, 25%, 25%, .2); | ||
| --a-active-text: #f44; | ||
| --a-active-underline: var(--a-active-text); | ||
|
|
||
| --borderedblock-bg: rgba(255, 255, 255, .05); | ||
|
|
||
| --blockquote-border: silver; | ||
| --blockquote-bg: var(--borderedblock-bg); | ||
| --blockquote-text: currentcolor; | ||
|
|
||
| --issue-border: #e05252; | ||
| --issue-bg: var(--borderedblock-bg); | ||
| --issue-text: var(--text); | ||
| --issueheading-text: hsl(0deg, 70%, 70%); | ||
|
|
||
| --example-border: hsl(50deg, 90%, 60%); | ||
| --example-bg: var(--borderedblock-bg); | ||
| --example-text: var(--text); | ||
| --exampleheading-text: hsl(50deg, 70%, 70%); | ||
|
|
||
| --note-border: hsl(120deg, 100%, 35%); | ||
| --note-bg: var(--borderedblock-bg); | ||
| --note-text: var(--text); | ||
| --noteheading-text: hsl(120, 70%, 70%); | ||
| --notesummary-underline: silver; | ||
|
|
||
| --advisement-border: orange; | ||
| --advisement-bg: #222218; | ||
| --advisement-text: var(--text); | ||
| --advisementheading-text: #f84; | ||
|
|
||
| --amendment-border: #330099; | ||
| --amendment-bg: var(--borderedblock-bg); | ||
| --amendment-text: var(--text); | ||
| --amendmentheading-text: #a086ff; | ||
|
|
||
| --amendment-border: #330099; | ||
| --amendment-bg: #080010; | ||
| --amendment-text: var(--text); | ||
| --amendmentheading-text: #cc00ff; | ||
|
|
||
| --warning-border: red; | ||
| --warning-bg: hsla(40,100%,20%,0.95); | ||
| --warning-text: var(--text); | ||
|
|
||
| --def-border: #8ccbf2; | ||
| --def-bg: #080818; | ||
| --def-text: var(--text); | ||
| --defrow-border: #136; | ||
|
|
||
| --datacell-border: silver; | ||
|
|
||
| --indexinfo-text: #aaa; | ||
|
|
||
| --indextable-hover-text: var(--text); | ||
| --indextable-hover-bg: #181818; | ||
|
|
||
| --outdatedspec-bg: rgba(255, 255, 255, .5); | ||
| --outdatedspec-text: black; | ||
| --outdated-bg: maroon; | ||
| --outdated-text: white; | ||
| --outdated-shadow: red; | ||
|
|
||
| --editedrec-bg: darkorange; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| </style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| <style> | ||
| /*.highlight:not(.idl) { background: hsl(24, 20%, 95%); } | ||
| code.highlight { padding: .1em; border-radius: .3em; } */ | ||
| pre > code { background: hsl(24, 20%, 95%); display: block; padding: 1em; margin: .5em 0; overflow: auto; border-radius: 0; } | ||
| h1,h2,h3 { color: #629b34; }a[href] { color: #45512c; }body:not(.toc-inline) #toc h2 { color: #45512c; } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.