Files
everforest-resources/terminals/kitty/template.conf
Ismo Vuorinen dd5e539bb5 feat: add missing project files and fix architecture compliance
- Add LICENSE file (MIT)
- Add CONTRIBUTING.md with generator-first workflow guidelines
- Add Makefile with comprehensive development commands
- Add .editorconfig for consistent code formatting
- Add CHANGELOG.md for version tracking
- Remove inconsistent non-variant files that bypassed generator architecture
- Fix installation script to use variant-specific paths (prevent config overwriting)
2025-09-06 00:36:23 +03:00

74 lines
1.4 KiB
Plaintext

# Everforest theme for Kitty
# Generated from template - do not edit manually
# Basic colors
foreground {{fg}}
background {{bg}}
selection_foreground {{fg}}
selection_background {{bg1}}
# Cursor colors
cursor {{fg}}
cursor_text_color {{bg}}
# URL underline color when hovering with mouse
url_color {{blue}}
# Kitty window border colors
active_border_color {{blue}}
inactive_border_color {{gray2}}
bell_border_color {{red}}
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
# Tab bar colors
active_tab_foreground {{fg}}
active_tab_background {{bg1}}
inactive_tab_foreground {{gray2}}
inactive_tab_background {{bg}}
tab_bar_background {{bg}}
# Colors for marks (marked text in the terminal)
mark1_foreground {{bg}}
mark1_background {{blue}}
mark2_foreground {{bg}}
mark2_background {{purple}}
mark3_foreground {{bg}}
mark3_background {{green}}
# The 16 terminal colors
# black
color0 {{bg}}
color8 {{gray1}}
# red
color1 {{red}}
color9 {{red}}
# green
color2 {{green}}
color10 {{green}}
# yellow
color3 {{yellow}}
color11 {{yellow}}
# blue
color4 {{blue}}
color12 {{blue}}
# magenta
color5 {{purple}}
color13 {{purple}}
# cyan
color6 {{aqua}}
color14 {{aqua}}
# white
color7 {{fg}}
color15 {{fg}}