Skip to content

Instantly share code, notes, and snippets.

@aeakett
Created March 23, 2016 12:50
Show Gist options
  • Save aeakett/bfc650af6e12dde92bb6 to your computer and use it in GitHub Desktop.
Save aeakett/bfc650af6e12dde92bb6 to your computer and use it in GitHub Desktop.
rough pass at making a Solarized theme for muCommander
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<!-- = File table appearance ========================= -->
<!-- ================================================= -->
<file_table>
<font family="Consolas" size="13"/>
<border color="404040"/>
<inactive_border color="404040"/>
<outline color="073642"/>
<inactive_outline color="cccccc"/>
<normal>
<background color="002b36"/>
<inactive_background color="002b36"/>
</normal>
<selected>
<background color="073642"/>
<secondary_background color="073642"/>
<inactive_background color="cccccc"/>
<inactive_secondary_background color="cccccc"/>
</selected>
<alternate>
<background color="002b36"/>
<inactive_background color="002b36"/>
</alternate>
<unmatched>
<foreground color="00a8a8"/>
<background color="002b36"/>
</unmatched>
<!-- = Hidden files ================================ -->
<!-- =============================================== -->
<hidden>
<normal>
<inactive_foreground color="dc322f"/>
<foreground color="dc322f"/>
</normal>
<selected>
<inactive_foreground color="dc322f"/>
<foreground color="dc322f"/>
</selected>
</hidden>
<!-- = Folders ===================================== -->
<!-- =============================================== -->
<folder>
<normal>
<inactive_foreground color="839496"/>
<foreground color="839496"/>
</normal>
<selected>
<inactive_foreground color="839496"/>
<foreground color="839496"/>
</selected>
</folder>
<!-- = Archive ===================================== -->
<!-- =============================================== -->
<archive>
<normal>
<inactive_foreground color="859900"/>
<foreground color="859900"/>
</normal>
<selected>
<inactive_foreground color="859900"/>
<foreground color="859900"/>
</selected>
</archive>
<!-- = Symlink ===================================== -->
<!-- =============================================== -->
<symlink>
<normal>
<inactive_foreground color="cc00cc"/>
<foreground color="cc00cc"/>
</normal>
<selected>
<inactive_foreground color="000080"/>
<foreground color="000080"/>
</selected>
</symlink>
<!-- = Marked ====================================== -->
<!-- =============================================== -->
<marked>
<normal>
<inactive_foreground color="b58900"/>
<foreground color="b58900"/>
</normal>
<selected>
<inactive_foreground color="b58900"/>
<foreground color="b58900"/>
</selected>
</marked>
<!-- = Plain file ================================== -->
<!-- =============================================== -->
<file>
<normal>
<inactive_foreground color="268bd2"/>
<foreground color="268bd2"/>
</normal>
<selected>
<inactive_foreground color="268bd2"/>
<foreground color="268bd2"/>
</selected>
</file>
</file_table>
<!-- = Shell appearance ============================== -->
<!-- ================================================= -->
<shell>
<font family="Consolas" size ="12" bold="true"/>
<!-- = Default appearance ========================== -->
<!-- =============================================== -->
<normal>
<background color="ffffff"/>
<foreground color="000000"/>
</normal>
<!-- = Selected appearance ========================= -->
<!-- =============================================== -->
<selected>
<background color="3875d7"/>
<foreground color="ffffff"/>
</selected>
</shell>
<!-- = Shell history appearance ====================== -->
<!-- ================================================= -->
<shell_history>
<font size="13" family="Consolas"/>
<!-- = Default appearance ========================== -->
<!-- =============================================== -->
<normal>
<background color="ffffff"/>
<foreground color="000000"/>
</normal>
<!-- = Selected appearance ========================= -->
<!-- =============================================== -->
<selected>
<background color="b4d5ff"/>
<foreground color="000000"/>
</selected>
</shell_history>
<!-- = Editor appearance ============================= -->
<!-- ================================================= -->
<editor>
<font size="13" family="Consolas"/>
<!-- = Default appearance ========================== -->
<!-- =============================================== -->
<normal>
<background color="002b36"/>
<foreground color="839496"/>
</normal>
<!-- = Selected appearance ========================= -->
<!-- =============================================== -->
<selected>
<background color="073642"/>
<foreground color="839496"/>
</selected>
</editor>
<!-- = Location bar appearance ======================= -->
<!-- ================================================= -->
<location_bar>
<font size="13" family="Consolas"/>
<!-- = Default appearance ========================== -->
<!-- =============================================== -->
<normal>
<background color="002b36"/>
<foreground color="839496"/>
</normal>
<!-- = Selected appearance ========================= -->
<!-- =============================================== -->
<selected>
<background color="073642"/>
<foreground color="839496"/>
</selected>
</location_bar>
<quick_list>
<header>
<foreground color="ffffff"/>
<background color="000055"/>
<secondary_background color="000055"/>
</header>
</quick_list>
</theme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment