mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Remove invalid characters from default config files. (#769)
This commit is contained in:
parent
7d3fc0dc9c
commit
27bf9885ec
2 changed files with 16 additions and 16 deletions
|
@ -123,14 +123,14 @@ colors:
|
||||||
|
|
||||||
# Dim colors (Optional)
|
# Dim colors (Optional)
|
||||||
dim:
|
dim:
|
||||||
 black: '0x333333'
|
black: '0x333333'
|
||||||
 red: '0xf2777a'
|
red: '0xf2777a'
|
||||||
 green: '0x99cc99'
|
green: '0x99cc99'
|
||||||
 yellow: '0xffcc66'
|
yellow: '0xffcc66'
|
||||||
 blue: '0x6699cc'
|
blue: '0x6699cc'
|
||||||
 magenta: '0xcc99cc'
|
magenta: '0xcc99cc'
|
||||||
 cyan: '0x66cccc'
|
cyan: '0x66cccc'
|
||||||
 white: '0xdddddd'
|
white: '0xdddddd'
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
|
|
|
@ -122,14 +122,14 @@ colors:
|
||||||
|
|
||||||
# Dim colors (Optional)
|
# Dim colors (Optional)
|
||||||
dim:
|
dim:
|
||||||
 black: '0x333333'
|
black: '0x333333'
|
||||||
 red: '0xf2777a'
|
red: '0xf2777a'
|
||||||
 green: '0x99cc99'
|
green: '0x99cc99'
|
||||||
 yellow: '0xffcc66'
|
yellow: '0xffcc66'
|
||||||
 blue: '0x6699cc'
|
blue: '0x6699cc'
|
||||||
 magenta: '0xcc99cc'
|
magenta: '0xcc99cc'
|
||||||
 cyan: '0x66cccc'
|
cyan: '0x66cccc'
|
||||||
 white: '0xdddddd'
|
white: '0xdddddd'
|
||||||
|
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
|
|
Loading…
Reference in a new issue