Created
July 14, 2020 15:54
-
-
Save olokelo/c7888752e9f30e7115e4f1e4055ced72 to your computer and use it in GitHub Desktop.
Adapta Nokto theme layout for Bless Hex Editor
This file contains 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
<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