Coder Social home page Coder Social logo

sphinx_pdj_theme's People

Contributors

corang avatar jucacrispim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sphinx_pdj_theme's Issues

Pull requests welcome?

I'm using this theme, but I'm finding the highlighting provided with the .. code-block:: bash directive hard to read. Bash commands like cd are coming out dark blue on a black background, and the highlighting used by :emphasize-lines: is sufficiently distracting to make the code very difficult to read. Maybe something like harlequin?

Use prefers-color-scheme to allow visitor to decide?

Would it be possible to use the prefers-color-scheme media query to select either a dark or light theme?

The prefers-color-scheme media query allows the theme to detect whether the user has requested a dark or light mode, often via an operating system toggle or time-of-day trigger.

This would improve accessibility, readability and consistency, and allow the end user to decide on what is easiest for them to read, and when.

Thanks!

Remove the top left search field?

I've tried removing sphinx_pdj_theme/search.html and sphinx_pdj_theme/searchbox.html but further than that seems difficult - is there an easy way to remove?

Setup missing error

Build fails on pipelines and was erroring locally with a "setup missing" error. The below change to init.py seems to solve it.

`import os

VERSION = '0.1.4'

def get_html_theme_path():
"""Return list of HTML theme paths."""
cur_dir = os.path.abspath(os.path.dirname(os.path.dirname(file)))
return cur_dir

def setup(app):
app.add_html_theme('sphinx_pdj_theme', os.path.abspath(os.path.dirname(file)))`

license not specified

Hello,

could you please specify license for your theme? I want to slightly modify it for our project but don't know if it's permitted.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.