summaryrefslogtreecommitdiff
path: root/.config/.alacritty.yml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-04-16 20:43:35 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-04-16 20:43:35 +0200
commit10b5d39766588dbe9a9fef6e4f09f31d287c7b9f (patch)
tree0dc0f848d4fa1d4965ee41c53cbacb36587709c6 /.config/.alacritty.yml
parent80d646215a52b8a89447129d9e0f46005572a9cf (diff)
Updates
Diffstat (limited to '.config/.alacritty.yml')
-rw-r--r--.config/.alacritty.yml49
1 files changed, 26 insertions, 23 deletions
diff --git a/.config/.alacritty.yml b/.config/.alacritty.yml
index 2603373..06d0eff 100644
--- a/.config/.alacritty.yml
+++ b/.config/.alacritty.yml
@@ -3,40 +3,43 @@ shell:
args:
- new
+
font:
- size: 7
+ size: 11.5
normal:
+ # family: FiraMono
+ # style: Normal
# family: DejaVuSansMono
# family: UbuntuMono
# style: Nerd
- family: FiraMono
- style: Normal
+ family: GitLabMono
+ style: Regular
colors:
primary:
- background: "0x000000"
- foreground: "0xc1c1c1"
+ background: "#000000"
+ foreground: "#c1c1c1"
cursor:
- text: "0x424242"
- cursor: "0x808080"
+ text: "#424242"
+ cursor: "#808080"
normal:
- black: "0x080808"
- red: "0xaf005f"
- green: "0x5faf00"
- yellow: "0xf1c40f"
- blue: "0x5fafd7"
- magenta: "0x808080"
- cyan: "0x2ecc71"
- white: "0xf2f2f2"
+ black: "#000000"
+ red: "#af005f"
+ green: "#5faf00"
+ yellow: "#f1c40f"
+ blue: "#5fafd7"
+ magenta: "#808080"
+ cyan: "#2ecc71"
+ white: "#f2f2f2"
bright:
- black: "0x6a6a6a"
- red: "0xe74c3c"
- green: "0xafd700"
- yellow: "0xf1c40f"
- blue: "0xffaf00"
- magenta: "0xffaf00"
- cyan: "0x00afaf"
- white: "0x5f8787"
+ black: "#6a6a6a"
+ red: "#e74c3c"
+ green: "#afd700"
+ yellow: "#f1c40f"
+ blue: "#ffaf00"
+ magenta: "#ffaf00"
+ cyan: "#00afaf"
+ white: "#5f8787"