diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-05-22 23:08:51 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-05-22 23:57:42 +0900 |
| commit | 1b58012464070bcf788e57835fb7c574349019fb (patch) | |
| tree | d9921187b227fdf9da2259025864161aa3f344f4 /.config/alacritty/alacritty.yml | |
| parent | 5b313cadf53dc1f3e173e6e0d422447c723ee047 (diff) | |
| download | dotfiles-1b58012464070bcf788e57835fb7c574349019fb.tar.gz dotfiles-1b58012464070bcf788e57835fb7c574349019fb.tar.zst dotfiles-1b58012464070bcf788e57835fb7c574349019fb.zip | |
neovim:ocean: update
Diffstat (limited to '.config/alacritty/alacritty.yml')
| -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 1bb331e..90b18d8 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -192,7 +192,7 @@ font: colors: # Default colors primary: - background: '#100f1f' + background: '#101020' foreground: '#b1b1c8' # Bright and dim foreground colors @@ -211,8 +211,8 @@ colors: # Allowed values are CellForeground/CellBackground, which reference the # affected cell, or hexadecimal colors like #ff00ff. cursor: - text: '#d1d1e8' - cursor: '#5b5aac' + text: '#100f1f' + cursor: '#b1b1c8' # Vi mode cursor colors # |
