update option name
This commit is contained in:
parent
55c164b4b7
commit
4cdcd43d54
|
@ -1,6 +1,5 @@
|
||||||
# Configuration for Alacritty, the GPU enhanced terminal emulator
|
# Configuration for Alacritty, the GPU enhanced terminal emulator
|
||||||
|
|
||||||
|
|
||||||
# Any items in the `env` entry below will be added as
|
# Any items in the `env` entry below will be added as
|
||||||
# environment variables. Some entries may override variables
|
# environment variables. Some entries may override variables
|
||||||
# set by alacritty it self.
|
# set by alacritty it self.
|
||||||
|
@ -131,34 +130,34 @@ custom_cursor_colors: false
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '0xeeeeee'
|
background: "0xeeeeee"
|
||||||
foreground: '0x878787'
|
foreground: "0x878787"
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
text: '0xeeeeee'
|
text: "0xeeeeee"
|
||||||
cursor: '0x878787'
|
cursor: "0x878787"
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '0xeeeeee'
|
black: "0xeeeeee"
|
||||||
red: '0xaf0000'
|
red: "0xaf0000"
|
||||||
green: '0x008700'
|
green: "0x008700"
|
||||||
yellow: '0x5f8700'
|
yellow: "0x5f8700"
|
||||||
blue: '0x0087af'
|
blue: "0x0087af"
|
||||||
magenta: '0x878787'
|
magenta: "0x878787"
|
||||||
cyan: '0x005f87'
|
cyan: "0x005f87"
|
||||||
white: '0x444444'
|
white: "0x444444"
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '0xbcbcbc'
|
black: "0xbcbcbc"
|
||||||
red: '0xd70000'
|
red: "0xd70000"
|
||||||
green: '0xd70087'
|
green: "0xd70087"
|
||||||
yellow: '0x8700af'
|
yellow: "0x8700af"
|
||||||
blue: '0xd75f00'
|
blue: "0xd75f00"
|
||||||
magenta: '0xd75f00'
|
magenta: "0xd75f00"
|
||||||
cyan: '0x005faf'
|
cyan: "0x005faf"
|
||||||
white: '0x005f87'
|
white: "0x005f87"
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
|
@ -187,7 +186,7 @@ bell:
|
||||||
duration: 0
|
duration: 0
|
||||||
|
|
||||||
# Background opacity
|
# Background opacity
|
||||||
background_opacity: 0.96
|
window.opacity: 0.96
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
|
@ -231,7 +230,7 @@ hints:
|
||||||
program: qutebrowser
|
program: qutebrowser
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
|
||||||
|
|
||||||
window.dynamic_title: true
|
window.dynamic_title: true
|
||||||
|
|
||||||
|
@ -403,4 +402,3 @@ key_bindings:
|
||||||
- { key: F10, mods: Super, chars: "\x1b[21;3~" }
|
- { key: F10, mods: Super, chars: "\x1b[21;3~" }
|
||||||
- { key: F11, mods: Super, chars: "\x1b[23;3~" }
|
- { key: F11, mods: Super, chars: "\x1b[23;3~" }
|
||||||
- { key: F12, mods: Super, chars: "\x1b[24;3~" }
|
- { key: F12, mods: Super, chars: "\x1b[24;3~" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Configuration for Alacritty, the GPU enhanced terminal emulator
|
# Configuration for Alacritty, the GPU enhanced terminal emulator
|
||||||
|
|
||||||
|
|
||||||
# Any items in the `env` entry below will be added as
|
# Any items in the `env` entry below will be added as
|
||||||
# environment variables. Some entries may override variables
|
# environment variables. Some entries may override variables
|
||||||
# set by alacritty it self.
|
# set by alacritty it self.
|
||||||
|
@ -132,34 +131,34 @@ custom_cursor_colors: false
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '0xeeeeee'
|
background: "0xeeeeee"
|
||||||
foreground: '0x878787'
|
foreground: "0x878787"
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
text: '0xeeeeee'
|
text: "0xeeeeee"
|
||||||
cursor: '0x878787'
|
cursor: "0x878787"
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '0xeeeeee'
|
black: "0xeeeeee"
|
||||||
red: '0xaf0000'
|
red: "0xaf0000"
|
||||||
green: '0x008700'
|
green: "0x008700"
|
||||||
yellow: '0x5f8700'
|
yellow: "0x5f8700"
|
||||||
blue: '0x0087af'
|
blue: "0x0087af"
|
||||||
magenta: '0x878787'
|
magenta: "0x878787"
|
||||||
cyan: '0x005f87'
|
cyan: "0x005f87"
|
||||||
white: '0x444444'
|
white: "0x444444"
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '0xbcbcbc'
|
black: "0xbcbcbc"
|
||||||
red: '0xd70000'
|
red: "0xd70000"
|
||||||
green: '0xd70087'
|
green: "0xd70087"
|
||||||
yellow: '0x8700af'
|
yellow: "0x8700af"
|
||||||
blue: '0xd75f00'
|
blue: "0xd75f00"
|
||||||
magenta: '0xd75f00'
|
magenta: "0xd75f00"
|
||||||
cyan: '0x005faf'
|
cyan: "0x005faf"
|
||||||
white: '0x005f87'
|
white: "0x005f87"
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
|
@ -188,7 +187,7 @@ bell:
|
||||||
duration: 0
|
duration: 0
|
||||||
|
|
||||||
# Background opacity
|
# Background opacity
|
||||||
background_opacity: 0.96
|
window.opacity: 0.96
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
|
@ -232,7 +231,7 @@ hints:
|
||||||
program: qutebrowser
|
program: qutebrowser
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
|
||||||
|
|
||||||
window.dynamic_title: true
|
window.dynamic_title: true
|
||||||
|
|
||||||
|
@ -404,4 +403,3 @@ key_bindings:
|
||||||
- { key: F10, mods: Super, chars: "\x1b[21;3~" }
|
- { key: F10, mods: Super, chars: "\x1b[21;3~" }
|
||||||
- { key: F11, mods: Super, chars: "\x1b[23;3~" }
|
- { key: F11, mods: Super, chars: "\x1b[23;3~" }
|
||||||
- { key: F12, mods: Super, chars: "\x1b[24;3~" }
|
- { key: F12, mods: Super, chars: "\x1b[24;3~" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Configuration for Alacritty, the GPU enhanced terminal emulator
|
# Configuration for Alacritty, the GPU enhanced terminal emulator
|
||||||
|
|
||||||
|
|
||||||
# Any items in the `env` entry below will be added as
|
# Any items in the `env` entry below will be added as
|
||||||
# environment variables. Some entries may override variables
|
# environment variables. Some entries may override variables
|
||||||
# set by alacritty it self.
|
# set by alacritty it self.
|
||||||
|
@ -168,7 +167,7 @@ bell:
|
||||||
duration: 0
|
duration: 0
|
||||||
|
|
||||||
# Background opacity
|
# Background opacity
|
||||||
background_opacity: 1
|
window.opacity: 1
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
|
@ -210,9 +209,8 @@ hints:
|
||||||
launcher:
|
launcher:
|
||||||
program: qutebrowser
|
program: qutebrowser
|
||||||
|
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
|
||||||
|
|
||||||
window.dynamic_title: true
|
window.dynamic_title: true
|
||||||
|
|
||||||
|
@ -458,27 +456,27 @@ key_bindings:
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#27292c'
|
background: "#27292c"
|
||||||
foreground: '#a9abaa'
|
foreground: "#a9abaa"
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '#35383b'
|
black: "#35383b"
|
||||||
red: '#b05655'
|
red: "#b05655"
|
||||||
green: '#769972'
|
green: "#769972"
|
||||||
yellow: '#e1a574'
|
yellow: "#e1a574"
|
||||||
blue: '#7693ac'
|
blue: "#7693ac"
|
||||||
magenta: '#977ba0'
|
magenta: "#977ba0"
|
||||||
cyan: '#749e99'
|
cyan: "#749e99"
|
||||||
white: '#848b92'
|
white: "#848b92"
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '#484c52'
|
black: "#484c52"
|
||||||
red: '#d27c7b'
|
red: "#d27c7b"
|
||||||
green: '#dffebe'
|
green: "#dffebe"
|
||||||
yellow: '#f0d189'
|
yellow: "#f0d189"
|
||||||
blue: '#96b1c9'
|
blue: "#96b1c9"
|
||||||
magenta: '#bfa5c7'
|
magenta: "#bfa5c7"
|
||||||
cyan: '#9fc9c3'
|
cyan: "#9fc9c3"
|
||||||
white: '#fcf7e2'
|
white: "#fcf7e2"
|
||||||
|
|
Loading…
Reference in New Issue