Skip to content

Instantly share code, notes, and snippets.

@sirolf2009
Created August 2, 2018 13:54
Show Gist options
  • Save sirolf2009/196803ae2ede270491c2148b2a7a925c to your computer and use it in GitHub Desktop.
Save sirolf2009/196803ae2ede270491c2148b2a7a925c to your computer and use it in GitHub Desktop.
MuCommander solarized dark
<?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>
@sirolf2009
Copy link
Author

image

@ciacob
Copy link

ciacob commented Nov 13, 2021

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