From 027a51350f1cc74aa9ef264f81d2b13fab5a87de Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Tue, 16 Mar 2021 15:56:52 +1030 Subject: [PATCH] updated alacritty config to fix font size and strange dark colours in ui's --- .config/alacritty/alacritty.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'