diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-10-16 11:26:29 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-10-16 11:26:29 +0200 |
commit | 6c53ac9f0eb1a34abf3c4c552a7f8f405f341009 (patch) | |
tree | b4537c2cf557a3c972bd08f1945e92178f72876c | |
parent | 167a4bb07e124529cbff960d97a528fa939de6f1 (diff) |
Fix black color
-rw-r--r-- | .config/.alacritty.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/.alacritty.toml b/.config/.alacritty.toml index 2ab9d7f..23ea7cc 100644 --- a/.config/.alacritty.toml +++ b/.config/.alacritty.toml @@ -13,7 +13,7 @@ cursor = "#808080" text = "#424242" [colors.normal] -black = "#000000" +black = "#333333" blue = "#5fafd7" cyan = "#2ecc71" green = "#5faf00" @@ -24,7 +24,7 @@ yellow = "#f1c40f" [colors.primary] background = "#000000" -foreground = "#c1c1c1" +foreground = "#f1f1f1" # [colors.primary] # background= "#ffffff" @@ -51,11 +51,11 @@ foreground = "#c1c1c1" # white= "#6e7781" [font] -size = 11.5 +size = 12.5 [font.normal] -family = "GitLabMono" -style = "Regular" +family = "FiraCode" +style = "Mono" [shell] args = ["new"] |