summaryrefslogtreecommitdiff
path: root/config/kitty/kitty.conf
diff options
context:
space:
mode:
authorMatthew Kosarek <matt.kosarek@canonical.com>2025-05-07 10:30:49 -0400
committerMatthew Kosarek <matt.kosarek@canonical.com>2025-05-07 10:30:49 -0400
commitbec46c3de8eb6e39580f42bff2aac2080d5155ed (patch)
treecaae4a8b7b10c9b4c2906aacb2826903aee8353e /config/kitty/kitty.conf
parent7b6a852aae5cd31ed2043492b5e8029293f49e7a (diff)
Add kitty configuration
Diffstat (limited to 'config/kitty/kitty.conf')
-rw-r--r--config/kitty/kitty.conf61
1 files changed, 61 insertions, 0 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf
new file mode 100644
index 0000000..94085a2
--- /dev/null
+++ b/config/kitty/kitty.conf
@@ -0,0 +1,61 @@
+font_family JetBrains Mono
+font_size 10
+hide_window_decorations yes
+
+# https://draculatheme.com/kitty
+foreground #f8f8f2
+background #282a36
+selection_foreground #ffffff
+selection_background #44475a
+
+url_color #8be9fd
+
+# black
+color0 #21222c
+color8 #6272a4
+
+# red
+color1 #ff5555
+color9 #ff6e6e
+
+# green
+color2 #50fa7b
+color10 #69ff94
+
+# yellow
+color3 #f1fa8c
+color11 #ffffa5
+
+# blue
+color4 #bd93f9
+color12 #d6acff
+
+# magenta
+color5 #ff79c6
+color13 #ff92df
+
+# cyan
+color6 #8be9fd
+color14 #a4ffff
+
+# white
+color7 #f8f8f2
+color15 #ffffff
+
+# Cursor colors
+cursor #f8f8f2
+cursor_text_color background
+
+# Tab bar colors
+active_tab_foreground #282a36
+active_tab_background #f8f8f2
+inactive_tab_foreground #282a36
+inactive_tab_background #6272a4
+
+# Marks
+mark1_foreground #282a36
+mark1_background #ff5555
+
+# Splits/Windows
+active_border_color #f8f8f2
+inactive_border_color #6272a4 \ No newline at end of file