diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-09 17:33:36 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-09 17:33:36 +0200 |
commit | 249c4c38565933e8020326f439cc63f2d686492d (patch) | |
tree | 6b9be9905112516fb613913615967331e29e6c37 /.config/.alacritty.yml | |
parent | 2f569a703d95b8fe5d18d05d9fb9374b73e87568 (diff) |
Update configs
Diffstat (limited to '.config/.alacritty.yml')
-rw-r--r-- | .config/.alacritty.yml | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/.config/.alacritty.yml b/.config/.alacritty.yml deleted file mode 100644 index 06d0eff..0000000 --- a/.config/.alacritty.yml +++ /dev/null @@ -1,45 +0,0 @@ -shell: - program: /usr/bin/tmux - args: - - new - - -font: - size: 11.5 - normal: - # family: FiraMono - # style: Normal - # family: DejaVuSansMono - # family: UbuntuMono - # style: Nerd - family: GitLabMono - style: Regular - -colors: - primary: - background: "#000000" - foreground: "#c1c1c1" - - cursor: - text: "#424242" - cursor: "#808080" - - normal: - black: "#000000" - red: "#af005f" - green: "#5faf00" - yellow: "#f1c40f" - blue: "#5fafd7" - magenta: "#808080" - cyan: "#2ecc71" - white: "#f2f2f2" - - bright: - black: "#6a6a6a" - red: "#e74c3c" - green: "#afd700" - yellow: "#f1c40f" - blue: "#ffaf00" - magenta: "#ffaf00" - cyan: "#00afaf" - white: "#5f8787" |