[alacritty] Update padding and use FuraCode font

This commit is contained in:
2020-06-30 23:56:43 -04:00
parent b1accf283f
commit 98b75a63d8

View File

@ -11,8 +11,8 @@ window:
columns: 80
lines: 24
padding:
x: 22
y: 22
x: 10
y: 10
dynamic_padding: true
decorations: full
@ -22,9 +22,9 @@ scrolling:
font:
normal:
family: Go Mono
family: FuraCode Nerd Font Mono
bold:
family: Go Mono
family: FuraCode Nerd Font Mono
italic:
family: Go Mono
size: 7.0
@ -39,64 +39,6 @@ font:
draw_bold_text_with_bright_colors: true
# Colors (Nord)
#colors:
# # Default colors
# primary:
# background: '0x2E3440'
# foreground: '0xD8DEE9'
#
# # Normal colors
# normal:
# black: '0x3B4252'
# red: '0xBF616A'
# green: '0xA3BE8C'
# yellow: '0xEBCB8B'
# blue: '0x81A1C1'
# magenta: '0xB48EAD'
# cyan: '0x88C0D0'
# white: '0xE5E9F0'
#
# # Bright colors
# bright:
# black: '0x4C566A'
# red: '0xBF616A'
# green: '0xA3BE8C'
# yellow: '0xEBCB8B'
# blue: '0x81A1C1'
# magenta: '0xB48EAD'
# cyan: '0x8FBCBB'
# white: '0xECEFF4'
# Colors (Blood Moon)
#colors:
# # Default colors
# primary:
# background: '0x10100E'
# foreground: '0xC6C6C4'
#
# # Normal colors
# normal:
# black: '0x10100E'
# red: '0xC40233'
# green: '0x009F6B'
# yellow: '0xFFD700'
# blue: '0x0087BD'
# magenta: '0x9A4EAE'
# cyan: '0x20B2AA'
# white: '0xC6C6C4'
#
# # Bright colors
# bright:
# black: '0x696969'
# red: '0xFF2400'
# green: '0x03C03C'
# yellow: '0xFDFF00'
# blue: '0x007FFF'
# magenta: '0xFF1493'
# cyan: '0x00CCCC'
# white: '0xFFFAFA'
# Colors (Gruvbox dark)
colors:
# Default colors
@ -141,7 +83,6 @@ mouse:
double_click: { threshold: 300 }
triple_click: { threshold: 300 }
hide_when_typing: false
url:
launcher: open
@ -151,7 +92,7 @@ selection:
save_to_clipboard: true
cursor:
style: Block
style: Underline
unfocused_hollow: true
live_config_reload: true