Update alacritty.yml

This commit is contained in:
Vlad Doster 2020-04-06 18:07:12 -05:00 committed by GitHub
parent 0f85a23bb2
commit 89c866d7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,8 @@ font:
colors:
# Default colors
primary:
background: '#000000'
foreground: '#eaeaea'
background: "#282828"
foreground: "#ebdbb2"
# Normal colors
normal:
black: '0x000000'
@ -58,7 +58,7 @@ colors:
magenta: '0x6a1e9a'
cyan: '0x00838f'
white: '0xf2f2f2'
background_opacity: 0.5
background_opacity: 0.9
selection:
# When set to `true`, selected text will be copied to the primary clipboard.
save_to_clipboard: true