mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 11:13:59 +00:00
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)
This commit is contained in:
73
terminals/kitty/template.conf
Normal file
73
terminals/kitty/template.conf
Normal file
@@ -0,0 +1,73 @@
|
||||
# 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}}
|
||||
Reference in New Issue
Block a user