update option name

This commit is contained in:
Ray Elliott 2022-01-31 09:24:57 +00:00
parent 55c164b4b7
commit 4cdcd43d54
3 changed files with 392 additions and 398 deletions

View File

@ -1,6 +1,5 @@
# Configuration for Alacritty, the GPU enhanced terminal emulator
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty it self.
@ -131,34 +130,34 @@ custom_cursor_colors: false
colors:
# Default colors
primary:
background: '0xeeeeee'
foreground: '0x878787'
background: "0xeeeeee"
foreground: "0x878787"
cursor:
text: '0xeeeeee'
cursor: '0x878787'
text: "0xeeeeee"
cursor: "0x878787"
# Normal colors
normal:
black: '0xeeeeee'
red: '0xaf0000'
green: '0x008700'
yellow: '0x5f8700'
blue: '0x0087af'
magenta: '0x878787'
cyan: '0x005f87'
white: '0x444444'
black: "0xeeeeee"
red: "0xaf0000"
green: "0x008700"
yellow: "0x5f8700"
blue: "0x0087af"
magenta: "0x878787"
cyan: "0x005f87"
white: "0x444444"
# Bright colors
bright:
black: '0xbcbcbc'
red: '0xd70000'
green: '0xd70087'
yellow: '0x8700af'
blue: '0xd75f00'
magenta: '0xd75f00'
cyan: '0x005faf'
white: '0x005f87'
black: "0xbcbcbc"
red: "0xd70000"
green: "0xd70087"
yellow: "0x8700af"
blue: "0xd75f00"
magenta: "0xd75f00"
cyan: "0x005faf"
white: "0x005f87"
# Visual Bell
#
@ -187,7 +186,7 @@ bell:
duration: 0
# Background opacity
background_opacity: 0.96
window.opacity: 0.96
# Mouse bindings
#
@ -231,7 +230,7 @@ hints:
program: qutebrowser
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
window.dynamic_title: true
@ -403,4 +402,3 @@ key_bindings:
- { key: F10, mods: Super, chars: "\x1b[21;3~" }
- { key: F11, mods: Super, chars: "\x1b[23;3~" }
- { key: F12, mods: Super, chars: "\x1b[24;3~" }

View File

@ -1,6 +1,5 @@
# Configuration for Alacritty, the GPU enhanced terminal emulator
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty it self.
@ -132,34 +131,34 @@ custom_cursor_colors: false
colors:
# Default colors
primary:
background: '0xeeeeee'
foreground: '0x878787'
background: "0xeeeeee"
foreground: "0x878787"
cursor:
text: '0xeeeeee'
cursor: '0x878787'
text: "0xeeeeee"
cursor: "0x878787"
# Normal colors
normal:
black: '0xeeeeee'
red: '0xaf0000'
green: '0x008700'
yellow: '0x5f8700'
blue: '0x0087af'
magenta: '0x878787'
cyan: '0x005f87'
white: '0x444444'
black: "0xeeeeee"
red: "0xaf0000"
green: "0x008700"
yellow: "0x5f8700"
blue: "0x0087af"
magenta: "0x878787"
cyan: "0x005f87"
white: "0x444444"
# Bright colors
bright:
black: '0xbcbcbc'
red: '0xd70000'
green: '0xd70087'
yellow: '0x8700af'
blue: '0xd75f00'
magenta: '0xd75f00'
cyan: '0x005faf'
white: '0x005f87'
black: "0xbcbcbc"
red: "0xd70000"
green: "0xd70087"
yellow: "0x8700af"
blue: "0xd75f00"
magenta: "0xd75f00"
cyan: "0x005faf"
white: "0x005f87"
# Visual Bell
#
@ -188,7 +187,7 @@ bell:
duration: 0
# Background opacity
background_opacity: 0.96
window.opacity: 0.96
# Mouse bindings
#
@ -232,7 +231,7 @@ hints:
program: qutebrowser
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
window.dynamic_title: true
@ -404,4 +403,3 @@ key_bindings:
- { key: F10, mods: Super, chars: "\x1b[21;3~" }
- { key: F11, mods: Super, chars: "\x1b[23;3~" }
- { key: F12, mods: Super, chars: "\x1b[24;3~" }

View File

@ -1,6 +1,5 @@
# Configuration for Alacritty, the GPU enhanced terminal emulator
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty it self.
@ -168,7 +167,7 @@ bell:
duration: 0
# Background opacity
background_opacity: 1
window.opacity: 1
# Mouse bindings
#
@ -210,9 +209,8 @@ hints:
launcher:
program: qutebrowser
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
window.dynamic_title: true
@ -458,27 +456,27 @@ key_bindings:
colors:
# Default colors
primary:
background: '#27292c'
foreground: '#a9abaa'
background: "#27292c"
foreground: "#a9abaa"
# Normal colors
normal:
black: '#35383b'
red: '#b05655'
green: '#769972'
yellow: '#e1a574'
blue: '#7693ac'
magenta: '#977ba0'
cyan: '#749e99'
white: '#848b92'
black: "#35383b"
red: "#b05655"
green: "#769972"
yellow: "#e1a574"
blue: "#7693ac"
magenta: "#977ba0"
cyan: "#749e99"
white: "#848b92"
# Bright colors
bright:
black: '#484c52'
red: '#d27c7b'
green: '#dffebe'
yellow: '#f0d189'
blue: '#96b1c9'
magenta: '#bfa5c7'
cyan: '#9fc9c3'
white: '#fcf7e2'
black: "#484c52"
red: "#d27c7b"
green: "#dffebe"
yellow: "#f0d189"
blue: "#96b1c9"
magenta: "#bfa5c7"
cyan: "#9fc9c3"
white: "#fcf7e2"