Blame


1 31ca90fb 2021-07-19 op # Break long lines at max at 92 columns
2 c6cad9e5 2021-07-17 op set fill-column = 92
3 c6cad9e5 2021-07-17 op
4 31ca90fb 2021-07-19 op # Enable colors regardless of the NO_COLOR environment variable
5 c6cad9e5 2021-07-17 op set enable-colors = 1
6 c6cad9e5 2021-07-17 op
7 c6cad9e5 2021-07-17 op # Hide the closing line of preformatted blocks
8 c6cad9e5 2021-07-17 op set hide-pre-closing-line = 1
9 c6cad9e5 2021-07-17 op
10 c6cad9e5 2021-07-17 op # If you have the duckling-proxy installed, decomment the following
11 c6cad9e5 2021-07-17 op # lines to use it for HTTP and HTTPS links.
12 c6cad9e5 2021-07-17 op #proxy "http" via "gemini://localhost:1965"
13 c6cad9e5 2021-07-17 op #proxy "https" via "gemini://localhost:1965"
14 c6cad9e5 2021-07-17 op
15 c6cad9e5 2021-07-17 op # Some opinionated graphical improvements:
16 c6cad9e5 2021-07-17 op
17 75544e85 2022-01-12 op style line.fringe fg color250
18 b9a2811a 2022-01-10 op
19 31ca90fb 2021-07-19 op style line.link attr normal
20 31ca90fb 2021-07-19 op style line.quote attr dim normal
21 31ca90fb 2021-07-19 op style line.pre.start bg color255
22 31ca90fb 2021-07-19 op style line.pre bg color255
23 31ca90fb 2021-07-19 op style line.pre.end bg color255
24 c6cad9e5 2021-07-17 op
25 c6cad9e5 2021-07-17 op style line.compl.current {
26 c6cad9e5 2021-07-17 op bg color50
27 c6cad9e5 2021-07-17 op attr normal
28 c6cad9e5 2021-07-17 op }
29 15c3a9b7 2021-11-05 op
30 15c3a9b7 2021-11-05 op style line.download.ongoing bg color254
31 15c3a9b7 2021-11-05 op style line.download.done bg color254
32 15c3a9b7 2021-11-05 op style line.download.info bg color254
33 15c3a9b7 2021-11-05 op style download bg color254