diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 790e676..5ea4b4c 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -184,7 +184,7 @@ font: style: Bold Italic # Point size - size: 11.0 + size: 8.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. @@ -259,8 +259,8 @@ colors: blue: '0x51afef' magenta: '0xc678dd' cyan: '0x5699af' - white: '0x202328' - + white: '0xe9e9e9' + # Bright colors bright: black: '0x5b6268'