From e779fb486b69c0000c8e0d1e05c4670ce2de667e Mon Sep 17 00:00:00 2001 From: koehr Date: Sat, 26 Oct 2019 16:40:23 +0200 Subject: [PATCH] updates kitty config --- dot.config/kitty/base16-atelier-heath.conf | 46 ++++++++++++++++ dot.config/kitty/kitty.conf | 60 +-------------------- dot.config/kitty/mario-plays-the-blues.conf | 59 ++++++++++++++++++++ 3 files changed, 106 insertions(+), 59 deletions(-) create mode 100644 dot.config/kitty/base16-atelier-heath.conf create mode 100644 dot.config/kitty/mario-plays-the-blues.conf diff --git a/dot.config/kitty/base16-atelier-heath.conf b/dot.config/kitty/base16-atelier-heath.conf new file mode 100644 index 0000000..ee6d54d --- /dev/null +++ b/dot.config/kitty/base16-atelier-heath.conf @@ -0,0 +1,46 @@ +active_border_color #776977 +inactive_border_color #333 +bell_border_color #ff5a00 +inactive_text_alpha 0.5 + +tab_bar_edge bottom +tab_bar_margin_width 0.0 +tab_bar_style fade +#: The tab bar style, can be one of: fade or separator. + +tab_fade 0.2 0.5 0.8 1 +# tab_separator " ┇" + +active_tab_foreground #1b181b +active_tab_background #ab9bab +active_tab_font_style normal +inactive_tab_foreground #ab9bab +inactive_tab_background #1b181b +inactive_tab_font_style normal + +background_opacity 1.0 +dynamic_background_opacity no +dim_opacity 0.5 +selection_foreground #000000 +selection_background #bb8a35 + +foreground #ab9bab +background #1b181b +cursor #ab9bab + +color0 #1b181b +color8 #776977 +color1 #ca402b +color9 #ca402b +color2 #918b3b +color10 #918b3b +color3 #bb8a35 +color11 #bb8a35 +color4 #516aec +color12 #516aec +color5 #7b59c0 +color13 #7b59c0 +color6 #159393 +color14 #159393 +color7 #ab9bab +color15 #f7f3f7 diff --git a/dot.config/kitty/kitty.conf b/dot.config/kitty/kitty.conf index 50b9f35..35b34c0 100644 --- a/dot.config/kitty/kitty.conf +++ b/dot.config/kitty/kitty.conf @@ -64,65 +64,7 @@ window_margin_width 0.0 # single_window_margin_width -1000.0 window_padding_width 4.0 -active_border_color #3f2e26 -inactive_border_color #333 -bell_border_color #ff5a00 -inactive_text_alpha 0.5 - -tab_bar_edge bottom -tab_bar_margin_width 0.0 -tab_bar_style fade -#: The tab bar style, can be one of: fade or separator. - -tab_fade 0.2 0.5 0.8 1 -# tab_separator " ┇" - -active_tab_foreground #aca4a1 -active_tab_background #3f2e26 -active_tab_font_style bold-italic -inactive_tab_foreground #3f2e26 -inactive_tab_background #2a180e -inactive_tab_font_style normal - -background #2a180e -foreground #aca4a1 -background_opacity 1.0 -dynamic_background_opacity no -dim_opacity 0.5 -selection_foreground #000000 -selection_background #FFFACD - -# black -color0 #2b2b2b -color8 #424242 - -# red -color1 #ba9897 -color9 #d0b9b9 - -# green -color2 #97ba98 -color10 #b9d0b9 - -# yellow -color3 #b9ba97 -color11 #d0d0b9 - -# blue -color4 #9897ba -color12 #b9b9d0 - -# magenta -color5 #ba97b9 -color13 #d0b9d0 - -# cyan -color6 #97b9ba -color14 #b9d0d0 - -# white -color7 #d2d2d2 -color15 #ffffff +include base16-atelier-heath.conf shell . editor . diff --git a/dot.config/kitty/mario-plays-the-blues.conf b/dot.config/kitty/mario-plays-the-blues.conf new file mode 100644 index 0000000..98ff3b7 --- /dev/null +++ b/dot.config/kitty/mario-plays-the-blues.conf @@ -0,0 +1,59 @@ +active_border_color #3f2e26 +inactive_border_color #333 +bell_border_color #ff5a00 +inactive_text_alpha 0.5 + +tab_bar_edge bottom +tab_bar_margin_width 0.0 +tab_bar_style fade +#: The tab bar style, can be one of: fade or separator. + +tab_fade 0.2 0.5 0.8 1 +# tab_separator " ┇" + +active_tab_foreground #aca4a1 +active_tab_background #3f2e26 +active_tab_font_style bold-italic +inactive_tab_foreground #3f2e26 +inactive_tab_background #2a180e +inactive_tab_font_style normal + +background #2a180e +foreground #aca4a1 +background_opacity 1.0 +dynamic_background_opacity no +dim_opacity 0.5 +selection_foreground #000000 +selection_background #FFFACD + +# black +color0 #2b2b2b +color8 #424242 + +# red +color1 #ba9897 +color9 #d0b9b9 + +# green +color2 #97ba98 +color10 #b9d0b9 + +# yellow +color3 #b9ba97 +color11 #d0d0b9 + +# blue +color4 #9897ba +color12 #b9b9d0 + +# magenta +color5 #ba97b9 +color13 #d0b9d0 + +# cyan +color6 #97b9ba +color14 #b9d0d0 + +# white +color7 #d2d2d2 +color15 #ffffff