Created
August 2, 2018 13:54
-
-
Save sirolf2009/196803ae2ede270491c2148b2a7a925c to your computer and use it in GitHub Desktop.
MuCommander solarized dark
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
<?xml version="1.0" encoding="UTF-8"?> | |
<theme> | |
<file_table> | |
<normal> | |
<background color="002b36"/> | |
<inactive_background color="002b36"/> | |
</normal> | |
<selected> | |
<background color="073642"/> | |
<inactive_background color="073642"/> | |
</selected> | |
<alternate> | |
<background color="002b36"/> | |
<inactive_background color="002b36"/> | |
</alternate> | |
<unmatched> | |
</unmatched> | |
<hidden> | |
<normal> | |
<foreground color="586e75"/> | |
<inactive_foreground color="586e75"/> | |
</normal> | |
<selected> | |
</selected> | |
</hidden> | |
<folder> | |
<normal> | |
<inactive_foreground color="b58900"/> | |
<foreground color="b58900"/> | |
</normal> | |
<selected> | |
</selected> | |
</folder> | |
<archive> | |
<normal> | |
<inactive_foreground color="839496"/> | |
<foreground color="839496"/> | |
</normal> | |
<selected> | |
</selected> | |
</archive> | |
<symlink> | |
<normal> | |
<inactive_foreground color="839496"/> | |
<foreground color="839496"/> | |
</normal> | |
<selected> | |
<foreground color="fefefe"/> | |
</selected> | |
</symlink> | |
<marked> | |
<normal> | |
<inactive_foreground color="2aa198"/> | |
<foreground color="2aa198"/> | |
</normal> | |
<selected> | |
</selected> | |
</marked> | |
<file> | |
<normal> | |
<inactive_foreground color="839496"/> | |
<foreground color="839496"/> | |
</normal> | |
<selected> | |
<foreground color="fefefe"/> | |
</selected> | |
</file> | |
</file_table> | |
<shell> | |
<normal> | |
</normal> | |
<selected> | |
</selected> | |
</shell> | |
<shell_history> | |
<normal> | |
</normal> | |
<selected> | |
</selected> | |
</shell_history> | |
<editor> | |
<normal> | |
</normal> | |
<selected> | |
</selected> | |
</editor> | |
<location_bar> | |
<normal> | |
</normal> | |
<selected> | |
</selected> | |
</location_bar> | |
<status_bar> | |
</status_bar> | |
<quick_list> | |
<header> | |
</header> | |
<item> | |
<normal> | |
</normal> | |
<selected> | |
</selected> | |
</item> | |
</quick_list> | |
</theme> |
Author
sirolf2009
commented
Aug 2, 2018
Is there a way to also color the toolbars?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment