Skip to content

Instantly share code, notes, and snippets.

@olokelo
Created July 14, 2020 15:54
Show Gist options
  • Save olokelo/c7888752e9f30e7115e4f1e4055ced72 to your computer and use it in GitHub Desktop.
Save olokelo/c7888752e9f30e7115e4f1e4055ced72 to your computer and use it in GitHub Desktop.
Adapta Nokto theme layout for Bless Hex Editor
<layout>
<area type="offset">
<display>
<evenrow>
<evencolumn>
<foreground>#00BCD4</foreground>
<background>#263238</background>
</evencolumn>
</evenrow>
<oddrow>
<evencolumn>
<foreground>#4DB6AC</foreground>
<background>#263238</background>
</evencolumn>
</oddrow>
</display>
</area>
<area type="separator">
<display>
<evenrow>
<evencolumn>
<foreground>#00BCD4</foreground>
<background>#263238</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>white</foreground>
<background>#00BCD4</background>
</selectedcolumn>
</evenrow>
<oddrow>
<evencolumn>
<foreground>white</foreground>
<background>#263238</background>
</evencolumn>
<oddcolumn>
<foreground>white</foreground>
<background>#263238</background>
</oddcolumn>
<selectedcolumn>
<foreground>white</foreground>
<background>#00BCD4</background>
</selectedcolumn>
</oddrow>
</display>
</area>
<area type="separator">
<display>
<evenrow>
<evencolumn>
<foreground>#00BCD4</foreground>
<background>#263238</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>white</foreground>
<background>#00BCD4</background>
</selectedcolumn>
</evenrow>
<oddrow>
<evencolumn>
<foreground>white</foreground>
<background>#263238</background>
</evencolumn>
<oddcolumn>
<foreground>white</foreground>
<background>#263238</background>
</oddcolumn>
<selectedcolumn>
<foreground>white</foreground>
<background>#00BCD4</background>
</selectedcolumn>
</oddrow>
</display>
</area>
<area type="separator">
<display>
<evenrow>
<evencolumn>
<foreground>#00BCD4</foreground>
<background>#263238</background>
</evencolumn>
</evenrow>
</display>
</area>
<area type="decimal">
<display>
<evenrow>
<evencolumn>
<foreground>white</foreground>
<background>#222D32</background>
</evencolumn>
<oddcolumn>
<foreground>white</foreground>
<background>#222D32</background>
</oddcolumn>
<selectedcolumn>
<foreground>white</foreground>
<background>#00BCD4</background>
</selectedcolumn>
</evenrow>
<oddrow>
<evencolumn>
<foreground>white</foreground>
<background>#263238</background>
</evencolumn>
<oddcolumn>
<foreground>white</foreground>
<background>#263238</background>
</oddcolumn>
<selectedcolumn>
<foreground>white</foreground>
<background>#00BCD4</background>
</selectedcolumn>
</oddrow>
</display>
</area>
<area type="separator">
<display>
<evenrow>
<evencolumn>
<foreground>#00BCD4</foreground>
<background>#263238</background>
</evencolumn>
</evenrow>
</display>
</area>
<area type="binary">
<display>
<evenrow>
<evencolumn>
<foreground>white</foreground>
<background>#222D32</background>
</evencolumn>
<oddcolumn>
<foreground>white</foreground>
<background>#222D32</background>
</oddcolumn>
<selectedcolumn>
<foreground>white</foreground>
<background>#00BCD4</background>
</selectedcolumn>
</evenrow>
<oddrow>
<evencolumn>
<foreground>white</foreground>
<background>#263238</background>
</evencolumn>
<oddcolumn>
<foreground>white</foreground>
<background>#263238</background>
</oddcolumn>
<selectedcolumn>
<foreground>white</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