diff --git a/.config/kitty/current-theme.conf b/.config/kitty/current-theme.conf new file mode 100644 index 0000000..9dccd88 --- /dev/null +++ b/.config/kitty/current-theme.conf @@ -0,0 +1,21 @@ +background #1e1e1e +foreground #b8bcb9 +cursor #eee +selection_background #efcc00 +color0 #3a3c43 +color8 #888987 +color1 #be3e48 +color9 #fb001e +color2 #869a3a +color10 #0e712e +color3 #c4a535 +color11 #c37033 +color4 #4e76a1 +color12 #176ce3 +color5 #855b8d +color13 #fb0067 +color6 #568ea3 +color14 #2d6f6c +color7 #b8bcb9 +color15 #fcffb8 +selection_foreground #1e1e1e diff --git a/.config/kitty/dark-one.conf b/.config/kitty/dark-one.conf new file mode 100644 index 0000000..04bd5fe --- /dev/null +++ b/.config/kitty/dark-one.conf @@ -0,0 +1,29 @@ +# Colors + +foreground #979eab +background #282c34 + +color0 #282c34 +color1 #e06c75 +color2 #98c379 +color3 #e5c07b +color4 #61afef +color5 #be5046 +color6 #56b6c2 +color7 #979eab +color8 #393e48 +color9 #d19a66 +color10 #56b6c2 +color11 #e5c07b +color12 #61afef +color13 #be5046 +color14 #56b6c2 +color15 #abb2bf + +# Tab Bar + +active_tab_foreground #282c34 +active_tab_background #979eab +inactive_tab_foreground #abb2bf +inactive_tab_background #282c34 + diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..f05017f --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,16 @@ +# Color Scheme template Green Armed + +font_family Fira Code +italic_font auto +bold_font auto +bold_italic_font auto +window_margin_width 4.0 + +font_size 10.0 +background_opacity 1 + +enable_audio_bell no + +tab_bar_style powerline + +include current-theme.conf diff --git a/.config/kitty/kitty.conf.bak b/.config/kitty/kitty.conf.bak new file mode 100644 index 0000000..a8d87a5 --- /dev/null +++ b/.config/kitty/kitty.conf.bak @@ -0,0 +1,23 @@ +# Color Scheme template Green Armed + +font_family Fira Code +#font_family Hack Nerd font +#font_family Source Code Pro +italic_font auto +bold_font auto +bold_italic_font auto + +font_size 10.0 +background_opacity 1 + +tab_bar_style powerline + +#include monokai-pro-dimmed.conf +#include dark-one.conf + + + +# BEGIN_KITTY_THEME +# Monokai Soda +include current-theme.conf +# END_KITTY_THEME diff --git a/.config/kitty/monokai-pro-dimmed.conf b/.config/kitty/monokai-pro-dimmed.conf new file mode 100644 index 0000000..9dccd88 --- /dev/null +++ b/.config/kitty/monokai-pro-dimmed.conf @@ -0,0 +1,21 @@ +background #1e1e1e +foreground #b8bcb9 +cursor #eee +selection_background #efcc00 +color0 #3a3c43 +color8 #888987 +color1 #be3e48 +color9 #fb001e +color2 #869a3a +color10 #0e712e +color3 #c4a535 +color11 #c37033 +color4 #4e76a1 +color12 #176ce3 +color5 #855b8d +color13 #fb0067 +color6 #568ea3 +color14 #2d6f6c +color7 #b8bcb9 +color15 #fcffb8 +selection_foreground #1e1e1e diff --git a/.config/kitty/monokai-pro-soda.conf b/.config/kitty/monokai-pro-soda.conf new file mode 100644 index 0000000..eb7a24d --- /dev/null +++ b/.config/kitty/monokai-pro-soda.conf @@ -0,0 +1,21 @@ +background #191919 +foreground #c4c4b5 +cursor #f6f6ec +selection_background #343434 +color0 #191919 +color8 #615e4b +color1 #f3005f +color9 #f3005f +color2 #97e023 +color10 #97e023 +color3 #fa8419 +color11 #dfd561 +color4 #9c64fe +color12 #9c64fe +color5 #f3005f +color13 #f3005f +color6 #57d1ea +color14 #57d1ea +color7 #c4c4b5 +color15 #f6f6ee +selection_foreground #191919 diff --git a/.config/kitty/monokai-pro.conf b/.config/kitty/monokai-pro.conf new file mode 100644 index 0000000..e666699 --- /dev/null +++ b/.config/kitty/monokai-pro.conf @@ -0,0 +1,61 @@ +# Monokai-pro for Kitty +# Based on https://www.monokai.pro/ +# src : https://github.com/langolf/kitty-monokaipro/blob/master/kitty-monokaipro.conf + +foreground #fcfcfa +background #2d2a2e +background #000000 +selection_foreground #19181a +selection_background #ffd866 +url_color #78dce8 +cursor #fcfcfa +cursor_text_color #2d2a2e + +active_tab_background #ffd866 +active_tab_foreground #19181a +active_tab_font_style bold +inactive_tab_background #2d2a2e +inactive_tab_foreground #fcfcfa +inactive_tab_font_style normal +tab_fade 0.1 0.2 0.8 1 +tab_bar_margin_width 1.0 + +dim_opacity 0.5 +inactive_text_alpha 0.5 +active_border_color #19181a +draw_minimal_borders yes +window_padding_width 10 +window_margin_width 0 +macos_titlebar_color background + +# black +color0 #19181a +color8 #19181a + +# red +color1 #FF5C57 +color9 #FF5C57 + +# green +color2 #a9dc76 +color10 #a9dc76 + +# yellow +color3 #ffd866 +color11 #ffd866 + +# blue +color4 #3399cc +color12 #3399cc + +# magenta +color5 #ff6188 +color13 #ff6188 + +# cyan +color6 #78dce8 +color14 #78dce8 + +# white +color7 #fcfcfa +color15 #fcfcfa