Skip to content

Commit

Permalink
try to start custom color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver committed Aug 2, 2024
1 parent 9e2a669 commit c6a7aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exclude: ["Gemfile", "Gemfile.lock", "LICENSE"]

# Theme settings
remote_theme: just-the-docs/[email protected]
color_scheme: dark
color_scheme: custom
search_enabled: false
heading_anchors: true
permalink: pretty
Expand Down
1 change: 1 addition & 0 deletions _sass/color_schemes/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "./color_schemes/light";

0 comments on commit c6a7aaa

Please sign in to comment.