fish-shell/doc_src/python_docs_theme/theme.conf

35 lines
1 KiB
Text
Raw Normal View History

# This theme is based on the python docs theme, version 2020.1.
# Changes:
#
# - References to python changed to fish references (including the logo)
# - Styling was adjusted to fit fishshell.com - a gradient border around the main div, plus a shadow, some other backgrond colors and fonts, a border around the sidebar.
# - The genindex, next/previous and copyright links were removed
[theme]
inherit = default
stylesheet = pydoctheme.css
[options]
bodyfont = 'Lucida Grande', Arial, sans-serif
headfont = 'Lucida Grande', Arial, sans-serif
2020-10-03 17:44:12 +00:00
footerbgcolor = #eeeefa
footertextcolor = #555555
2020-10-03 17:44:12 +00:00
relbarbgcolor = #eeeefa
relbartextcolor = #666666
relbarlinkcolor = #444444
2020-10-03 17:44:12 +00:00
sidebarbgcolor = #eeeefa
sidebartextcolor = #444444
sidebarlinkcolor = #444444
2020-10-03 17:44:12 +00:00
bgcolor = #eeeefa
textcolor = #222222
2020-10-03 17:44:12 +00:00
linkcolor = #08c
visitedlinkcolor = #00608f
headtextcolor = #1a1a1a
2020-10-03 17:44:12 +00:00
headbgcolor = #eeeefa
headlinkcolor = #aaaaaa
issues_url = https://github.com/fish-shell/fish-shell/issues
root_name = fish-shell
root_url = https://fishshell.com/
root_icon = fish.png
root_include_title = True