mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add kitty terminal settings
This commit is contained in:
parent
0025d52ab9
commit
97fa55a935
28
home/.config/kitty/kitty.conf
Normal file
28
home/.config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Fonts
|
||||||
|
font_family JetBrains Mono
|
||||||
|
bold_font auto
|
||||||
|
italic_font auto
|
||||||
|
bold_italic_font auto
|
||||||
|
|
||||||
|
#font_size 13
|
||||||
|
|
||||||
|
disable_ligatures always
|
||||||
|
|
||||||
|
# Colors / Style
|
||||||
|
foreground #d8dee9
|
||||||
|
background #191919
|
||||||
|
cursor #D0D0D0
|
||||||
|
|
||||||
|
url_color #0087bd
|
||||||
|
url_style curly
|
||||||
|
|
||||||
|
background_opacity 0.85
|
||||||
|
dynamic_background_opacity yes
|
||||||
|
background_blur 2
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
scrollback_lines 10000
|
||||||
|
enable_audio_bell no
|
||||||
|
update_check_interval 0
|
||||||
|
|
||||||
|
# vi: ft=conf
|
Loading…
Reference in a new issue