diff options
| author | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
| commit | 21150560c5762a4f6f446e74f2020f61d9ba4221 (patch) | |
| tree | 73a20509a1f19e90bc6e4bd240e89332693e2c8d /kitty.conf | |
| parent | 993b580ec5ea47a8f7d5b1d84556d6f27dc6a22c (diff) | |
| download | dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.tar.gz dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.zip | |
the great colorscheme migration
Diffstat (limited to 'kitty.conf')
| -rw-r--r-- | kitty.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kitty.conf b/kitty.conf new file mode 100644 index 0000000..b8a702d --- /dev/null +++ b/kitty.conf @@ -0,0 +1,14 @@ +include colors.conf + +# BEGIN_KITTY_FONTS +font_family family='FiraCode Nerd Font' postscript_name=FiraCodeNF-Reg +bold_font auto +italic_font family='FiraCode Nerd Font' style=Regular +bold_italic_font family='FiraCode Nerd Font' style=SemiBold +# END_KITTY_FONTS + +font_size 11.0 + +background_opacity 0.95 + +window_padding_width 2 |