Skip to content

Commit

Permalink
Merge pull request #50 from facelessuser/bugs/color-scheme-fix
Browse files Browse the repository at this point in the history
Bugs/color scheme fix
  • Loading branch information
facelessuser authored Oct 22, 2017
2 parents 3379657 + 39da031 commit ba7f49f
Show file tree
Hide file tree
Showing 13 changed files with 145 additions and 98 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ install:
- pip install flake8-docstrings
- pip install pep8-naming
- pip install pytest
- pip install mkdocs
- pip install "mkdocs-material<1.12.0"
- pip install mkdocs-material
- pip install pymdown-extensions
- pip install pygments
- npm install -g jshint
Expand All @@ -21,7 +20,7 @@ script:
- flake8 .
- jshint .
- python tests/spellcheck.py
- mkdocs build --clean
- mkdocs build --clean --verbose --strict
deploy:
- provider: pages
github_token: $GITHUB_TOKEN
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# ExportHtml 2.8.0

Oct 21, 2017

- **NEW**: Add support for per scope selection foreground.
- **FIX**: Some general color scheme parsing and tweaking issues.

# ExportHtml 2.7.0

Oct 20, 2017
Expand Down
1 change: 1 addition & 0 deletions docs/theme/extra-00833721db.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/theme/extra-449b50d2b3.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/theme/extra-4596f9831a.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/theme/extra-9b4c72abee.css

This file was deleted.

60 changes: 0 additions & 60 deletions docs/theme/partials/footer.html

This file was deleted.

Loading

0 comments on commit ba7f49f

Please sign in to comment.