mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-02-06 02:45:24 +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:
84
cli/mc/everforest-light-medium.ini
Normal file
84
cli/mc/everforest-light-medium.ini
Normal file
@@ -0,0 +1,84 @@
|
||||
# Everforest skin for Midnight Commander
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
[skin]
|
||||
description = Everforest theme for MC
|
||||
|
||||
[Lines]
|
||||
horiz = ─
|
||||
vert = │
|
||||
lefttop = ┌
|
||||
righttop = ┐
|
||||
leftbottom = └
|
||||
rightbottom = ┘
|
||||
topmiddle = ┬
|
||||
bottommiddle = ┴
|
||||
leftmiddle = ├
|
||||
rightmiddle = ┤
|
||||
cross = ┼
|
||||
dhoriz = ═
|
||||
dvert = ║
|
||||
dlefttop = ╔
|
||||
drighttop = ╗
|
||||
dleftbottom = ╚
|
||||
drightbottom = ╝
|
||||
dtopmiddle = ╦
|
||||
dbottommiddle = ╩
|
||||
dleftmiddle = ╠
|
||||
drightmiddle = ╣
|
||||
|
||||
[core]
|
||||
_default_ = #5c6a72;#f3ead3
|
||||
selected = #5c6a72;#ede6cf
|
||||
marked = #dbbc7f;#f3ead3
|
||||
markselect = #dbbc7f;#ede6cf
|
||||
gauge = #a7c080;#f3ead3
|
||||
input = #5c6a72;#ede6cf
|
||||
inputmark = #dbbc7f;#ede6cf
|
||||
inputunchanged = #b3c0b0;#ede6cf
|
||||
commandlinemark = #dbbc7f;#f3ead3
|
||||
reverse = #f3ead3;#5c6a72
|
||||
|
||||
[dialog]
|
||||
_default_ = #5c6a72;#ede6cf
|
||||
dfocus = #7fbbb3;#ede6cf
|
||||
dhotnormal = #e67e80;#ede6cf
|
||||
dhotfocus = #e67e80;#e8e3cc
|
||||
|
||||
[error]
|
||||
_default_ = #e67e80;#f3ead3
|
||||
errdfocus = #e67e80;#ede6cf
|
||||
errdhotnormal = #dbbc7f;#f3ead3
|
||||
errdhotfocus = #dbbc7f;#ede6cf
|
||||
|
||||
[filehighlight]
|
||||
directory = #7fbbb3;
|
||||
executable = #a7c080;
|
||||
symlink = #83c092;
|
||||
stalelink = #e67e80;
|
||||
device = #d699b6;
|
||||
special = #dbbc7f;
|
||||
core = #e67e80;
|
||||
temp = #b3c0b0;
|
||||
archive = #e69875;
|
||||
doc = #7fbbb3;
|
||||
source = #a7c080;
|
||||
media = #d699b6;
|
||||
graph = #83c092;
|
||||
database = #dbbc7f;
|
||||
|
||||
[menu]
|
||||
_default_ = #5c6a72;#ede6cf
|
||||
menuhot = #e67e80;#ede6cf
|
||||
menusel = #5c6a72;#e8e3cc
|
||||
menuhotsel = #e67e80;#e8e3cc
|
||||
menuinactive = #b3c0b0;#ede6cf
|
||||
|
||||
[popupmenu]
|
||||
_default_ = #5c6a72;#ede6cf
|
||||
menusel = #5c6a72;#e8e3cc
|
||||
menutitle = #7fbbb3;#ede6cf
|
||||
|
||||
[buttonbar]
|
||||
hotkey = #e67e80;#f3ead3
|
||||
button = #5c6a72;#f3ead3
|
||||
Reference in New Issue
Block a user