From cefb5fbb292653dfe2ccac3227853a1ade52aa37 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Mon, 17 Apr 2023 09:30:56 +0200 Subject: [PATCH] [update] Use the dracula theme with kitty Source: https://github.com/dracula/kitty --- .config/kitty/kitty.conf | 2 ++ .config/kitty/themes/dracula.conf | 56 +++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .config/kitty/themes/dracula.conf diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 2d0bf66..90e39a6 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,6 +1,8 @@ background #1d1f21 background_opacity 0.26 +include themes/dracula.conf + font_family FiraCode Nerd Font bold_font FiraCode Nerd Font Bold italic_font FiraCode Nerd Font Italic diff --git a/.config/kitty/themes/dracula.conf b/.config/kitty/themes/dracula.conf new file mode 100644 index 0000000..309f134 --- /dev/null +++ b/.config/kitty/themes/dracula.conf @@ -0,0 +1,56 @@ +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