catppuccin.conf (1483B)
1 # vim:ft=kitty 2 3 ## name: Catppuccin Kitty Mocha 4 ## author: Catppuccin Org 5 ## license: MIT 6 ## upstream: https://github.com/catppuccin/kitty/blob/main/themes/mocha.conf 7 ## blurb: Soothing pastel theme for the high-spirited! 8 9 10 11 # The basic colors 12 foreground #cdd6f4 13 background #1e1e2e 14 selection_foreground #1e1e2e 15 selection_background #f5e0dc 16 17 # Cursor colors 18 cursor #f5e0dc 19 cursor_text_color #1e1e2e 20 21 # URL underline color when hovering with mouse 22 url_color #f5e0dc 23 24 # Kitty window border colors 25 active_border_color #b4befe 26 inactive_border_color #6c7086 27 bell_border_color #f9e2af 28 29 # OS Window titlebar colors 30 wayland_titlebar_color system 31 macos_titlebar_color system 32 33 # Tab bar colors 34 active_tab_foreground #11111b 35 active_tab_background #cba6f7 36 inactive_tab_foreground #cdd6f4 37 inactive_tab_background #181825 38 tab_bar_background #11111b 39 40 # Colors for marks (marked text in the terminal) 41 mark1_foreground #1e1e2e 42 mark1_background #b4befe 43 mark2_foreground #1e1e2e 44 mark2_background #cba6f7 45 mark3_foreground #1e1e2e 46 mark3_background #74c7ec 47 48 # The 16 terminal colors 49 50 # black 51 color0 #45475a 52 color8 #585b70 53 54 # red 55 color1 #f38ba8 56 color9 #f38ba8 57 58 # green 59 color2 #a6e3a1 60 color10 #a6e3a1 61 62 # yellow 63 color3 #f9e2af 64 color11 #f9e2af 65 66 # blue 67 color4 #89b4fa 68 color12 #89b4fa 69 70 # magenta 71 color5 #f5c2e7 72 color13 #f5c2e7 73 74 # cyan 75 color6 #94e2d5 76 color14 #94e2d5 77 78 # white 79 color7 #bac2de 80 color15 #a6adc8