diff options
Diffstat (limited to 'cervisia/cervisiapart.kcfg')
-rw-r--r-- | cervisia/cervisiapart.kcfg | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/cervisia/cervisiapart.kcfg b/cervisia/cervisiapart.kcfg new file mode 100644 index 00000000..6dea38cf --- /dev/null +++ b/cervisia/cervisiapart.kcfg @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 + http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > + <kcfgfile name="cervisiapartrc" /> + <group name="Colors" > + <entry name="DiffChangeColor" key="DiffChange" type="Color"> + <default>#edbebe</default> + </entry> + <entry name="DiffDeleteColor" key="DiffDelete" type="Color"> + <default>#beedbe</default> + </entry> + <entry name="DiffInsertColor" key="DiffInsert" type="Color"> + <default>#bebeed</default> + </entry> + <entry name="LocalChangeColor" key="LocalChange" type="Color"> + <default>#8282ff</default> + </entry> + <entry name="RemoteChangeColor" key="RemoteChange" type="Color"> + <default>#46d246</default> + </entry> + <entry name="ConflictColor" key="Conflict" type="Color"> + <label>The foreground color used to highlight files with a conflict in the file view.</label> + <default>#ff8282</default> + </entry> + <entry name="NotInCvsColor" key="NotInCvsColor" type="Color"> + <default code="true">KGlobalSettings::textColor()</default> + </entry> + </group> + <group name="General" > + <entry key="Timeout" type="UInt"> + <label>Delay (ms) until the progress dialog appears.</label> + <default>4000</default> + </entry> + </group> +</kcfg> |