Commit Graph

14 Commits

Author SHA1 Message Date
Sanchayan Maity 74b4f194b8 Switch to Victor Mono
The vanilla JetBrains Mono does not render some ligatures like =>
properly which made us use nerd-fonts package. However, the nerd-fonts
jetbrains-mono font seems to sometimes cause problems with kitty not
recognizing it by the standard name. Could be a fontconfig issue as well.

Switch to Victor Mono which also has ligature support and does not seem
to suffer from the problem above. We need the nerd-fonts version as well
due to nvim-web-devicons requiring patched fonts.

Deploying the fontconfig change seems to make the devicons in the
neovim status line render better at least size wise.
2021-07-13 19:52:56 +05:30
Sanchayan Maity b951986733 alacritty: Update config to use new regex hints feature 2021-05-21 10:58:43 +05:30
Sanchayan Maity b2919695a2 alacritty: Use Medium Italic for font style 2021-01-22 11:52:11 +05:30
Sanchayan Maity 2e6aa8019b alacritty: Fix log level 2021-01-22 10:52:04 +05:30
Sanchayan Maity c0720a74ef alacritty: Switch to nerd fonts patched JetBrains Mono 2021-01-16 22:25:41 +05:30
Sanchayan Maity dde738d953 alacritty: Switch alacritty to srcery color scheme 2020-11-25 10:29:36 +05:30
Sanchayan Maity 78522c4699 alacritty: Fix url launcher section
URL launcher was not functional due to being not aligned with the mouse
section.
2020-11-23 13:03:26 +05:30
Sanchayan Maity fdc059b7df alacritty: Use gruvbox colors 2020-11-19 16:44:50 +05:30
Sanchayan Maity e39fdcf39c alacritty: Specify the rest of the styles for font configuration 2020-11-18 13:59:32 +05:30
Sanchayan Maity 00bdf7ad8d alacritty: Enabling scrollback buffer 2020-11-18 13:53:29 +05:30
Sanchayan Maity 74fbeed89d Consistently set TERM as alacritty
This affects color rendering inside of tmux and also without tmux.
2020-11-18 13:14:08 +05:30
Sanchayan Maity 6907fff2e2 alacritty: Fix key binding for Paste
We require Ctrl-v for visual selection in neovim, so use a different key
binding for this.
2020-11-17 14:26:04 +05:30
Sanchayan Maity 0d0e40eea9 alacritty: Enable background opacity for alacritty 2020-11-13 11:30:58 +05:30
Sanchayan Maity 5ef4ed3b7a Switch to alacritty as default terminal 2020-10-10 18:37:53 +05:30