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