Skip to content

Commit

Permalink
Merge pull request #16 from lukeoson/feature/theme
Browse files Browse the repository at this point in the history
prep for ultimate theme change - deafault for now
  • Loading branch information
lukeoson authored Sep 23, 2024
2 parents 48d0514 + 22d3488 commit 9a984d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@
animation: heart 1000ms infinite;
}


[data-md-color-scheme="lukeoson"] {
--md-primary-fg-color: #f08dcd;
--md-primary-fg-color--light: #f08dcd;
--md-primary-fg-color--dark: #f08dcd;
--md-accent-fg-color: #f08dcd;
--md-accent-fg-color--light: #f08dcd;
--md-accent-fg-color--dark: #f08dcd;
}



8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ theme:
repo: fontawesome/brands/github
name: material
logo: assets/site-meta/lukeoson-labs-logo.svg
palette:
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
Expand All @@ -49,7 +49,8 @@ theme:

# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
scheme: default
#scheme: lukeoson
toggle:
icon: material/toggle-switch
name: Switch to dark mode
Expand Down Expand Up @@ -111,7 +112,7 @@ extra:
generator: false
homepage: !ENV [HOMEPAGE, https://lukeoson.com]
# Jinja2
project: Lukeoson Dabs
project: Lukeoson Labs

# Markdown Extensions
markdown_extensions:
Expand Down Expand Up @@ -156,7 +157,6 @@ plugins:
logo: layouts/lukeoson-spaceman.png
background_color: transparent
background_image: layouts/lukeoson-clouds.jpeg

debug: true
description: "lukeoson.com | hello@lukeoson.com | +447376209455 | London"
- git-committers:
Expand Down

0 comments on commit 9a984d8

Please sign in to comment.