diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-09-18 15:56:49 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-09-18 15:56:49 +0200 |
| commit | 4c11b4ddffbb08b9c17727ec8c2e8a7620341f61 (patch) | |
| tree | 62334ba567ccad3cc6559c6e5a8c9ce4583dbaa7 | |
| parent | 0f6db6df78c35fc23f2016fba597775ac90acbfb (diff) | |
| download | dotfiles-4c11b4ddffbb08b9c17727ec8c2e8a7620341f61.tar.gz dotfiles-4c11b4ddffbb08b9c17727ec8c2e8a7620341f61.zip | |
alacritty: moved away from deprecated settings
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | .config/alacritty/alacritty.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index eb6fad2..20ec5dc 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -32,9 +32,9 @@ colors: background: '0x875f87' foreground: '0xd0d0d0' - bar: - background: '0x4e4e4e' - foreground: '0xd0d0d0' + footer_bar: + background: '0x4e4e4e' + foreground: '0xd0d0d0' ## # Using Droid Sans Mono out of tradition at this point, with a bit of an offset |
