Skip to content

Instantly share code, notes, and snippets.

@exa18
Created August 5, 2024 23:09
Show Gist options
  • Select an option

  • Save exa18/f4e40f2f6ea88d480074495abdcab013 to your computer and use it in GitHub Desktop.

Select an option

Save exa18/f4e40f2f6ea88d480074495abdcab013 to your computer and use it in GitHub Desktop.
Bless default layout themed to dark blue
<layout>
<area type="offset">
<display>
<evenrow>
<evencolumn>
<foreground>#00B0C4</foreground>
<background>#222D32</background>
</evencolumn>
</evenrow>
<oddrow>
<evencolumn>
<foreground>#00BCD4</foreground>
<background>#223344</background>
</evencolumn>
</oddrow>
</display>
</area>
<area type="separator">
<display>
<evenrow>
<evencolumn>
<foreground>#00BCD4</foreground>
<background>#223344</background>
</evencolumn>
</evenrow>
</display>
</area>
<area type="hexadecimal">
<case>upper</case>
<display>
<evenrow>
<evencolumn>
<foreground>white</foreground>
<background>#222D32</background>
</evencolumn>
<oddcolumn>
<foreground>white</foreground>
<background>#222D32</background>
</oddcolumn>
<selectedcolumn>
<foreground>black</foreground>
<background>#00B0C4</background>
</selectedcolumn>
</evenrow>
<oddrow>
<evencolumn>
<foreground>white</foreground>
<background>#223344</background>
</evencolumn>
<oddcolumn>
<foreground>white</foreground>
<background>#223344</background>
</oddcolumn>
<selectedcolumn>
<foreground>black</foreground>
<background>#00BCD4</background>
</selectedcolumn>
</oddrow>
</display>
</area>
<area type="separator">
<display>
<evenrow>
<evencolumn>
<foreground>#00BCD4</foreground>
<background>#223344</background>
</evencolumn>
</evenrow>
</display>
</area>
<area type="ascii">
<display>
<evenrow>
<evencolumn>
<foreground>white</foreground>
<background>#222D32</background>
</evencolumn>
<oddcolumn>
<foreground>white</foreground>
<background>#222D32</background>
</oddcolumn>
<selectedcolumn>
<foreground>black</foreground>
<background>#00B0C4</background>
</selectedcolumn>
</evenrow>
<oddrow>
<evencolumn>
<foreground>white</foreground>
<background>#223344</background>
</evencolumn>
<oddcolumn>
<foreground>white</foreground>
<background>#223344</background>
</oddcolumn>
<selectedcolumn>
<foreground>black</foreground>
<background>#00BCD4</background>
</selectedcolumn>
</oddrow>
</display>
</area>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment