summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-10-29 19:47:41 +0000
committerGitHub <noreply@github.com>2018-10-29 19:47:41 +0000
commita9e03f1ae0b79353b78ac9e2e6503b42b12c7fb2 (patch)
treeb87d719c67ea9ce0040bfa317055e6457f898d5b /alacritty.yml
parent58127f468787bec9ae5d463575a8db83ae3652a7 (diff)
Update Windows configuration file
The Windows configuration file was outdated compared to the other configuration files, since there were some major changes to the config during the development of the Windows PR. All changes between the Linux and Windows configuration file have been removed, preserving platform-specific configuration defaults that were intentionally changed. Some minor changes have also been made to the Linux and macOS configuration files, since there were some inconsistencies left. This fixes #1692.
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/alacritty.yml b/alacritty.yml
index adfad388..b57de3d6 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -10,7 +10,6 @@
# each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use 'alacritty' if it is
# available, otherwise 'xterm-256color' is used.
- #
#TERM: xterm-256color
window:
@@ -89,19 +88,19 @@ font:
normal:
family: monospace
# The `style` can be specified to pick a specific face.
- # style: Regular
+ #style: Regular
# Bold font face
bold:
family: monospace
# The `style` can be specified to pick a specific face.
- # style: Bold
+ #style: Bold
# Italic font face
italic:
family: monospace
# The `style` can be specified to pick a specific face.
- # style: Italic
+ #style: Italic
# Point size
size: 11.0
@@ -148,7 +147,6 @@ colors:
# The dimmed foreground color is calculated automatically if it is not present.
# If the bright foreground color is not set, or `draw_bold_text_with_bright_colors`
# is `false`, the normal foreground color will be used.
- #
#dim_foreground: '0x9a9a9a'
#bright_foreground: '0xffffff'
@@ -199,7 +197,6 @@ colors:
#
# The indexed colors include all colors from 16 to 256.
# When these are not set, they're filled with sensible defaults.
- #
#indexed_colors:
# - { index: 16, color: '0x000000' }
@@ -305,7 +302,6 @@ live_config_reload: true
#
# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`.
# Entries in `shell.args` are passed unmodified as arguments to the shell.
-#
#shell:
# program: /bin/bash
# args: