Use Catppuccing theme for kitty

This commit is contained in:
~erin 2022-04-19 13:44:39 -04:00
parent 5bd8367d39
commit 4b09c0fd0a
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
2 changed files with 87 additions and 3 deletions

View File

@ -0,0 +1,83 @@
# vim:ft=kitty
background_opacity 0.50
## 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
# cursor
cursor_shape block

View File

@ -16,9 +16,10 @@ sync_to_monitor yes
cursor_shape block
editor nvim
input_delay 1
repaint_delay 1
input_delay 5
repaint_delay 10
sync_to_monitor yes
include theme.conf
include catppuccin.conf
allow_remote_control yes