Created
August 5, 2024 23:09
-
-
Save exa18/f4e40f2f6ea88d480074495abdcab013 to your computer and use it in GitHub Desktop.
Bless default layout themed to dark blue
This file contains hidden or 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>#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