Default colors are duplicated, as an example, in docs/default_colors.txt.
This commit is contained in:
parent
bccc668039
commit
114087af21
4 changed files with 28 additions and 2 deletions
|
|
@ -64,6 +64,8 @@ $Id$
|
|||
* The color palette may now be overridden by creating a text file
|
||||
containing color descriptions, and using the "colorfile" option.
|
||||
|
||||
* Default colors are duplicated, as an example, in docs/default_colors.txt.
|
||||
|
||||
|
||||
* Tool improvements:
|
||||
------------------------
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
September 9, 2006
|
||||
September 10, 2006
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -336,6 +336,9 @@ Windows Users
|
|||
to describe the color. Tux will display this text when the color
|
||||
is clicked. (For example, "#FFF White as snow.")
|
||||
|
||||
As an example, you can see the default colors currently used in
|
||||
Tux Paint in: "default_colors.txt".
|
||||
|
||||
lang=LANGUAGE
|
||||
|
||||
Run Tux Paint in one of the supported languages. Possible choice
|
||||
|
|
|
|||
17
docs/default_colors.txt
Normal file
17
docs/default_colors.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
0 0 0 Black!
|
||||
128 128 128 Dark grey! Some people spell it 'dark gray'.
|
||||
192 192 192 Light grey! Some people spell it 'light gray'.
|
||||
255 255 255 White!
|
||||
255 0 0 Red!
|
||||
255 128 0 Orange!
|
||||
255 255 0 Yellow!
|
||||
160 228 128 Light green!
|
||||
33 148 70 Dark green!
|
||||
138 168 205 Sky blue!
|
||||
50 100 255 Blue!
|
||||
186 157 255 Lavender!
|
||||
128 0 128 Purple!
|
||||
255 165 211 Pink!
|
||||
128 80 0 Brown!
|
||||
226 189 166 Tan!
|
||||
247 228 219 Beige!
|
||||
|
|
@ -22,7 +22,7 @@ New Breed Software</p>
|
|||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
|
||||
|
||||
<p>September 9, 2006</p>
|
||||
<p>September 10, 2006</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -413,6 +413,10 @@ New Breed Software</p>
|
|||
describe the color. Tux will display this text when the color is
|
||||
clicked. (For example,
|
||||
"<code>#FFF White as snow.</code>")</p>
|
||||
|
||||
<p>As an example, you can see the default colors currently
|
||||
used in Tux Paint in:
|
||||
"<a href="default_colors.txt"><code>default_colors.txt</code></a>".</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>lang=<i>LANGUAGE</i></b></code></dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue