|
| 1 | +## name: Catppuccin Latte 🐑 |
| 2 | +## author: Pocco81 (https://github.com/Pocco81) |
| 3 | +## license: MIT |
| 4 | +## upstream: https://github.com/catppuccin/kitty/blob/main/latte.conf |
| 5 | +## blurb: Soothing pastel theme for the high-spirited! |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | +# The basic colors |
| 10 | +foreground #4C4F69 |
| 11 | +background #EFF1F5 |
| 12 | +selection_foreground #EFF1F5 |
| 13 | +selection_background #DC8A78 |
| 14 | + |
| 15 | +# Cursor colors |
| 16 | +cursor #DC8A78 |
| 17 | +cursor_text_color #EFF1F5 |
| 18 | + |
| 19 | +# URL underline color when hovering with mouse |
| 20 | +url_color #7287FD |
| 21 | + |
| 22 | +# Kitty window border colors |
| 23 | +active_border_color #8839EF |
| 24 | +inactive_border_color #7C7F93 |
| 25 | +bell_border_color #E64553 |
| 26 | + |
| 27 | +# OS Window titlebar colors |
| 28 | +wayland_titlebar_color system |
| 29 | +macos_titlebar_color system |
| 30 | + |
| 31 | +# Tab bar colors |
| 32 | +active_tab_foreground #EFF1F5 |
| 33 | +active_tab_background #8839EF |
| 34 | +inactive_tab_foreground #4C4F69 |
| 35 | +inactive_tab_background #9CA0B0 |
| 36 | +tab_bar_background #BCC0CC |
| 37 | + |
| 38 | +# Colors for marks (marked text in the terminal) |
| 39 | +mark1_foreground #EFF1F5 |
| 40 | +mark1_background #1E66F5 |
| 41 | +mark2_foreground #EFF1F5 |
| 42 | +mark2_background #8839EF |
| 43 | +mark3_foreground #EFF1F5 |
| 44 | +mark3_background #209FB5 |
| 45 | + |
| 46 | +# The 16 terminal colors |
| 47 | + |
| 48 | +# black |
| 49 | +color0 #4C4F69 |
| 50 | +color8 #6C6F85 |
| 51 | + |
| 52 | +# red |
| 53 | +color1 #D20F39 |
| 54 | +color9 #D20F39 |
| 55 | + |
| 56 | +# green |
| 57 | +color2 #40A02B |
| 58 | +color10 #40A02B |
| 59 | + |
| 60 | +# yellow |
| 61 | +color3 #DF8E1D |
| 62 | +color11 #DF8E1D |
| 63 | + |
| 64 | +# blue |
| 65 | +color4 #1E66F5 |
| 66 | +color12 #1E66F5 |
| 67 | + |
| 68 | +# magenta |
| 69 | +color5 #EA76CB |
| 70 | +color13 #EA76CB |
| 71 | + |
| 72 | +# cyan |
| 73 | +color6 #179299 |
| 74 | +color14 #179299 |
| 75 | + |
| 76 | +# white |
| 77 | +color7 #ACB0BE |
| 78 | +color15 #ACB0BE |
0 commit comments