dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit cf153b67d6b1c3d4ecb4131626f099ac5a7f6aab
parent 979a0ed5c4dba97dcf070ca4e316f3b491cfaf84
Author: Bharatvaj H <bharatvaj@yahoo.com>
Date:   Tue,  3 Aug 2021 00:57:03 +0530

Configured alacritty

Diffstat:
M.config/.gitignore | 2++
A.config/alacritty/alacritty.yml | 29+++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/.config/.gitignore b/.config/.gitignore @@ -2,6 +2,8 @@ Ignore everything by default. * !.gitignore +!alacritty/ +!alacritty/* !i3 !nvim !vim/ diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml @@ -0,0 +1,29 @@ +font: + size: 16 +colors: + name: Tomorrow (light) + author: Chris Kempson + primary: + background: "#ffffff" + foreground: "#373b41" + cursor: + text: "#ffffff" + cursor: "#373b41" + normal: + black: "#1d1f21" + red: "#cc6666" + green: "#b5bd68" + yellow: "#f0c674" + blue: "#81a2be" + magenta: "#b294bb" + cyan: "#8abeb7" + white: "#c5c8c6" + bright: + black: "#969896" + red: "#cc6666" + green: "#b5bd68" + yellow: "#f0c674" + blue: "#81a2be" + magenta: "#b294bb" + cyan: "#8abeb7" + white: "#ffffff"