[kitty] Add padding
This commit is contained in:
parent
0753356f01
commit
5155078c37
3 changed files with 5 additions and 3 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
fonts.fonts = with pkgs; [
|
||||
corefonts # Calibri for Uni
|
||||
vistafonts
|
||||
|
||||
letter # Personal font
|
||||
];
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
include ./themes/tdpeuter-dark.conf
|
||||
include ./themes/tdpeuter-light.conf
|
||||
|
||||
#: Fonts {{{
|
||||
|
||||
|
@ -786,7 +786,7 @@ visual_bell_color #b00020
|
|||
#: set the vertical and horizontal sides. Three values set top,
|
||||
#: horizontal and bottom. Four values set top, right, bottom and left.
|
||||
|
||||
# window_padding_width 0
|
||||
window_padding_width 5
|
||||
|
||||
#: The window padding (in pts) (blank area between the text and the
|
||||
#: window border). A single value sets all four sides. Two values set
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
foreground #383A42
|
||||
foreground #000000
|
||||
background #FAFAFA
|
||||
selection_foreground #383A42
|
||||
selection_background #BFCEFF
|
||||
|
|
Loading…
Reference in a new issue