From 19edb33fb2e56c6c1a9cf5625cb2db5851612a3d Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sat, 24 Sep 2022 18:37:45 -0500 Subject: [PATCH] Create kitty.conf --- debian/home/.config/kitty/kitty.conf | 63 ++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 debian/home/.config/kitty/kitty.conf diff --git a/debian/home/.config/kitty/kitty.conf b/debian/home/.config/kitty/kitty.conf new file mode 100644 index 0000000..9d928d9 --- /dev/null +++ b/debian/home/.config/kitty/kitty.conf @@ -0,0 +1,63 @@ +font_family Ubuntu Mono +bold_font auto +italic_font auto +bold_italic_font auto + +font_size 14.0 +force_ltr no + +disable_ligatures never + +window_padding_width 6 + +# Tokyo Night color scheme for kitty terminal emulator +# https://github.com/davidmathers/tokyo-night-kitty-theme +# +# Based on Tokyo Night color theme for Visual Studio Code +# https://github.com/enkia/tokyo-night-vscode-theme + +foreground #a9b1d6 +background #1a1b26 + +# Black +color0 #414868 +color8 #414868 + +# Red +color1 #f7768e +color9 #f7768e + +# Green +color2 #73daca +color10 #73daca + +# Yellow +color3 #e0af68 +color11 #e0af68 + +# Blue +color4 #7aa2f7 +color12 #7aa2f7 + +# Magenta +color5 #bb9af7 +color13 #bb9af7 + +# Cyan +color6 #7dcfff +color14 #7dcfff + +# White +color7 #c0caf5 +color15 #c0caf5 + +# Cursor +cursor #c0caf5 +cursor_text_color #1a1b26 + +# Selection highlight +selection_foreground none +selection_background #28344a + +# The color for highlighting URLs on mouse-over +url_color #9ece6a