From 16be23257fd3723a5df559dc6fa7ca44395ba5b6 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 1 Nov 2024 17:57:03 +0100 Subject: Kitty... --- install.sh | 4 ++++ kitty/kitty.conf | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 kitty/kitty.conf diff --git a/install.sh b/install.sh index f1e4768..8810d96 100755 --- a/install.sh +++ b/install.sh @@ -44,6 +44,10 @@ cp git/gitconfig ~/.gitconfig mkdir -p "$CONFIG/gdb" cp gdb/gdbinit "$CONFIG/gdb/gdbinit" +# kitty +mkdir -p "$CONFIG/kitty" +cp kitty/kitty.conf "$CONFIG/kitty/kitty.conf" + # X11 cp X11/xinitrc ~/.xinitrc diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..938d589 --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,34 @@ +font_family family="JetBrains Mono NL" +bold_font auto +italic_font auto +bold_italic_font auto + +# 1984 theme by Bertie Blackman, https://github.com/covertbert/iterm2-1984/ + +foreground #ffffff +background #0d0f31 +selection_foreground #000000 +selection_background #00d5eb +color0 #000000 +color1 #ff16b0 +color2 #b3f361 +color3 #ffea16 +color4 #46bdff +color5 #f806fa +color6 #59e1e3 +color7 #feffff +color8 #000000 +color9 #ff16b0 +color10 #b3f361 +color11 #ffea16 +color12 #46bdff +color13 #f806fa +color14 #6be4e6 +color15 #feffff + +# URL styles +url_color #f806fa +url_style single + +# Cursor styles +cursor #59e1e3 -- cgit v1.3