terminal: modernize color palette
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 commit is contained in:
@@ -244,8 +244,10 @@
|
||||
<resource name="RAM" quantum="4M"/>
|
||||
<provides> <service name="Terminal"/> </provides>
|
||||
<config>
|
||||
<color index="0" bg="#2f3953"/>
|
||||
<color index="8" bg="#2f3953"/>
|
||||
<palette>
|
||||
<color index="0" value="#2f3953"/>
|
||||
<color index="8" value="#2f3953"/>
|
||||
</palette>
|
||||
<vfs>
|
||||
<rom name="VeraMono.ttf"/>
|
||||
<dir name="fonts">
|
||||
|
||||
Reference in New Issue
Block a user