dotfiles/.config/kitty/kitty.conf.cgt

84 lines
2.2 KiB
Plaintext
Raw Normal View History

font_family <% opt.term_font %>
2021-06-05 12:53:07 +02:00
background_opacity 0.8
# CATPPUCCIN THEME
## name: Catppuccin Kitty Mocha
## author: Catppuccin Org
## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
## blurb: Soothing pastel theme for the high-spirited!
# The basic colors
2024-01-14 18:27:37 +01:00
foreground #<% opt.catppuccin.text %>
background #<% opt.catppuccin.base %>
selection_foreground #<% opt.catppuccin.base %>
selection_background #<% opt.catppuccin.rosewater %>
# Cursor colors
2024-01-14 18:27:37 +01:00
cursor #<% opt.catppuccin.rosewater %>
cursor_text_color #<% opt.catppuccin.base %>
# URL underline color when hovering with mouse
2024-01-14 18:27:37 +01:00
url_color #<% opt.catppuccin.rosewater %>
# Kitty window border colors
2024-01-14 18:27:37 +01:00
active_border_color #<% opt.catppuccin.lavender %>
inactive_border_color #<% opt.catppuccin.overlay0 %>
bell_border_color #<% opt.catppuccin.yellow %>
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
# Tab bar colors
2024-01-14 18:27:37 +01:00
active_tab_foreground #<% opt.catppuccin.crust %>
active_tab_background #<% opt.catppuccin.mauve %>
inactive_tab_foreground #<% opt.catppuccin.text %>
inactive_tab_background #<% opt.catppuccin.mantle %>
tab_bar_background #<% opt.catppuccin.crust %>
# Colors for marks (marked text in the terminal)
2024-01-14 18:27:37 +01:00
mark1_foreground #<% opt.catppuccin.base %>
mark1_background #<% opt.catppuccin.lavender %>
mark2_foreground #<% opt.catppuccin.base %>
mark2_background #<% opt.catppuccin.mauve %>
mark3_foreground #<% opt.catppuccin.base %>
mark3_background #<% opt.catppuccin.sapphire %>
# The 16 terminal colors
2021-06-05 12:53:07 +02:00
# black
2024-01-14 18:27:37 +01:00
color0 #<% opt.catppuccin.surface1 %>
color8 #<% opt.catppuccin.surface2 %>
2021-06-05 12:53:07 +02:00
# red
2024-01-14 18:27:37 +01:00
color1 #<% opt.catppuccin.red %>
color9 #<% opt.catppuccin.red %>
2021-06-05 12:53:07 +02:00
# green
2024-01-14 18:27:37 +01:00
color2 #<% opt.catppuccin.green %>
color10 #<% opt.catppuccin.green %>
2021-06-05 12:53:07 +02:00
# yellow
2024-01-14 18:27:37 +01:00
color3 #<% opt.catppuccin.yellow %>
color11 #<% opt.catppuccin.yellow %>
2021-06-05 12:53:07 +02:00
# blue
2024-01-14 18:27:37 +01:00
color4 #<% opt.catppuccin.blue %>
color12 #<% opt.catppuccin.blue %>
2021-06-05 12:53:07 +02:00
# magenta
2024-01-14 18:27:37 +01:00
color5 #<% opt.catppuccin.pink %>
color13 #<% opt.catppuccin.pink %>
2021-06-05 12:53:07 +02:00
# cyan
2024-01-14 18:27:37 +01:00
color6 #<% opt.catppuccin.teal %>
color14 #<% opt.catppuccin.teal %>
2021-06-05 12:53:07 +02:00
# white
2024-01-14 18:27:37 +01:00
color7 #<% opt.catppuccin.subtext1 %>
color15 #<% opt.catppuccin.subtext0 %>