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.
Back with a new pull request and screenshots.
This time, I recreated the theme colors based on the image in the README page, since color codes seemed to be inconsistent across files. I took advantage of the ConEmu feature that allows users to pick one of 16 base colors as default text color, and another as default BG color.
I had to change one small option in your file, as to prevent cmder from starting in Powershell mode by default, which caused an error message and is probably not what the user wants.
In addition, I modified your LS_COLORS a bit as a way to prevent directories and other kinds of items from being shown on a "black" background, which is not the same as the default BG color I picked, following your design. So I just stripped all the "40" codes I could find, though this might not be ideal (you might want specific kinds of items to really be displayed on black, rather than the terminal's bg color).
There's a whole bunch of other things I'd like to discuss about LS_COLORS, but that might be the subject of another PR.
Screens before PR
After PR
Screens show the Dark theme, but my xml file allows the user to pick either.
Screens have been taken from a fresh cmder-mini install, showing Linux from a Vagrant install equipped with oh-my-zsh and materialshell.zsh.