-
-
Notifications
You must be signed in to change notification settings - Fork 33
Add 11 modern color scheme skins for MC #4775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rafaelvzago
wants to merge
12
commits into
MidnightCommander:master
Choose a base branch
from
rafaelvzago:add-modern-mc-skins
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
c133a8d
feat(skins): add 11 modern color scheme skins for MC
rafaelvzago 877303b
Fix invisible text in Catppuccin and Tokyo Night skins
rafaelvzago 30af4a5
Fix visibility issues in catppuccin and catppuccin-latte skins
rafaelvzago d01ed40
Address additional PR review comments
rafaelvzago aea593c
Fix diff viewer contrast issues in modern skins
rafaelvzago c6252b4
Further reduce diff viewer background vibrancy (Round 2)
rafaelvzago cd04c78
Improve diff viewer contrast significantly (Round 3)
rafaelvzago efe4dd5
Fix Catppuccin diff viewer - maximum contrast with neutral backgrounds
rafaelvzago b07615c
Fix Catppuccin diff viewer with proper format and high contrast
rafaelvzago 222eaf7
Fix Catppuccin diff viewer contrast with colored text approach
rafaelvzago 55a9762
Fix Catppuccin diff viewer - restore distinct colors for each diff type
rafaelvzago d9f6bde
Merge branch 'master' into add-modern-mc-skins
rafaelvzago File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
# Catppuccin Latte (Light) theme for Midnight Commander | ||
# Based on the Catppuccin color scheme: https://github.com/catppuccin/catppuccin | ||
# Light version of the soothing pastel theme | ||
|
||
[skin] | ||
description = Catppuccin Latte - Light soothing pastel theme | ||
256colors = true | ||
|
||
[Lines] | ||
horiz = ─ | ||
vert = │ | ||
lefttop = ┌ | ||
righttop = ┐ | ||
leftbottom = └ | ||
rightbottom = ┘ | ||
topmiddle = ┬ | ||
bottommiddle = ┴ | ||
leftmiddle = ├ | ||
rightmiddle = ┤ | ||
cross = ┼ | ||
dhoriz = ─ | ||
dvert = │ | ||
dlefttop = ┌ | ||
drighttop = ┐ | ||
dleftbottom = └ | ||
drightbottom = ┘ | ||
dtopmiddle = ┬ | ||
dbottommiddle = ┴ | ||
dleftmiddle = ├ | ||
drightmiddle = ┤ | ||
|
||
[core] | ||
_default_ = color238;color255 | ||
selected = color255;color69 | ||
marked = color172;color255 | ||
markselect = color172;color69 | ||
gauge = color238;color250 | ||
input = color255;color69 | ||
inputunchanged = color245;color69 | ||
inputmark = color69;color255 | ||
disabled = color245;color248 | ||
reverse = color255;color238 | ||
commandlinemark = color255;color238 | ||
header = color172;color255 | ||
inputhistory = | ||
commandhistory = | ||
shadow = color245;color252 | ||
|
||
[dialog] | ||
_default_ = color255;color248 | ||
dfocus = color255;color69 | ||
dhotnormal = color69;color248 | ||
dhotfocus = color255;color69 | ||
dtitle = color69;color248 | ||
|
||
[error] | ||
_default_ = color238;color210 | ||
errdfocus = color255;color248 | ||
errdhotnormal = color172;color210 | ||
errdhotfocus = color172;color248 | ||
errdtitle = color172;color210 | ||
|
||
[filehighlight] | ||
directory = color238; | ||
executable = color151; | ||
symlink = color245; | ||
hardlink = | ||
stalelink = color210; | ||
device = color219; | ||
special = color69; | ||
core = color210; | ||
temp = color245; | ||
archive = color219; | ||
doc = color180; | ||
source = color123; | ||
media = color151; | ||
graph = color123; | ||
database = color210; | ||
|
||
[menu] | ||
_default_ = color238;color252 | ||
menusel = color255;color69 | ||
menuhot = color172;color252 | ||
menuhotsel = color172;color69 | ||
menuinactive = color245;color252 | ||
|
||
[popupmenu] | ||
_default_ = color238;color252 | ||
menusel = color255;color69 | ||
menutitle = color172;color252 | ||
|
||
[buttonbar] | ||
hotkey = color238;color255 | ||
button = color255;color69 | ||
|
||
[statusbar] | ||
_default_ = color255;color69 | ||
|
||
[help] | ||
_default_ = color255;color248 | ||
helpitalic = color210;color248 | ||
helpbold = color69;color248 | ||
helplink = color255;color69 | ||
helpslink = color172;color69 | ||
helptitle = color69;color248 | ||
|
||
[editor] | ||
_default_ = color238;color255 | ||
editbold = color172;color151 | ||
editmarked = color255;color69 | ||
editwhitespace = color69;color255 | ||
editnonprintable = ;color255 | ||
editlinestate = color238;color69 | ||
bookmark = color238;color210 | ||
bookmarkfound = color255;color151 | ||
editrightmargin = color69;color255 | ||
editframeactive = color238; | ||
editframedrag = color151; | ||
|
||
[viewer] | ||
_default_ = color238;color255 | ||
viewbold = color172;color255 | ||
viewunderline = color210;color255 | ||
viewselected = color172;color69 | ||
|
||
[diffviewer] | ||
added = color238;color151 | ||
changedline = color238;color69 | ||
changednew = color210;color69 | ||
changed = color238;color69 | ||
removed = color238;color210 | ||
error = color210;color248 | ||
|
||
[widget-panel] | ||
sort-up-char = ↑ | ||
sort-down-char = ↓ | ||
hiddenfiles-show-char = • | ||
hiddenfiles-hide-char = ○ | ||
history-prev-item-char = ‹ | ||
history-next-item-char = › | ||
history-show-list-char = ↓ | ||
filename-scroll-left-char = ❬ | ||
filename-scroll-right-char = ❭ | ||
|
||
[widget-scrollbar] | ||
up-char = ▲ | ||
down-char = ▼ | ||
left-char = ◀ | ||
right-char = ▶ | ||
thumb-char = ■ | ||
track-char = ▒ | ||
|
||
[widget-editor] | ||
window-state-char = ↕ | ||
window-close-char = ✕ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
# Catppuccin Mocha theme for Midnight Commander | ||
# Based on the Catppuccin color scheme: https://github.com/catppuccin/catppuccin | ||
# Soothing pastel theme for the high-spirited! | ||
|
||
[skin] | ||
description = Catppuccin Mocha - Soothing pastel theme | ||
256colors = true | ||
|
||
[Lines] | ||
horiz = ─ | ||
vert = │ | ||
lefttop = ┌ | ||
righttop = ┐ | ||
leftbottom = └ | ||
rightbottom = ┘ | ||
topmiddle = ┬ | ||
bottommiddle = ┴ | ||
leftmiddle = ├ | ||
rightmiddle = ┤ | ||
cross = ┼ | ||
dhoriz = ─ | ||
dvert = │ | ||
dlefttop = ┌ | ||
drighttop = ┐ | ||
dleftbottom = └ | ||
drightbottom = ┘ | ||
dtopmiddle = ┬ | ||
dbottommiddle = ┴ | ||
dleftmiddle = ├ | ||
drightmiddle = ┤ | ||
|
||
[core] | ||
_default_ = color189;color234 | ||
selected = color30;color69 | ||
marked = color228;color234 | ||
markselect = color228;color69 | ||
gauge = color189;color240 | ||
input = color30;color189 | ||
inputunchanged = color244;color189 | ||
inputmark = color189;color30 | ||
disabled = color244;color250 | ||
reverse = color30;color189 | ||
commandlinemark = color30;color189 | ||
header = color228;color234 | ||
inputhistory = | ||
commandhistory = | ||
shadow = color244;color16 | ||
|
||
[dialog] | ||
_default_ = color30;color250 | ||
dfocus = color30;color189 | ||
dhotnormal = color69;color250 | ||
dhotfocus = color69;color189 | ||
dtitle = color69;color250 | ||
|
||
[error] | ||
_default_ = color189;color210 | ||
errdfocus = color30;color250 | ||
errdhotnormal = color228;color210 | ||
errdhotfocus = color228;color250 | ||
errdtitle = color228;color210 | ||
|
||
[filehighlight] | ||
directory = color189; | ||
executable = color151; | ||
symlink = color244; | ||
hardlink = | ||
stalelink = color210; | ||
device = color219; | ||
special = color30; | ||
core = color210; | ||
temp = color244; | ||
archive = color219; | ||
doc = color180; | ||
source = color123; | ||
media = color151; | ||
graph = color123; | ||
database = color210; | ||
|
||
[menu] | ||
_default_ = color189;color69 | ||
menusel = color189;color30 | ||
menuhot = color228;color69 | ||
menuhotsel = color228;color30 | ||
menuinactive = color30;color69 | ||
|
||
[popupmenu] | ||
_default_ = color189;color69 | ||
menusel = color228;color30 | ||
menutitle = color228;color69 | ||
|
||
[buttonbar] | ||
hotkey = color189;color30 | ||
button = color30;color189 | ||
|
||
[statusbar] | ||
_default_ = color30;color189 | ||
|
||
[help] | ||
_default_ = color30;color250 | ||
helpitalic = color210;color250 | ||
helpbold = color69;color250 | ||
helplink = color30;color189 | ||
helpslink = color228;color69 | ||
helptitle = color69;color250 | ||
|
||
[editor] | ||
_default_ = color189;color234 | ||
editbold = color228;color151 | ||
editmarked = color30;color189 | ||
editwhitespace = color69;color234 | ||
editnonprintable = ;color30 | ||
editlinestate = color189;color69 | ||
bookmark = color189;color210 | ||
bookmarkfound = color30;color151 | ||
editrightmargin = color69;color30 | ||
editframeactive = color189; | ||
editframedrag = color151; | ||
|
||
[viewer] | ||
_default_ = color189;color234 | ||
viewbold = color228;color234 | ||
viewunderline = color210;color234 | ||
viewselected = color228;color189 | ||
|
||
[diffviewer] | ||
changedline = color117;color232 | ||
changednew = color210;color232 | ||
changed = color117;color232 | ||
added = color120;color232 | ||
removed = color210;color232 | ||
error = color231;color52 | ||
|
||
[widget-panel] | ||
sort-up-char = ↑ | ||
sort-down-char = ↓ | ||
hiddenfiles-show-char = • | ||
hiddenfiles-hide-char = ○ | ||
history-prev-item-char = ‹ | ||
history-next-item-char = › | ||
history-show-list-char = ↓ | ||
filename-scroll-left-char = ❬ | ||
filename-scroll-right-char = ❭ | ||
|
||
[widget-scrollbar] | ||
up-char = ▲ | ||
down-char = ▼ | ||
left-char = ◀ | ||
right-char = ▶ | ||
thumb-char = ■ | ||
track-char = ▒ | ||
|
||
[widget-editor] | ||
window-state-char = ↕ | ||
window-close-char = ✕ |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.