Updated alacritty file to new version syntax
This commit is contained in:
parent
2a30d80ce4
commit
ebab4b1066
1 changed files with 12 additions and 10 deletions
|
@ -90,7 +90,7 @@ window:
|
||||||
#
|
#
|
||||||
# Override the variant of the GTK theme. Commonly supported values are `dark`
|
# Override the variant of the GTK theme. Commonly supported values are `dark`
|
||||||
# and `light`. Set this to `None` to use the default theme variant.
|
# and `light`. Set this to `None` to use the default theme variant.
|
||||||
gtk_theme_variant: dark
|
decorations_theme_variant: dark
|
||||||
|
|
||||||
#scrolling:
|
#scrolling:
|
||||||
# Maximum number of lines in the scrollback buffer.
|
# Maximum number of lines in the scrollback buffer.
|
||||||
|
@ -184,7 +184,8 @@ font:
|
||||||
colors:
|
colors:
|
||||||
primary:
|
primary:
|
||||||
background: '#171717'
|
background: '#171717'
|
||||||
foreground: '#f8f8f2'
|
# foreground: '#f8f8f2'
|
||||||
|
foreground: '#ffffff'
|
||||||
bright_foreground: '#ffffff'
|
bright_foreground: '#ffffff'
|
||||||
cursor:
|
cursor:
|
||||||
text: CellBackground
|
text: CellBackground
|
||||||
|
@ -199,7 +200,7 @@ colors:
|
||||||
focused_match:
|
focused_match:
|
||||||
foreground: '#44475a'
|
foreground: '#44475a'
|
||||||
background: '#ffb86c'
|
background: '#ffb86c'
|
||||||
bar:
|
footer_bar:
|
||||||
background: '#282a36'
|
background: '#282a36'
|
||||||
foreground: '#f8f8f2'
|
foreground: '#f8f8f2'
|
||||||
hints:
|
hints:
|
||||||
|
@ -223,7 +224,8 @@ colors:
|
||||||
blue: '#bd93f9'
|
blue: '#bd93f9'
|
||||||
magenta: '#ff79c6'
|
magenta: '#ff79c6'
|
||||||
cyan: '#8be9fd'
|
cyan: '#8be9fd'
|
||||||
white: '#f8f8f2'
|
# white: '#f8f8f8'
|
||||||
|
white: '#ffffff'
|
||||||
bright:
|
bright:
|
||||||
black: '#6272a4'
|
black: '#6272a4'
|
||||||
red: '#ff6e6e'
|
red: '#ff6e6e'
|
||||||
|
@ -479,12 +481,12 @@ bell:
|
||||||
# - (macOS) /bin/bash --login
|
# - (macOS) /bin/bash --login
|
||||||
# - (Linux/BSD) user login shell
|
# - (Linux/BSD) user login shell
|
||||||
# - (Windows) powershell
|
# - (Windows) powershell
|
||||||
shell:
|
#shell:
|
||||||
program: /bin/bash
|
# program: /bin/bash
|
||||||
args:
|
# args:
|
||||||
- --login
|
# - --login
|
||||||
- -c
|
# # - -c
|
||||||
- "zellij --layout=compact attach || zellij --layout=compact"
|
# # - "zellij --layout=compact attach || zellij --layout=compact"
|
||||||
|
|
||||||
# Startup directory
|
# Startup directory
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue