Skip to content
Discussion options

You must be logged in to vote

Kitty is not one of the built-in targets, but the CLI has user templates for exactly this kind of case.

Create a template here:

mkdir -p ~/.config/caelestia/templates
$EDITOR ~/.config/caelestia/templates/kitty.conf

Example template:

foreground #{{ onSurface.hex }}
background #{{ surface.hex }}
cursor #{{ secondary.hex }}
selection_background #{{ secondary.hex }}

color0  #{{ term0.hex }}
color1  #{{ term1.hex }}
color2  #{{ term2.hex }}
color3  #{{ term3.hex }}
color4  #{{ term4.hex }}
color5  #{{ term5.hex }}
color6  #{{ term6.hex }}
color7  #{{ term7.hex }}
color8  #{{ term8.hex }}
color9  #{{ term9.hex }}
color10 #{{ term10.hex }}
color11 #{{ term11.hex }}
color12 #{{ term12.hex }}
co…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@errortype-Null
Comment options

Answer selected by errortype-Null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants