Files
everforest-resources/cli/gitui/theme-light-hard.ron
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

27 lines
707 B
Plaintext

// Everforest theme for GitUI
// Generated from template - do not edit manually
(
selected_tab: "#dbbc7f",
command_fg: "#5c6a72",
selection_bg: "#f4f0d9",
selection_fg: "#5c6a72",
cmdbar_bg: "#fdf6e3",
cmdbar_extra_lines_bg: "#f4f0d9",
disabled_fg: "#b3c0b0",
diff_line_add: "#a7c080",
diff_line_delete: "#e67e80",
diff_file_added: "#a7c080",
diff_file_removed: "#e67e80",
diff_file_moved: "#d699b6",
diff_file_modified: "#dbbc7f",
commit_hash: "#d699b6",
commit_time: "#83c092",
commit_author: "#e69875",
danger_fg: "#e67e80",
push_gauge_bg: "#7fbbb3",
push_gauge_fg: "#fdf6e3",
tag_fg: "#dbbc7f",
branch_fg: "#a7c080"
)