Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add catppuccin theme #7

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
80 changes: 80 additions & 0 deletions colors/Catppuccin.conf
@@ -0,0 +1,80 @@
# vim:ft=kitty

## name: Catppuccin
## author: Pocco81 (https://github.com/Pocco81)
## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/catppuccin.conf
## blurb: Soothing pastel theme for the high-spirited!

# The basic colors
foreground #D9E0EE
background #1E1E2E
selection_foreground #D9E0EE
selection_background #575268

# Cursor colors
cursor #F5E0DC
cursor_text_color #1E1E2E

# URL underline color when hovering with mouse
url_color #F5E0DC

# kitty window border colors
active_border_color #C9CBFF
inactive_border_color #575268
bell_border_color #FAE3B0

# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system

#: Tab bar colors
active_tab_foreground #F5C2E7
active_tab_background #575268
inactive_tab_foreground #D9E0EE
inactive_tab_background #1E1E2E
tab_bar_background #161320

# Colors for marks (marked text in the terminal)

mark1_foreground #1E1E2E
mark1_background #96CDFB
mark2_foreground #1E1E2E
mark2_background #F5C2E7
mark3_foreground #1E1E2E
mark3_background #B5E8E0

#: The 16 terminal colors

#: black
color0 #6E6C7E
color8 #988BA2

#: red
color1 #F28FAD
color9 #F28FAD

#: green
color2 #ABE9B3
color10 #ABE9B3

#: yellow
color3 #FAE3B0
color11 #FAE3B0

#: blue
color4 #96CDFB
color12 #96CDFB

#: magenta
color5 #F5C2E7
color13 #F5C2E7

#: cyan
color6 #89DCEB
color14 #89DCEB

#: white
color7 #D9E0EE
color15 #D9E0EE