From c4a64e2f1178080e6f893ad7c4da26a011382991 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Sun, 5 Sep 2021 17:12:14 +0200 Subject: [PATCH] added dracula.conf --- config/kitty/dracula.conf | 59 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 config/kitty/dracula.conf diff --git a/config/kitty/dracula.conf b/config/kitty/dracula.conf new file mode 100755 index 0000000..bcf5a1e --- /dev/null +++ b/config/kitty/dracula.conf @@ -0,0 +1,59 @@ +# https://draculatheme.com/kitty +# +# Installation instructions: +# +# cp dracula.conf ~/.config/kitty/ +# echo "include dracula.conf" >> ~/.config/kitty/kitty.conf +# +# Then reload kitty for the config to take affect. +# Alternatively copy paste below directly into kitty.conf + +foreground #f8f8f2 +background #282a36 +#background #000000 +selection_foreground #44475a +selection_background #f8f8f2 + +url_color #ffb86c + +# 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 #6272a4 +cursor_text_color background + +# Tab bar colors +active_tab_foreground #44475a +active_tab_background #f8f8f2 +inactive_tab_foreground #282a36 +inactive_tab_background #6272a4