File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ mkTarget {
56
56
in
57
57
{
58
58
programs . qutebrowser . settings = {
59
- hints . border = background ;
59
+ hints . border = "1px solid ${ background } " ;
60
60
61
61
colors = {
62
62
completion = {
@@ -82,6 +82,7 @@ mkTarget {
82
82
} ;
83
83
84
84
fg = foreground ;
85
+ match . fg = info ;
85
86
} ;
86
87
87
88
match . fg = info ;
@@ -163,9 +164,10 @@ mkTarget {
163
164
164
165
prompts = {
165
166
bg = background ;
166
- border = background ;
167
+ border = "1px solid ${ background } " ;
167
168
fg = foreground ;
168
169
selected . bg = secondary-background ;
170
+ selected . fg = foreground ;
169
171
} ;
170
172
171
173
statusbar = {
@@ -280,8 +282,12 @@ mkTarget {
280
282
} ;
281
283
} ;
282
284
} ;
283
- } ;
284
285
286
+ tooltip = {
287
+ bg = background ;
288
+ fg = foreground ;
289
+ } ;
290
+ } ;
285
291
} ;
286
292
}
287
293
)
You can’t perform that action at this time.
0 commit comments