File: theme.conf

package info (click to toggle)
fish 4.2.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 35,980 kB
  • sloc: python: 6,972; javascript: 1,407; sh: 1,009; xml: 411; ansic: 230; objc: 78; makefile: 20
file content (34 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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
footerbgcolor = #eeeefa
footertextcolor = #555555
relbarbgcolor = #eeeefa
relbartextcolor = #666666
relbarlinkcolor = #444444
sidebarbgcolor = #eeeefa
sidebartextcolor = #444444
sidebarlinkcolor = #444444
bgcolor = #eeeefa
textcolor = #222222
linkcolor = #08c
visitedlinkcolor = #00608f
headtextcolor = #1a1a1a
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