diff options
author | Zac Pullar-Strecker <zacps@users.noreply.github.com> | 2018-10-30 16:31:30 +1300 |
---|---|---|
committer | Zac Pullar-Strecker <zacps@users.noreply.github.com> | 2018-10-30 17:05:24 +1300 |
commit | 6c7308099fc40dd093c6e94d5d31fc6553c49f73 (patch) | |
tree | 72c1fdf2985b921f3ea0470b40f8b74407a5b75d /alacritty_macos.yml | |
parent | a9e03f1ae0b79353b78ac9e2e6503b42b12c7fb2 (diff) | |
download | alacritty-6c7308099fc40dd093c6e94d5d31fc6553c49f73.tar.gz alacritty-6c7308099fc40dd093c6e94d5d31fc6553c49f73.zip |
Revert "Update Windows configuration file"
This reverts commit a9e03f1ae0b79353b78ac9e2e6503b42b12c7fb2.
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 8f52853d..9d1fa378 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -10,6 +10,7 @@ # 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: @@ -83,19 +84,19 @@ font: normal: family: Menlo # The `style` can be specified to pick a specific face. - #style: Regular + # style: Regular # Italic font face bold: family: Menlo # The `style` can be specified to pick a specific face. - #style: Bold + # style: Bold # Italic font face italic: family: Menlo # The `style` can be specified to pick a specific face. - #style: Italic + # style: Italic # Point size size: 12.0 @@ -146,6 +147,7 @@ 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' @@ -196,6 +198,7 @@ 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' } @@ -299,6 +302,7 @@ 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: |