From 5895e35a6216229d1babdd1de0929974f11cabde Mon Sep 17 00:00:00 2001 From: Marat Date: Sun, 27 Oct 2024 00:27:55 +0600 Subject: [PATCH] add kitty themes --- roles/dots/files/config/kitty/iceberg.conf | 47 +++++++++++++++ .../dots/files/config/kitty/monokai-pro.conf | 59 +++++++++++++++++++ .../files/config/kitty/solarized_dark.conf | 28 +++++++++ 3 files changed, 134 insertions(+) create mode 100644 roles/dots/files/config/kitty/iceberg.conf create mode 100644 roles/dots/files/config/kitty/monokai-pro.conf create mode 100644 roles/dots/files/config/kitty/solarized_dark.conf diff --git a/roles/dots/files/config/kitty/iceberg.conf b/roles/dots/files/config/kitty/iceberg.conf new file mode 100644 index 0000000..07d46ed --- /dev/null +++ b/roles/dots/files/config/kitty/iceberg.conf @@ -0,0 +1,47 @@ + +background #161821 +foreground #c6c8d1 + +selection_background #1e2132 +selection_foreground #c6c8d1 + +cursor #d2d4de + +# black +color0 #161821 +color8 #6b7089 + +# red +color1 #e27878 +color9 #e98989 + +# green +color2 #b4be82 +color10 #c0ca8e + +# yellow/orange +color3 #e2a478 +color11 #e9b189 + +# blue +color4 #84a0c6 +color12 #91acd1 + +# magenta/purple +color5 #a093c7 +color13 #ada0d3 + +# cyan +color6 #89b8c2 +color14 #95c4ce + +# white +color7 #c6c8d1 +color15 #d2d4de + +# tab bar +active_tab_foreground #161821 +active_tab_background #84a0c6 +inactive_tab_foreground #d2d4de +inactive_tab_background #353a50 +tab_bar_background #0f1117 diff --git a/roles/dots/files/config/kitty/monokai-pro.conf b/roles/dots/files/config/kitty/monokai-pro.conf new file mode 100644 index 0000000..0322047 --- /dev/null +++ b/roles/dots/files/config/kitty/monokai-pro.conf @@ -0,0 +1,59 @@ +# Monokai-pro for Kitty +# Based on https://www.monokai.pro/ + +foreground #fcfcfa +background #2d2a2e +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 \ No newline at end of file diff --git a/roles/dots/files/config/kitty/solarized_dark.conf b/roles/dots/files/config/kitty/solarized_dark.conf new file mode 100644 index 0000000..0bddb75 --- /dev/null +++ b/roles/dots/files/config/kitty/solarized_dark.conf @@ -0,0 +1,28 @@ +# vim:ft=kitty + +## name: Solarized Dark +## author: Ethan Schoonover +## license: MIT +## blurb: Precision colors for machines and people + +background #002b36 +foreground #839496 +cursor #708183 +selection_background #073642 +color0 #002731 +color8 #001e26 +color1 #d01b24 +color9 #bd3612 +color2 #728905 +color10 #465a61 +color3 #a57705 +color11 #52676f +color4 #2075c7 +color12 #708183 +color5 #c61b6e +color13 #5856b9 +color6 #259185 +color14 #81908f +color7 #e9e2cb +color15 #fcf4dc +selection_foreground #93a1a1