about summary refs log tree commit diff
path: root/modules/workstation/windowing/alacritty/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/windowing/alacritty/config.yml')
-rw-r--r--modules/workstation/windowing/alacritty/config.yml114
1 files changed, 0 insertions, 114 deletions
diff --git a/modules/workstation/windowing/alacritty/config.yml b/modules/workstation/windowing/alacritty/config.yml
deleted file mode 100644
index 856a7aa5af29..000000000000
--- a/modules/workstation/windowing/alacritty/config.yml
+++ /dev/null
@@ -1,114 +0,0 @@
-window:
-  # If both are `0`, this setting is ignored.
-  dimensions:
-    columns: 80
-    lines: 24
-
-  padding:
-    x: 2
-    y: 2
-
-  dynamic_padding: true
-  decorations: none
-  opacity: 0.8
-  startup_mode: Windowed
-
-scrolling:
-  history: 0 # disabled
-
-font:
-  normal:
-    family: monospace
-    #style: Regular
-
-  bold:
-    family: monospace
-    #style: Bold
-
-  italic:
-    family: monospace
-    #style: Italic
-
-  offset:
-    x: 0
-    y: 0
-
-  size: 11.5
-
-  glyph_offset:
-    x: 0
-    y: 0
-
-draw_bold_text_with_bright_colors: false
-
-colors:
-  primary:
-    background: '0x000000'
-    foreground: '0xffffff'
-    # dim_foreground: auto
-    # bright_foreground: normal foreground color
-
-  cursor:
-    text:   '0x161616'
-    cursor: '0xfcdc07'
-
-  normal:
-    black:   '0x2e3436'
-    red:     '0xb40000'
-    green:   '0x307000'
-    yellow:  '0xce5c00'
-    blue:    '0x3465a4'
-    magenta: '0x75507b'
-    cyan:    '0x06989a'
-    white:   '0xd3d7cf'
-
-  bright:
-    black:   '0x555753'
-    red:     '0xcc0000'
-    green:   '0x4e9a06'
-    yellow:  '0xedd400'
-    blue:    '0x729fcf'
-    magenta: '0xad7fa8'
-    cyan:    '0x34e2e2'
-    white:   '0xeeeeec'
-
-  # dim: default
-  # indexed_colors: default
-
-hints:
-  enabled: []
-
-# Available fields:
-#   - mouse
-#   - action
-#   - mods (optional)
-#
-# Values for `mouse`:
-#   - Middle
-#   - Left
-#   - Right
-#   - Numeric identifier such as `5`
-#
-# All available `mods` and `action` values are documented in the key binding
-# section.
-mouse_bindings:
-  - { mouse: Middle, action: PasteSelection }
-
-mouse:
-  double_click: { threshold: 300 }
-  triple_click: { threshold: 300 }
-  hide_when_typing: false
-
-selection:
-  semantic_escape_chars: ",│`|:\"' ()[]{}<>"
-
-  # When set to `true`, selected text will be copied to both the primary and
-  # the selection clipboard. Otherwise, it will only be copied to the selection
-  # clipboard.
-  save_to_clipboard: false
-
-cursor:
-  style: Block
-  unfocused_hollow: true
-
-live_config_reload: true