Skip to content
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

Dark theme #45

Merged
merged 59 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from 47 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
ece1a12
adding dark theme elements and testing
AshleyHenry15 Apr 5, 2024
2e12415
Merge branch 'main' into dark-theme
AshleyHenry15 Apr 5, 2024
e1c3855
edits for dark mode only
AshleyHenry15 Apr 5, 2024
a7d378d
changing background to blue like main posit.co search window
AshleyHenry15 Apr 6, 2024
45f54fb
dark mode refinement
AshleyHenry15 Apr 7, 2024
b180bb3
Font color changes, callout color adjustments, code font color adjust…
AshleyHenry15 Apr 8, 2024
280db7f
Changing black posit logo to small fullcolor logo to match other "ico…
AshleyHenry15 Apr 8, 2024
a5137e3
dark theme footer changes
AshleyHenry15 Apr 8, 2024
df7277e
increased font weight and changed color for left nav. Also changed co…
AshleyHenry15 Apr 9, 2024
d124e85
navigation left - white and hover inherit
AshleyHenry15 Apr 9, 2024
caf4dd3
adding inline code for testing
AshleyHenry15 Apr 10, 2024
15d465c
updating colors for accesibility
AshleyHenry15 Apr 10, 2024
bef19b8
Updating colors for dark theme accessibility
AshleyHenry15 Apr 10, 2024
5cbc536
Merge branch 'main' into dark-theme-blue-option
AshleyHenry15 Apr 19, 2024
09b03c2
adding theme
AshleyHenry15 Apr 19, 2024
063f99f
I am not sure if this is the proper way to implement this but without…
AshleyHenry15 Apr 19, 2024
4b4c44f
Sidebar active adding weight
AshleyHenry15 Apr 19, 2024
e2a698b
playing around with the callout colors
AshleyHenry15 Apr 19, 2024
6402607
switching icon
AshleyHenry15 Apr 22, 2024
b578132
Update admin.qmd
AshleyHenry15 Apr 22, 2024
b229730
working on callouts
AshleyHenry15 May 3, 2024
eff353d
Merge branch 'main' into dark-theme-blue-option
AshleyHenry15 May 3, 2024
4d3820c
Adding more posit colors to dark theme
AshleyHenry15 May 6, 2024
ecc9cd7
Changing the callouts
AshleyHenry15 May 6, 2024
e139363
Playing around with the callout colors so adding additional posit col…
AshleyHenry15 May 6, 2024
c341af3
Updating posit icon in footer
AshleyHenry15 May 6, 2024
8792928
Updating nav bar and toc colors for dark mode
AshleyHenry15 May 6, 2024
acbc14b
Fiddling with the colors for the callouts
AshleyHenry15 May 6, 2024
582cec0
Fixing icons and borders
AshleyHenry15 May 6, 2024
4bbaceb
Adding more colors and adjusting clipboard icon hover step 1
AshleyHenry15 May 6, 2024
b7797e8
more callout color playing
AshleyHenry15 May 6, 2024
744fe0a
switching callout colors for light mode for accessibility contrast re…
AshleyHenry15 May 6, 2024
ed78159
messing with table
AshleyHenry15 May 7, 2024
8970a9a
Adding additional examples for theme testing
AshleyHenry15 May 7, 2024
3ad0717
constrast for page nav bump and other housekeeping items in css
AshleyHenry15 May 7, 2024
8792e9a
Adding information to table caption
AshleyHenry15 May 7, 2024
f877441
table and image added for testing the theme/example
AshleyHenry15 May 7, 2024
b045cac
fixing drop-down menu in nav bar
AshleyHenry15 May 7, 2024
7d6c39c
tables stuff
AshleyHenry15 May 8, 2024
eaf226c
css updates
AshleyHenry15 May 8, 2024
a4d0271
Active and hover colors
AshleyHenry15 May 8, 2024
4512fc8
more style adjustments
AshleyHenry15 May 9, 2024
601cecb
updating examples
AshleyHenry15 May 9, 2024
64d4c49
footer bootstrap icon sizing
AshleyHenry15 May 9, 2024
159bd82
Adding examples
AshleyHenry15 May 9, 2024
784f54e
posit icon adjustments
AshleyHenry15 May 9, 2024
007cfa6
Cleanup in css sheets
AshleyHenry15 May 9, 2024
ccadf89
Accessibility adjustments
AshleyHenry15 May 9, 2024
3651ba6
added footnote for theme testing
AshleyHenry15 May 9, 2024
180f18c
adding additional posit branding colors
AshleyHenry15 May 9, 2024
0ba7272
things caught by mel
AshleyHenry15 May 9, 2024
7e7e229
used scss formatter vscode extension to try to clean up the files a bit
AshleyHenry15 May 9, 2024
cd4fbb1
Update changelog.md
AshleyHenry15 May 9, 2024
af45ec1
formatting cleanup
AshleyHenry15 May 9, 2024
c37cdb7
table header doesn't need to be white to pass accessibility tests
AshleyHenry15 May 9, 2024
0d8a930
Update changelog.md
AshleyHenry15 May 9, 2024
61b5af3
Removing unneeded file
AshleyHenry15 May 9, 2024
fb71457
Removing nested example for now
AshleyHenry15 May 9, 2024
c41a566
Updated examples
AshleyHenry15 May 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _extensions/posit-docs/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ contributes:
show-item-context: true
format:
html:
theme: [theme.scss]
theme:
light: [theme.scss]
dark: [theme-dark.scss]
link-external-icon: true
link-external-newwindow: true
toc: true
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions _extensions/posit-docs/assets/images/exclamation-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions _extensions/posit-docs/assets/images/exclamation-triangle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions _extensions/posit-docs/assets/images/info-circle-dm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions _extensions/posit-docs/assets/images/info-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading