Dark mode

This commit is contained in:
lif
2025-10-25 08:29:45 +01:00
parent 7f826dc956
commit d78af58527
3 changed files with 212 additions and 1 deletions

View File

@@ -123,6 +123,15 @@ path.combo {
visibility: hidden;
}
/* End Tabler Icons Cleanup */
svg.keymap { fill: #d1d6db; }
rect.key { fill: #3f4750; }
rect.key, rect.combo { stroke: #60666c; }
rect.combo, rect.combo-separate { fill: #1f3d7a; }
rect.held, rect.combo.held { fill: #854747; }
text.label, text.footer { stroke: black; }
text.trans { fill: #7e8184; }
path.combo { stroke: #7f7f7f; }
</style>
<g transform="translate(30, 0)" class="layer-L0">
<text x="0" y="28" class="label" id="L0">L0:</text>

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB