Blob


1 # Break long lines at max at 92 columns
2 set fill-column = 92
4 # Enable colors regardless of the NO_COLOR environment variable
5 set enable-colors = 1
7 # Hide the closing line of preformatted blocks
8 set hide-pre-closing-line = 1
10 # If you have the duckling-proxy installed, decomment the following
11 # lines to use it for HTTP and HTTPS links.
12 #proxy "http" via "gemini://localhost:1965"
13 #proxy "https" via "gemini://localhost:1965"
15 # Some opinionated graphical improvements:
17 set fringe-ignore-offset = 1
18 style line.fringe {
19 fg color250
20 prefix "~"
21 }
23 style line.link attr normal
24 style line.quote attr dim normal
25 style line.pre.start bg color255
26 style line.pre bg color255
27 style line.pre.end bg color255
29 style line.compl.current {
30 bg color50
31 attr normal
32 }
34 style line.download.ongoing bg color254
35 style line.download.done bg color254
36 style line.download.info bg color254
37 style download bg color254