Warning, /plasma-mobile/qmlkonsole/src/terminalsettings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003 - SPDX-FileCopyrightText: 2019 Jonah BrĂ¼chert <jbb@kaidan.im>
0004 - SPDX-FileCopyrightText: 2022 Devin Lin <espidev@gmail.com>
0005 - SPDX-License-Identifier: GPL-2.0-or-later 
0006 -->
0007 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0008       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0009       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0010                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0011     <kcfgfile name="qmlkonsolerc" />
0012     <group name="General">
0013         <entry key="colorScheme" type="string">
0014             <default>"cool-retro-term"</default>
0015         </entry>
0016         <entry key="fontFamily" type="string">
0017             <default>"Monospace"</default>
0018         </entry>
0019         <entry key="fontSize" type="int">
0020             <default>12</default>
0021         </entry>
0022         <entry key="windowOpacity" type="double">
0023             <default>1</default>
0024         </entry>
0025         <entry key="actions" type="StringList">
0026             <default></default>
0027         </entry>
0028         <entry key="blurWindow" type="bool">
0029             <default>false</default>
0030         </entry>
0031     </group>
0032 </kcfg>