diff options
author | listout <listout@protonmail.com> | 2023-04-02 11:01:23 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2023-04-02 11:01:23 +0530 |
commit | f2688cab5e72c46ebe785a31792a5f5c50f1361d (patch) | |
tree | bf7c49bbba945ab437204de6ea45ebfdbd414b34 | |
parent | 0b723758097420c6ef01cb6549d70ba35358437a (diff) |
kitty using catppucin colorscheme
Signed-off-by: listout <listout@protonmail.com>
-rw-r--r-- | .config/kitty/current-theme.conf | 122 | ||||
-rw-r--r-- | .config/kitty/kitty.conf | 10 |
2 files changed, 83 insertions, 49 deletions
diff --git a/.config/kitty/current-theme.conf b/.config/kitty/current-theme.conf index 70aa01e..4a95930 100644 --- a/.config/kitty/current-theme.conf +++ b/.config/kitty/current-theme.conf @@ -1,46 +1,80 @@ # vim:ft=kitty -## name: Kanagawa -## license: MIT -## author: Tommaso Laurenzi -## upstream: https://github.com/rebelot/kanagawa.nvim/ - - -background #1F1F28 -foreground #DCD7BA -selection_background #2D4F67 -selection_foreground #C8C093 -url_color #72A7BC -cursor #C8C093 - -# Tabs -active_tab_background #1F1F28 -active_tab_foreground #DCD7BA -inactive_tab_background #1F1F28 -inactive_tab_foreground #C8C093 -#tab_bar_background #15161E - -# normal -color0 #090618 -color1 #C34043 -color2 #76946A -color3 #C0A36E -color4 #7E9CD8 -color5 #957FB8 -color6 #6A9589 -color7 #C8C093 - -# bright -color8 #727169 -color9 #E82424 -color10 #98BB6C -color11 #E6C384 -color12 #7FB4CA -color13 #938AA9 -color14 #7AA89F -color15 #DCD7BA - - -# extended colors -color16 #FFA066 -color17 #FF5D62 +## name: Catppuccin Kitty Macchiato +## author: Catppuccin Org +## license: MIT +## upstream: https://github.com/catppuccin/kitty/blob/main/macchiato.conf +## blurb: Soothing pastel theme for the high-spirited! + + + +# The basic colors +foreground #CAD3F5 +background #24273A +selection_foreground #24273A +selection_background #F4DBD6 + +# Cursor colors +cursor #F4DBD6 +cursor_text_color #24273A + +# URL underline color when hovering with mouse +url_color #F4DBD6 + +# Kitty window border colors +active_border_color #B7BDF8 +inactive_border_color #6E738D +bell_border_color #EED49F + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #181926 +active_tab_background #C6A0F6 +inactive_tab_foreground #CAD3F5 +inactive_tab_background #1E2030 +tab_bar_background #181926 + +# Colors for marks (marked text in the terminal) +mark1_foreground #24273A +mark1_background #B7BDF8 +mark2_foreground #24273A +mark2_background #C6A0F6 +mark3_foreground #24273A +mark3_background #7DC4E4 + +# The 16 terminal colors + +# black +color0 #494D64 +color8 #5B6078 + +# red +color1 #ED8796 +color9 #ED8796 + +# green +color2 #A6DA95 +color10 #A6DA95 + +# yellow +color3 #EED49F +color11 #EED49F + +# blue +color4 #8AADF4 +color12 #8AADF4 + +# magenta +color5 #F5BDE6 +color13 #F5BDE6 + +# cyan +color6 #8BD5CA +color14 #8BD5CA + +# white +color7 #B8C0E0 +color15 #A5ADCB diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index dd9e3ed..74da98c 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,11 +1,11 @@ -font_family Iosevka Term Semibold -bold_font Iosevka Term Heavy -italic_font Iosevka Term Semibold Italic -bold_italic_font Iosevka Term Heavy Italic +font_family Cascadia Code Semibold +bold_font Cascadia Code Bold +italic_font Cascadia Code Semibold Italic +bold_italic_font Cascadia Code Bold Italic enable_audio_bell no -font_size 14 +font_size 12 window_padding_width 0 |