update alacritty config file
This commit is contained in:
@@ -11,22 +11,29 @@ scrolling:
|
|||||||
# Scrolling distance multiplier.
|
# Scrolling distance multiplier.
|
||||||
multiplier: 3
|
multiplier: 3
|
||||||
|
|
||||||
|
# Corsor config
|
||||||
|
cursor:
|
||||||
|
style:
|
||||||
|
shape: Underline
|
||||||
|
blinking: Always
|
||||||
|
unfocused_hollow: false
|
||||||
|
|
||||||
# Font configuration
|
# Font configuration
|
||||||
font:
|
font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
normal:
|
normal:
|
||||||
family: Source Code Pro
|
family: IBM Plex Mono
|
||||||
# family: DejaVu Sans Mono for Powerline
|
# family: DejaVu Sans Mono for Powerline
|
||||||
style: regular
|
style: regular
|
||||||
# Bold font face
|
# Bold font face
|
||||||
bold:
|
bold:
|
||||||
family: Source Code Pro
|
family: IBM Plex Mono
|
||||||
style: bold
|
style: bold
|
||||||
# Italic font face
|
# Italic font face
|
||||||
italic:
|
italic:
|
||||||
family: Source Code Pro
|
family: IBM Plex Mono
|
||||||
style: italic
|
style: italic
|
||||||
size: 8
|
size: 10
|
||||||
|
|
||||||
# Colors (Gruvbox dark)
|
# Colors (Gruvbox dark)
|
||||||
colors:
|
colors:
|
||||||
@@ -60,7 +67,8 @@ colors:
|
|||||||
white: '#ebdbb2'
|
white: '#ebdbb2'
|
||||||
|
|
||||||
# Background opacity
|
# Background opacity
|
||||||
background_opacity: 1.0
|
window:
|
||||||
|
opacity: 1.0
|
||||||
|
|
||||||
# Live config reload (changes require restart)
|
# Live config reload (changes require restart)
|
||||||
live_config_reload: true
|
live_config_reload: true
|
||||||
|
|||||||
Reference in New Issue
Block a user