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 style line.item prefix " • " " "
19 style line.link prefix "→ " " "
20 style line.link fg color81
22 style line.quote {
23 prefix " ┃ "
24 attr dim normal
25 }
27 style line.pre.start {
28 prefix "─── " " "
29 bg color239
30 }
32 style line.pre {
33 bg color239
34 }
36 style line.pre.end {
37 prefix "─── "
38 bg color239
39 }
41 style line.compl.current {
42 bg color50
43 attr normal
44 }
46 style tabline {
47 bg color233
48 fg color50
49 attr normal
50 }
52 style tabline.tab {
53 bg color233
54 attr normal
55 }
57 style tabline.current {
58 bg color241
59 fg white
60 }
62 style modeline {
63 bg color237
64 attr normal
65 }