mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-25 05:19:57 +00:00
The terminal now got a configurable palette for 16 colors (8 normal, 8 bright/bold). <config> <palette> <color index="0" value="#000000"/> <!-- black is real black --> <color index="8" value="#101010"/> <!-- bright black stands out a bit --> </palette> </config> Note, the old (undocumented) <color index="..." bg="..."> configuration scheme is no longer supported. Also, this commit adds a pleasing default palette that ensures readability of ViM's standard hightlighting. Fixes #3406
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.