Changing theme, fonts in rc.xml

This commit is contained in:
Siina Mashek 2020-07-01 13:44:42 +03:00 committed by Siina Maček
parent e8bf76ba35
commit cdd48072fa

View File

@ -42,7 +42,7 @@
'Active' - where the active window is --> 'Active' - where the active window is -->
</placement> </placement>
<theme> <theme>
<name>Siina-derpula</name> <name>Arc-Dark</name>
<titleLayout>NLIMC</titleLayout> <titleLayout>NLIMC</titleLayout>
<!-- <!--
available characters are NDSLIMC, each can occur at most once. available characters are NDSLIMC, each can occur at most once.
@ -75,39 +75,39 @@
<!-- 'italic' or 'normal' --> <!-- 'italic' or 'normal' -->
</font> </font>
<font place="MenuHeader"> <font place="MenuHeader">
<name>sans</name> <name>Noto Sans</name>
<size>9</size> <size>9</size>
<!-- font size in points --> <!-- font size in points -->
<weight>normal</weight> <weight>Normal</weight>
<!-- 'bold' or 'normal' --> <!-- 'bold' or 'normal' -->
<slant>normal</slant> <slant>Normal</slant>
<!-- 'italic' or 'normal' --> <!-- 'italic' or 'normal' -->
</font> </font>
<font place="MenuItem"> <font place="MenuItem">
<name>sans</name> <name>Noto Sans</name>
<size>9</size> <size>9</size>
<!-- font size in points --> <!-- font size in points -->
<weight>normal</weight> <weight>Normal</weight>
<!-- 'bold' or 'normal' --> <!-- 'bold' or 'normal' -->
<slant>normal</slant> <slant>Normal</slant>
<!-- 'italic' or 'normal' --> <!-- 'italic' or 'normal' -->
</font> </font>
<font place="ActiveOnScreenDisplay"> <font place="ActiveOnScreenDisplay">
<name>sans</name> <name>Noto Sans</name>
<size>9</size> <size>9</size>
<!-- font size in points --> <!-- font size in points -->
<weight>bold</weight> <weight>Bold</weight>
<!-- 'bold' or 'normal' --> <!-- 'bold' or 'normal' -->
<slant>normal</slant> <slant>Normal</slant>
<!-- 'italic' or 'normal' --> <!-- 'italic' or 'normal' -->
</font> </font>
<font place="InactiveOnScreenDisplay"> <font place="InactiveOnScreenDisplay">
<name>sans</name> <name>Noto Sans</name>
<size>9</size> <size>9</size>
<!-- font size in points --> <!-- font size in points -->
<weight>bold</weight> <weight>Bold</weight>
<!-- 'bold' or 'normal' --> <!-- 'bold' or 'normal' -->
<slant>normal</slant> <slant>Normal</slant>
<!-- 'italic' or 'normal' --> <!-- 'italic' or 'normal' -->
</font> </font>
</theme> </theme>