summaryrefslogtreecommitdiff
path: root/config/alacritty
diff options
context:
space:
mode:
Diffstat (limited to 'config/alacritty')
-rw-r--r--config/alacritty/alacritty.yml45
1 files changed, 0 insertions, 45 deletions
diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml
deleted file mode 100644
index 3f1d6ee..0000000
--- a/config/alacritty/alacritty.yml
+++ /dev/null
@@ -1,45 +0,0 @@
-# Any items in the `env` entry below will be added as
-# environment variables. Some entries may override variables
-# set by alacritty itself.
-env:
- # This value is used to set the `$TERM` environment variable for
- # 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
-
-scrolling:
- # Maximum number of lines in the scrollback buffer.
- # Specifying '0' will disable scrolling.
- history: 100000
-
-font:
- size: 10.0
-
-# If `true`, bold text is drawn using the bright color variants.
-draw_bold_text_with_bright_colors: true
-
-colors:
- primary:
- background: '#FFFFE8'
- foreground: '#000000'
-
-# Window opacity as a floating point number from `0.0` to `1.0`.
-# The value `0.0` is completely transparent and `1.0` is opaque.
-background_opacity: 1.0
-
-selection:
- # This string contains all characters that are used as separators for "semantic words" in Alacritty.
- #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
-
- # When set to `true`, selected text will be copied to the primary clipboard.
- save_to_clipboard: true
-
-cursor:
- # Values for `style`:
- # - ▇ Block
- # - _ Underline
- # - | Beam
- style: Block
-
-live_config_reload: true