summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authortanitta <tanitta@users.noreply.github.com>2017-09-02 23:14:26 +0900
committerJoe Wilm <jwilm@users.noreply.github.com>2017-09-02 07:14:26 -0700
commit27bf9885ec187b9c40ca661bc1fd9f3c92882d7a (patch)
treed794d08df24260e24772dada58457e6aa0922c7f /alacritty.yml
parent7d3fc0dc9c157f7886447d438c2a75bad211cdb7 (diff)
Remove invalid characters from default config files. (#769)
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 20529a78..e4080a8c 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -123,14 +123,14 @@ colors:
# Dim colors (Optional)
dim:
- black: '0x333333'
- red: '0xf2777a'
- green: '0x99cc99'
- yellow: '0xffcc66'
- blue: '0x6699cc'
- magenta: '0xcc99cc'
- cyan: '0x66cccc'
- white: '0xdddddd'
+ black: '0x333333'
+ red: '0xf2777a'
+ green: '0x99cc99'
+ yellow: '0xffcc66'
+ blue: '0x6699cc'
+ magenta: '0xcc99cc'
+ cyan: '0x66cccc'
+ white: '0xdddddd'
# Visual Bell
#