Files
everforest-resources/cli/gitui/theme-dark-soft.ron
Ismo Vuorinen 5c0e8b0f40 feat: enhance install script and theme generation
- install.sh now installs all variants when run without parameters
- preserve single-variant mode when --variant is specified
- add variant names to generated file headers for clarity
- fix tool name extraction to preserve compound names like git-delta
- fix CSS variable preservation during header generation
2025-09-09 00:01:46 +03:00

27 lines
717 B
Plaintext

// Everforest dark-soft theme for GitUI
// Generated from template - do not edit manually
(
selected_tab: "#dbbc7f",
command_fg: "#d3c6aa",
selection_bg: "#3a464c",
selection_fg: "#d3c6aa",
cmdbar_bg: "#323d43",
cmdbar_extra_lines_bg: "#3a464c",
disabled_fg: "#859289",
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: "#323d43",
tag_fg: "#dbbc7f",
branch_fg: "#a7c080"
)