This commit is contained in:
parent
444502d6f1
commit
d8ed1f42ae
1 changed files with 5 additions and 1 deletions
|
@ -49,13 +49,17 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
text = ''
|
text = ''
|
||||||
font = ${pkgs.iosevkaLyteTerm}/share/fonts/truetype/IosevkaLyteTerm-regular.ttf
|
font = ${pkgs.iosevkaLyteTerm}/share/fonts/truetype/IosevkaLyteTerm-regular.ttf
|
||||||
|
font-size = 12
|
||||||
|
|
||||||
text-color = #f8f8f8
|
text-color = #f8f8f8
|
||||||
prompt-color = #f38ba8
|
prompt-color = #f38ba8
|
||||||
selection-color = #66d9ef
|
selection-color = #66d9ef
|
||||||
background-color = #1e1e2e
|
background-color = #1e1e2e
|
||||||
border-width = 4
|
outline-width = 0
|
||||||
|
border-width = 1
|
||||||
border-color = #66d9ef
|
border-color = #66d9ef
|
||||||
|
width = 640
|
||||||
|
height = 400
|
||||||
|
|
||||||
fuzzy-match = true
|
fuzzy-match = true
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue