commit 7e1a76f9a52cde61b49acf911b63d3445f3a7a5a from: Omar Polo date: Sat Jul 17 21:29:46 2021 UTC drop the old sample.config commit - c6cad9e5883be69d396b0ecdfb2d0e3633db5319 commit + 7e1a76f9a52cde61b49acf911b63d3445f3a7a5a blob - 5f549d6841630d7bdcf24204f0e2d78571d56127 (mode 644) blob + /dev/null --- contrib/sample.config +++ /dev/null @@ -1,43 +0,0 @@ -# break long lines at max at 92 columns -set fill-column = 92 - -# enable colors regardless of the NO_COLOR environment variable -set enable-colors = 1 - -# Hide the closing line of preformatted blocks -set hide-pre-closing-line = 1 - -# If you have the duckling-proxy installed, decomment the following -# lines to use it for HTTP and HTTPS links. -#proxy "http" via "gemini://localhost:1965" -#proxy "https" via "gemini://localhost:1965" - -# Some opinionated graphical improvements: - -style line.item prefix " • " " " -style line.link prefix "→ " " " - -style line.quote { - prefix " ┃ " - attr dim normal -} - -style line.pre.start { - prefix "─── " " " - bg white -} - -style line.pre { - bg white - fg black -} - -style line.pre.end { - prefix "─── " - bg white -} - -style line.compl.current { - bg cyan - attr normal -}