-
Notifications
You must be signed in to change notification settings - Fork 158
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
Modern theme #861
Merged
Merged
Modern theme #861
Changes from 2 commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
4b406e6
Basic site structure.
nojaf 777e7a4
Only refresh when file has extension.
nojaf a57c6bb
Style content responsively.
nojaf 22f2579
Toggle between dark and light.
nojaf 020c3d7
Watch default template folder as well.
nojaf 7509baa
Tweak variables.
nojaf 95f3a40
Separate spacing and font size chart.
nojaf 4787205
Test theming story in Telplin.
nojaf 1bf6afe
Avoid double background coloring in code snippets.
nojaf 8ccacc5
Move dark theme variable closer to light theme.
nojaf 41d8074
Custom scrollbar styling.
nojaf be3205c
Rename spacing variables and increase margins slightly.
nojaf 00b99b0
Restore deleted example files, replace FsDocsNavbarPosition with CSS …
nojaf e7dbe14
Add some shadows.
nojaf 1f33356
Use lighter shadow for main.
nojaf c36000c
Allow additional html injection from a _head.html and _body.html file.
nojaf 6084ba0
Fix MathJax example.
nojaf a8b5895
Minor tweaks + {{fsdocs-favicon-src}}
nojaf ba8da70
Add active class for menu item in navigation.
nojaf 7ac178f
Add on this page section.
nojaf 9cc492c
Use regex parsing instead of xml.
nojaf 5972b48
Tweaks after testing F# Compiler site.
nojaf 1ec3a50
Update release notes for v20 alpha 1.
nojaf fdd9af4
Fix failing unit test
nojaf 1a4a830
Migrate to keep a change log.
nojaf de3a20c
Remove previously generated file.
nojaf 3a25f3c
Add action to trigger nuget push.
nojaf 47810ca
Only add {{root}} in extra templates.
nojaf 25c1e1d
Add changelog entry for alpha 2
nojaf c4eb606
Move 'On this page' section outside main element.
nojaf 63e67ac
Overflow ellipsis menu aside links.
nojaf aff05bd
Add link around project name in header.
nojaf 0f0b99c
Add release notes for alpha 3
nojaf fa47daf
Add some padding for level 3 and 4.
nojaf 9fe95a7
Improve styling of blockquote.
nojaf 40983a5
Disable font ligatures.
nojaf 1231ae7
Replace fsdocs-list-of-namespaces with an empty string when there are…
nojaf 415fa4d
Add changelog entry for alpha 4.
nojaf 5e7c08a
Improve API doc styling.
nojaf d833ecb
Make mobile menu scrollable.
nojaf aae9281
Add releases notes for alpha 5.
nojaf d6eac94
Initial attempt at search using fuse.js.
nojaf 7003b7d
Smaller scrollbars on mobile.
nojaf 33db919
Add some fallback if there is a Directory.Build.props in the pwd.
nojaf a5affc4
Add fsdocs-body-class substitution.
nojaf 9897ea8
Add releases notes for alpha 007.
nojaf c6fd9c5
Format code
nojaf a1a673d
Add max-width to tooltip.
nojaf 5348810
Add release notes for alpha 8
nojaf 2050ead
Return original prop when no Directory.Build.props is used as fallback.
nojaf e6f54db
Add release notes for alpha 9.
nojaf 8354931
Update styling for blockquote.
nojaf 9836cd0
Update search documentation.
nojaf c3608f2
Tweak dark theme colors.
nojaf a65f72d
Allow for more fine-grained styling control.
nojaf b101e70
Loosen the header link search restriction.
nojaf 49b4961
Improve custom theme icon.
nojaf 13e78a7
Correct fsdocs-menu-item-active-class value.
nojaf 4268b1a
Fix example of Right-Side navigation.
nojaf 964ed92
Add release notes for 20.0.0-alpha-010
nojaf 8afe8d6
Take `<UseArtifactsOutput>` into account during the project restore c…
nojaf 82859b4
Add more options to customize colors.
nojaf 783940e
Add release notes for 20.0.0-alpha-012
nojaf 7540f79
Add variables for dialog colors.
nojaf bae7d74
Add border variable for code snippets.
nojaf 458ca79
Add additional variables for dialog colors.
nojaf 7241784
Mark as unreleased
nojaf 02bebbd
Remove unused fsdocs-collection-name-link.
nojaf 33860a5
Add documentation about CSS styling.
nojaf f689a99
Format ProjectCracker.fs
nojaf 3487b2f
Remove excessive blank lines.
nojaf 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 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 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 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 | ||||
---|---|---|---|---|---|---|
|
@@ -110,7 +110,7 @@ | |||||
--text-color: #F7F7F7; | ||||||
--text-hover: #FFF; | ||||||
--heading-color: rgb(229, 231, 235); | ||||||
--code-background: #3e3e42; | ||||||
--code-background: #28282D; | ||||||
--code-color: #f5f5f6; | ||||||
--header-background: #0c1318; | ||||||
--header-border: #9b9b9b; | ||||||
|
@@ -119,26 +119,26 @@ | |||||
--link-color: #c5eff7; | ||||||
--search-background: #020202; | ||||||
--nav-category: rgb(207, 211, 215); | ||||||
--code-strings-color: #5adfec; | ||||||
--code-strings-color: #86b4b9; | ||||||
--code-printf-color: #6B2FBA; | ||||||
--code-escaped-color: #EA8675; | ||||||
--code-identifiers-color: #d1b3f5; | ||||||
--code-module-color: #15e1e1; | ||||||
--code-reference-color: #7a9cee; | ||||||
--code-value-color: #66d73d; | ||||||
--code-reference-color: #40fddd; | ||||||
--code-value-color: #ffb4e9; | ||||||
--code-interface-color: #43AEC6; | ||||||
--code-typearg-color: #43AEC6; | ||||||
--code-disposable-color: #6dd6f1; | ||||||
--code-property-color: #6acfe7; | ||||||
--code-punctuation-color: #43AEC6; | ||||||
--code-punctuation2-color: var(--text-color); | ||||||
--code-function-color: #6B2FBA; | ||||||
--code-function2-color: #da9d9d; | ||||||
--code-function2-color: #cbda9d; | ||||||
--code-activepattern-color: #4ec9b0; | ||||||
--code-unioncase-color: #4ec9b0; | ||||||
--code-enumeration-color: #8C6C41; | ||||||
--code-keywords-color: #a7c2f8; | ||||||
--code-comment-color: #dcd8d8; | ||||||
--code-comment-color: #84d16e; | ||||||
--code-operators-color: #b4c6ee; | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
--code-numbers-color: #009999; | ||||||
--code-linenumbers-color: #80b0b0; | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. --code-mutable-color: ffb000; |
||||||
|
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.