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 b9a2811a 2022-01-10 op set fringe-ignore-offset = 1
18 b9a2811a 2022-01-10 op style line.fringe {
19 b9a2811a 2022-01-10 op fg color239
20 b9a2811a 2022-01-10 op prefix "~"
21 b9a2811a 2022-01-10 op }
22 b9a2811a 2022-01-10 op
23 31ca90fb 2021-07-19 op style line.quote attr dim normal
24 31ca90fb 2021-07-19 op style line.pre.start bg color239
25 31ca90fb 2021-07-19 op style line.pre bg color239
26 31ca90fb 2021-07-19 op style line.pre.end bg color239
27 c6cad9e5 2021-07-17 op
28 31ca90fb 2021-07-19 op style line.link {
29 31ca90fb 2021-07-19 op fg color81
30 31ca90fb 2021-07-19 op attr normal
31 c6cad9e5 2021-07-17 op }
32 c6cad9e5 2021-07-17 op
33 c6cad9e5 2021-07-17 op style line.compl.current {
34 c6cad9e5 2021-07-17 op bg color50
35 436a7ff6 2021-07-20 op fg black
36 c6cad9e5 2021-07-17 op attr normal
37 c6cad9e5 2021-07-17 op }
38 c6cad9e5 2021-07-17 op
39 c6cad9e5 2021-07-17 op style tabline {
40 c6cad9e5 2021-07-17 op bg color233
41 c6cad9e5 2021-07-17 op fg color50
42 c6cad9e5 2021-07-17 op attr normal
43 c6cad9e5 2021-07-17 op }
44 c6cad9e5 2021-07-17 op
45 c6cad9e5 2021-07-17 op style tabline.tab {
46 c6cad9e5 2021-07-17 op bg color233
47 c6cad9e5 2021-07-17 op attr normal
48 c6cad9e5 2021-07-17 op }
49 c6cad9e5 2021-07-17 op
50 c6cad9e5 2021-07-17 op style tabline.current {
51 c6cad9e5 2021-07-17 op bg color241
52 c6cad9e5 2021-07-17 op fg white
53 c6cad9e5 2021-07-17 op }
54 c6cad9e5 2021-07-17 op
55 c6cad9e5 2021-07-17 op style modeline {
56 c6cad9e5 2021-07-17 op bg color237
57 c6cad9e5 2021-07-17 op attr normal
58 c6cad9e5 2021-07-17 op }
59 15c3a9b7 2021-11-05 op
60 15c3a9b7 2021-11-05 op style line.download.ongoing bg color238
61 15c3a9b7 2021-11-05 op style line.download.done bg color238
62 15c3a9b7 2021-11-05 op style line.download.info bg color238
63 15c3a9b7 2021-11-05 op style download bg color238