Use srcery color scheme with terminal

This commit is contained in:
Ehmry - 2019-05-23 22:29:38 +02:00
parent e08e684edc
commit 27604676f1
2 changed files with 36 additions and 2 deletions

View File

@ -46,6 +46,23 @@
<resource name="RAM" quantum="4M"/>
<provides> <service name="Terminal"/> </provides>
<config initial_columns="120" initial_rows="36">
<!-- srcery color scheme -->
<color index="0x0" bg="#1C1B19"/>
<color index="0x1" bg="#EF2F27"/>
<color index="0x2" bg="#519F50"/>
<color index="0x3" bg="#FBB829"/>
<color index="0x4" bg="#2C78BF"/>
<color index="0x5" bg="#E02C6D"/>
<color index="0x6" bg="#0AAEB3"/>
<color index="0x7" bg="#918175"/>
<color index="0x8" bg="#2D2C29"/>
<color index="0x9" bg="#F75341"/>
<color index="0xa" bg="#98BC37"/>
<color index="0xb" bg="#FED06E"/>
<color index="0xc" bg="#68A8E4"/>
<color index="0xd" bg="#FF5C8F"/>
<color index="0xe" bg="#53FDE9"/>
<color index="0xf" bg="#FCE8C3"/>
<vfs> <dir name="fonts"> <fs/> </dir> </vfs>
</config>
<route>

View File

@ -43,8 +43,25 @@
<start name="terminal">
<resource name="RAM" quantum="8M"/>
<provides> <service name="Terminal"/> </provides>
<config>
<vfs> <dir name="fonts"> <fs label="fonts"/> </dir> </vfs>
<config initial_columns="120" initial_rows="36">
<!-- srcery color scheme -->
<color index="0x0" bg="#1C1B19"/>
<color index="0x1" bg="#EF2F27"/>
<color index="0x2" bg="#519F50"/>
<color index="0x3" bg="#FBB829"/>
<color index="0x4" bg="#2C78BF"/>
<color index="0x5" bg="#E02C6D"/>
<color index="0x6" bg="#0AAEB3"/>
<color index="0x7" bg="#918175"/>
<color index="0x8" bg="#2D2C29"/>
<color index="0x9" bg="#F75341"/>
<color index="0xa" bg="#98BC37"/>
<color index="0xb" bg="#FED06E"/>
<color index="0xc" bg="#68A8E4"/>
<color index="0xd" bg="#FF5C8F"/>
<color index="0xe" bg="#53FDE9"/>
<color index="0xf" bg="#FCE8C3"/>
<vfs> <dir name="fonts"> <fs/> </dir> </vfs>
</config>
<route>
<service name="File_system"> <parent label="fonts"/> </service>