diff options
author | Sn4il <sn4il@thedroth.rocks> | 2024-03-08 10:19:14 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2024-03-08 10:19:14 +0300 |
commit | d319d894da2be96eaca81aeca62c4f53bb528c56 (patch) | |
tree | dfcdf7e377279975fe03ec481126f38b93963f0d /kitty/kitty.conf | |
parent | 4f30cb66ec97ba242ff87c8c0a148d4860b52a9b (diff) | |
download | dotfiles-d319d894da2be96eaca81aeca62c4f53bb528c56.tar.gz dotfiles-d319d894da2be96eaca81aeca62c4f53bb528c56.zip |
light themes
Diffstat (limited to 'kitty/kitty.conf')
-rw-r--r-- | kitty/kitty.conf | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..f49a5cd --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,87 @@ +font_size 14.0 + +# vim:ft=kitty + +## name: Catppuccin Kitty Latte +## author: Catppuccin Org +## license: MIT +## upstream: https://github.com/catppuccin/kitty/blob/main/themes/latte.conf +## blurb: Soothing pastel theme for the high-spirited! + + + +# The basic colors +foreground #4C4F69 +#background #EFF1F5 +background lightgrey +selection_foreground #EFF1F5 +selection_background #DC8A78 + +# Cursor colors +cursor #DC8A78 +cursor_text_color #EFF1F5 + +# URL underline color when hovering with mouse +url_color #DC8A78 + +# Kitty window border colors +active_border_color #7287FD +inactive_border_color #9CA0B0 +bell_border_color #DF8E1D + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #EFF1F5 +active_tab_background #8839EF +inactive_tab_foreground #4C4F69 +inactive_tab_background #9CA0B0 +tab_bar_background #BCC0CC + +# Colors for marks (marked text in the terminal) +mark1_foreground #EFF1F5 +mark1_background #7287fD +mark2_foreground #EFF1F5 +mark2_background #8839EF +mark3_foreground #EFF1F5 +mark3_background #209FB5 + +# The 16 terminal colors + +# black +color0 #5C5F77 +color8 #6C6F85 + +# red +color1 #D20F39 +color9 #D20F39 + +# green +color2 #40A02B +color10 #40A02B + +# yellow +color3 #DF8E1D +color11 #DF8E1D + +# blue +color4 #1E66F5 +color12 #1E66F5 + +# magenta +color5 #EA76CB +color13 #EA76CB + +# cyan +color6 #179299 +color14 #179299 + +# white +color7 #ACB0BE +color15 #BCC0CC + + +# Added by Gogh +include colors.conf |