Add 'textarea' editor skin for simple replacement

This commit is contained in:
Kijin Sung 2017-06-27 15:20:09 +09:00
parent e91c2114ab
commit 9f652e422f
4 changed files with 76 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<skin version="0.1">
<title xml:lang="ko">Textarea</title>
<description xml:lang="ko">Textarea</description>
<version>1.0.0</version>
<date>2017-06-27</date>
<colorset>
<color name="light">
<title xml:lang="ko">Light</title>
</color>
<color name="dark">
<title xml:lang="ko">Dark</title>
</color>
</colorset>
</skin>