From 060d26a571bb3561d6198a7812b5ecdc9d9830d0 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Tue, 26 Mar 2024 19:13:48 -0400 Subject: New Hyprland/Waybar/Kitty --- .config/kitty/kitty.conf | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .config/kitty/kitty.conf (limited to '.config/kitty/kitty.conf') diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..56c0307 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,40 @@ +font_size 12.0 +font_family jetbrains mono + +# special +foreground #444444 +background #eeeeee +cursor #444444 +cursor_text_color background + +# black +color0 #eeeeee +color8 #bcbcbc + +# red +color1 #af0000 +color9 #d70000 + +# green +color2 #008700 +color10 #d70087 + +# yellow +color3 #5f8700 +color11 #8700af + +# blue +color4 #0087af +color12 #d75f00 + +# magenta +color5 #878787 +color13 #d75f00 + +# cyan +color6 #005f87 +color14 #005faf + +# white +color7 #444444 +color15 #005f87 -- cgit v1.2.3