mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
alacritty: update font and opacity
This commit is contained in:
parent
eb376bd7d4
commit
eef0b658f9
1 changed files with 5 additions and 7 deletions
|
|
@ -4,19 +4,18 @@ ipc_socket = false
|
|||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
normal = { family = "JetBrains Mono NF", style = "Regular" }
|
||||
normal = { family = "Iosevka NF", style = "Regular" }
|
||||
bold = { style = "SemiBold" }
|
||||
size = 13.0
|
||||
|
||||
offset = { x = 0, y = -1 }
|
||||
glyph_offset = { x = 0, y = 0 }
|
||||
size = 14.0
|
||||
|
||||
offset = { x = 1, y = 4 }
|
||||
glyph_offset = { x = 1, y = 2 }
|
||||
|
||||
[window]
|
||||
decorations_theme_variant = "Dark"
|
||||
padding = { x = 0, y = 0 }
|
||||
# dynamic_padding = true
|
||||
opacity = 0.99
|
||||
opacity = 0.98
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
|
|
@ -56,4 +55,3 @@ white = "#A6ADC8"
|
|||
matches = { foreground = "#0E1019", background = "#767BA0" }
|
||||
focused_match = { foreground = "#0E1019", background = "#F9E2AF" }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue