blob: 8ba258b0dd2ff94ce3e1caf79f11ff73d02c8292 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
|
term=xterm-256color
# "Normal" fonts:
# font=IBM Plex Mono:style=Regular:size=9
# Very cool font, but only looks good at larger sizes IMO
font=IBM 3270:Regular:size=10.5
# font=IBM 3270 Condensed:Regular:size=12
# Bitmap fonts:
# font=mnicmp:Regular:size=11
# font=mnicmpDiamond:Regular:size=12
# font=mnicmp Square:Regular:size=10
# font=Cozette:Regular:size=10
# Very small font
# font=scientifica:style=Medium:size=8
# Slightly less small
# font=curie:style=Regular:size=9
# Makes it kind of square
# font=curie:style=Italic:size=9
# Waste some space for asthetics...
pad=20x20
# Or don't
# pad=5x2
# It'd be nice if it worked...
dpi-aware=no
# [desktop-notifications]
# command=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
[bell]
urgent=no
notify=no
[scrollback]
lines=20000
multiplier=3.0
indicator-position=relative
[mouse]
# hide-when-typing=no
hide-when-typing=yes
# Gruvbox
[colors]
background=282828
foreground=ebdbb2
regular0=282828
regular1=cc241d
regular2=98971a
regular3=d79921
regular4=458588
regular5=b16286
regular6=689d6a
regular7=a89984
bright0=928374
bright1=fb4934
bright2=b8bb26
bright3=fabd2f
bright4=83a598
bright5=d3869b
bright6=8ec07c
bright7=ebdbb2
# Gruvbox light
# -SIGUSR2
[colors2]
background=fbf1c7
foreground=3c3836
regular0=fbf1c7
regular1=cc241d
regular2=98971a
regular3=d79921
regular4=458588
regular5=b16286
regular6=689d6a
regular7=7c6f64
bright0=928374
bright1=9d0006
bright2=79740e
bright3=b57614
bright4=076678
bright5=8f3f71
bright6=427b58
bright7=3c3836
# Nord
# [colors]
# cursor = 282C34 d8dee9
# alpha = 0.98
# foreground = d8dee9
# background = 282C34
# regular0 = 3b4252
# regular1 = bf616a
# regular2 = a3be8c
# regular3 = ebcb8b
# regular4 = 81a1c1
# regular5 = b48ead
# regular6 = 88c0d0
# regular7 = e5e9f0
# bright0 = 4c566a
# bright1 = bf616a
# bright2 = a3be8c
# bright3 = ebcb8b
# bright4 = 81a1c1
# bright5 = b48ead
# bright6 = 8fbcbb
# bright7 = eceff4
# dim0 = 373e4d
# dim1 = 94545d
# dim2 = 809575
# dim3 = b29e75
# dim4 = 68809a
# dim5 = 8c738c
# dim6 = 6d96a5
# dim7 = aeb3bb
[csd]
[key-bindings]
# scrollback-up-half-page=Mod1+u
# scrollback-up-line=Mod1+k
# scrollback-down-half-page=Mod1+d
# scrollback-down-line=Mod1+j
clipboard-copy=Control+Shift+c
clipboard-paste=Control+Shift+v
primary-paste=Shift+Insert
# search-start=Control+f
font-increase=Control+plus Control+equal Control+KP_Add Mod1+Shift+k
font-decrease=Control+minus Control+KP_Subtract Mod1+Shift+j
font-reset=Control+0 Control+KP_0
show-urls-launch=Control+Shift+i
show-urls-copy=Control+Shift+o
[search-bindings]
cancel=Control+g Control+c Escape
commit=Return
find-prev=Control+p
find-next=Control+n
clipboard-paste=Control+v Control+y
primary-paste=Shift+Insert
[url-bindings]
[mouse-bindings]
|