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 color239
20 prefix "~"
21 }
23 style line.quote attr dim normal
24 style line.pre.start bg color239
25 style line.pre bg color239
26 style line.pre.end bg color239
28 style line.link {
29 fg color81
30 attr normal
31 }
33 style line.compl.current {
34 bg color50
35 fg black
36 attr normal
37 }
39 style tabline {
40 bg color233
41 fg color50
42 attr normal
43 }
45 style tabline.tab {
46 bg color233
47 attr normal
48 }
50 style tabline.current {
51 bg color241
52 fg white
53 }
55 style modeline {
56 bg color237
57 attr normal
58 }
60 style line.download.ongoing bg color238
61 style line.download.done bg color238
62 style line.download.info bg color238
63 style download bg color238