v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Editing v0.34:Color scheme

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.

You are editing a page for an older version of Dwarf Fortress ("Main" is the current version, not "v0.34"). Please make sure you intend to do this. If you are here by mistake, see the current page instead.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 16: Line 16:
 
:LGRAY, WHITE
 
:LGRAY, WHITE
  
The color scheme data is located in the [[colors.txt]] file, found in the Dwarf Fortress/data/init folder.
+
The color scheme data is located in the [[color.txt]] file, found in the Dwarf Fortress/data/init folder.
  
 
==What colors show up where==
 
==What colors show up where==
Line 106: Line 106:
 
:* [[River]]s and [[brook]]s are LCYAN on their surface (w/ water below).
 
:* [[River]]s and [[brook]]s are LCYAN on their surface (w/ water below).
 
:* For aesthetic purposes, almost all colours can be represented in stones (with the exception of LMAGENTA, CYAN, and BLACK).  
 
:* For aesthetic purposes, almost all colours can be represented in stones (with the exception of LMAGENTA, CYAN, and BLACK).  
:** BLACK: The background color, which should not be used by anything.
+
:** BLACK: Can possibly be represented with [[Black-cap]] logs - the raws suggest that the cut logs are BLACK, but they also suggest that they're DGRAY.
 
:** DGRAY: A wide variety of stones are DGRAY, one example being [[Gabbro]].
 
:** DGRAY: A wide variety of stones are DGRAY, one example being [[Gabbro]].
 
:** BLUE: [[Kimberlite]] is the only stone that is BLUE. [[Nether-cap]]s also produce BLUE wood.
 
:** BLUE: [[Kimberlite]] is the only stone that is BLUE. [[Nether-cap]]s also produce BLUE wood.
Line 122: Line 122:
 
:** LGRAY: Lots of stones are LGRAY, such as [[Granite]].
 
:** LGRAY: Lots of stones are LGRAY, such as [[Granite]].
 
:** WHITE: Many stones are WHITE, such as [[Limestone]], or [[Rock salt]]. The [[Tower-cap]] and [[Feather tree]] both produce WHITE wood.
 
:** WHITE: Many stones are WHITE, such as [[Limestone]], or [[Rock salt]]. The [[Tower-cap]] and [[Feather tree]] both produce WHITE wood.
 
+
<!-- Someone more adept with the editting syntax should probably rearrange this information somehow. -->
See [[color#By Color|color]] for a more complete list.
 
  
 
= Default Scheme =
 
= Default Scheme =
Line 133: Line 132:
 
If you lose the default scheme and neglected to make a backup ''(didn't we warn you to use "care and caution" when modding?)'', you can find the standard scheme below, without having to download DF again.
 
If you lose the default scheme and neglected to make a backup ''(didn't we warn you to use "care and caution" when modding?)'', you can find the standard scheme below, without having to download DF again.
  
Open Dwarf Fortress/data/init/[[colors.txt]], and copy the text as seen below over the values found at the very bottom of the file.  Save that file, restart Dwarf Fortress, and you're set.
+
Open Dwarf Fortress/data/init/[[color.txt]], and copy the text as seen below over the values found at the very bottom of the file.  Save that file, re-start Dwarf Fortress, and you're set.
  
{{color scheme
+
{| width="50%" style="margin-left: 1cm"
|black=#000000
+
|-
|dgray=#808080
+
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
|blue=#000080
+
| bgcolor="#505050" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
|lblue=#0000ff
+
|-
|green=#008000
+
| bgcolor="#000080" width="50%"| <span style="color: #c0c0c0">BLUE</span>
|lgreen=#00ff00
+
| bgcolor="#0000ff" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
|cyan=#008080
+
|-
|lcyan=#00ffff
+
| bgcolor="#008000" width="50%"| <span style="color: #c0c0c0">GREEN</span>
|red=#800000
+
| bgcolor="#00ff00" width="50%"| <span style="color: #000000">LGREEN</span>
|lred=#ff0000
+
|-
|magenta=#800080
+
| bgcolor="#008080" width="50%"| <span style="color: #c0c0c0">CYAN</span>
|lmagenta=#ff00ff
+
| bgcolor="#00ffff" width="50%"| <span style="color: #000000">LCYAN</span>
|brown=#808000
+
|-
|yellow=#ffff00
+
| bgcolor="#800000" width="50%"| <span style="color: #c0c0c0">RED</span>
|lgray=#c0c0c0
+
| bgcolor="#ff0000" width="50%"| <span style="color: #000000">LRED</span>
|white=#ffffff
+
|-
}}
+
| bgcolor="#800080" width="50%"| <span style="color: #c0c0c0">MAGENTA</span>
 +
| bgcolor="#ff00ff" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#808000" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#ffff00" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#c0c0c0" width="50%"| <span style="color: #000000">LGRAY</span>
 +
| bgcolor="#ffffff" width="50%"| <span style="color: #000000">WHITE</span>
 +
|-
 +
|}
 +
 
 +
<pre>[BLACK_R:0]
 +
[BLACK_G:0]
 +
[BLACK_B:0]
 +
[BLUE_R:0]
 +
[BLUE_G:0]
 +
[BLUE_B:128]
 +
[GREEN_R:0]
 +
[GREEN_G:128]
 +
[GREEN_B:0]
 +
[CYAN_R:0]
 +
[CYAN_G:128]
 +
[CYAN_B:128]
 +
[RED_R:128]
 +
[RED_G:0]
 +
[RED_B:0]
 +
[MAGENTA_R:128]
 +
[MAGENTA_G:0]
 +
[MAGENTA_B:128]
 +
[BROWN_R:128]
 +
[BROWN_G:128]
 +
[BROWN_B:0]
 +
[LGRAY_R:192]
 +
[LGRAY_G:192]
 +
[LGRAY_B:192]
 +
[DGRAY_R:128]
 +
[DGRAY_G:128]
 +
[DGRAY_B:128]
 +
[LBLUE_R:0]
 +
[LBLUE_G:0]
 +
[LBLUE_B:255]
 +
[LGREEN_R:0]
 +
[LGREEN_G:255]
 +
[LGREEN_B:0]
 +
[LCYAN_R:0]
 +
[LCYAN_G:255]
 +
[LCYAN_B:255]
 +
[LRED_R:255]
 +
[LRED_G:0]
 +
[LRED_B:0]
 +
[LMAGENTA_R:255]
 +
[LMAGENTA_G:0]
 +
[LMAGENTA_B:255]
 +
[YELLOW_R:255]
 +
[YELLOW_G:255]
 +
[YELLOW_B:0]
 +
[WHITE_R:255]
 +
[WHITE_G:255]
 +
[WHITE_B:255]</pre>
  
 
= Custom color schemes =
 
= Custom color schemes =
 
{{mod}}
 
{{mod}}
  
Players who are not satisfied with the default color scheme can alter things to suit their aesthetic tastes. In order for any scheme changes to take effect, the "colors.txt" file must be altered and saved. This file can be found by going to (your DF v0.34 folder)->(data)->(init)-> open file "colors.txt". The changes will not take effect until after you close and restart Dwarf Fortress.
+
Players who are not satisfied with the default color scheme can alter things to suit their aesthetic tastes. In order for any scheme changes to take effect, the "colors.txt" file must be altered and saved. This file can be found by going to (your DF v0.31 folder)->(data)->(init)-> open file "color.txt". The changes will not take effect until after you close and restart Dwarf Fortress.
  
The 16 colors are not fixed, except by their definitions in colors.txt.  If you wanted to change YELLOW to something slightly brighter or darker, or more orange, or into deep purple, you can by changing the values listed under the label "YELLOW".  Note that the color names are ''case sensitive'' - the color is "YELLOW", not "Yellow" or "yellow".
+
The 16 colors are not fixed, except by their definitions in color.txt.  If you wanted to change YELLOW to something slightly brighter or darker, or more orange, or into deep purple, you can by changing the values listed under the label "YELLOW".  Note that the color names are ''case sensitive'' - the color is "YELLOW", not "Yellow" or "yellow".
  
 
When designing a custom color, 3 "lights" of color are used: '''R'''ed, '''G'''reen, and '''B'''lue (RGB), on a scale of 0-255.  The more light (the higher the value), the brighter the color; the less light (the lower the value), the darker. Using "light" is not the same as using "pigment" ''(the standard "paint mixing" formulae we learned in school, where Red, Yellow and Blue are the 3 basic ingredients)'' - B+R does not give "purple" in this format.   
 
When designing a custom color, 3 "lights" of color are used: '''R'''ed, '''G'''reen, and '''B'''lue (RGB), on a scale of 0-255.  The more light (the higher the value), the brighter the color; the less light (the lower the value), the darker. Using "light" is not the same as using "pigment" ''(the standard "paint mixing" formulae we learned in school, where Red, Yellow and Blue are the 3 basic ingredients)'' - B+R does not give "purple" in this format.   
Line 171: Line 228:
  
 
----
 
----
 +
  
 
=== Lee's Colour scheme ===
 
=== Lee's Colour scheme ===
A quest to provide the optimal set of colours: all colours very easily distinguishable and earthy/natural without being washed out or too bright and garish.
 
  
{{color scheme
+
A quest to provide the optimal set of colours: all colours very easily distinguishable and earthy/natural without being washed out or too bright and garish. I'm picky and I went through many different colour schemes but I think this is almost there, so enjoy.
|black=#000000
+
 
|dgray=#646464
+
 
|blue=#1E55A5
+
{| width="50%" style="margin-left: 1cm"
|lblue=#5A82D2
+
|-
|green=#467D37
+
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
|lgreen=#6EB437
+
| bgcolor="#646464" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
|cyan=#2D9187
+
|-
|lcyan=#46D7C3
+
| bgcolor="#1E55A5" width="50%"| <span style="color: #c0c0c0">BLUE</span>
|red=#AA1400
+
| bgcolor="#5A82D2" width="50%"| <span style="color: #000000">LBLUE</span>
|lred=#D73C00
+
|-
|magenta=#822873
+
| bgcolor="#467D37" width="50%"| <span style="color: #c0c0c0">GREEN</span>
|lmagenta=#D255BE
+
| bgcolor="#6EB437" width="50%"| <span style="color: #000000">LGREEN</span>
|brown=#785032
+
|-
|yellow=#EBB400
+
| bgcolor="#2D9187" width="50%"| <span style="color: #c0c0c0">CYAN</span>
|lgray=#A0A0A0
+
| bgcolor="#46D7C3" width="50%"| <span style="color: #000000">LCYAN</span>
|white=#FAFAFA
+
|-
}}
+
| bgcolor="#AA1400" width="50%"| <span style="color: #c0c0c0">RED</span>
 +
| bgcolor="#D73C00" width="50%"| <span style="color: #000000">LRED</span>
 +
|-
 +
| bgcolor="#822873" width="50%"| <span style="color: #c0c0c0">MAGENTA</span>
 +
| bgcolor="#D255BE" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#785032" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#EBB400" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#A0A0A0" width="50%"| <span style="color: #000000">LGRAY</span>
 +
| bgcolor="#FAFAFA" width="50%"| <span style="color: #000000">WHITE</span>
 +
|-
 +
|}
  
Lee's Colour Scheme v2 (same author):<br />
+
<pre>
New and Improved! All colours have been altered slightly but most notably the brown is much better, the magentas are more of a grape/bubblegum mix, the greens are brighter and less depressing, and the whole thing feels more cohesive.
+
[BLACK_R:0]
 +
[BLACK_G:0]
 +
[BLACK_B:0]
 +
[BLUE_R:30]
 +
[BLUE_G:85]
 +
[BLUE_B:165]
 +
[GREEN_R:70]
 +
[GREEN_G:125]
 +
[GREEN_B:55]
 +
[CYAN_R:45]
 +
[CYAN_G:145]
 +
[CYAN_B:135]
 +
[RED_R:170]
 +
[RED_G:20]
 +
[RED_B:0]
 +
[MAGENTA_R:130]
 +
[MAGENTA_G:40]
 +
[MAGENTA_B:115]
 +
[BROWN_R:120]
 +
[BROWN_G:80]
 +
[BROWN_B:50]
 +
[LGRAY_R:160]
 +
[LGRAY_G:160]
 +
[LGRAY_B:160]
 +
[DGRAY_R:100]
 +
[DGRAY_G:100]
 +
[DGRAY_B:100]
 +
[LBLUE_R:90]
 +
[LBLUE_G:130]
 +
[LBLUE_B:210]
 +
[LGREEN_R:110]
 +
[LGREEN_G:180]
 +
[LGREEN_B:55]
 +
[LCYAN_R:70]
 +
[LCYAN_G:215]
 +
[LCYAN_B:195]
 +
[LRED_R:215]
 +
[LRED_G:60]
 +
[LRED_B:0]
 +
[LMAGENTA_R:210]
 +
[LMAGENTA_G:85]
 +
[LMAGENTA_B:190]
 +
[YELLOW_R:235]
 +
[YELLOW_G:180]
 +
[YELLOW_B:0]
 +
[WHITE_R:250]
 +
[WHITE_G:250]
 +
[WHITE_B:250]</pre>
  
{{color scheme
 
|black=#15130F
 
|dgray=#746E71
 
|blue=#2D5AA0
 
|lblue=#6987E1
 
|green=#508714
 
|lgreen=#7DB937
 
|cyan=#198C8C
 
|lcyan=#3CCDBE
 
|red=#A0140A
 
|lred=#DC3214
 
|magenta=#873C82
 
|lmagenta=#BE6EB9
 
|brown=#964B37
 
|yellow=#E6AA1E
 
|lgray=#B2AFAC
 
|white=#E8E3E8
 
}}
 
  
 
----
 
----
Line 222: Line 320:
 
This mix softens the glaring colors of the original to earthtones.
 
This mix softens the glaring colors of the original to earthtones.
  
{{color scheme
+
{| width="50%" style="margin-left: 1cm"
|black=#000000
+
|-
|dgray=#585356
+
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
|blue=#0d67c4
+
| bgcolor="#585356" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
|lblue=#91caff
+
|-
|green=#449e35
+
| bgcolor="#0d67c4" width="50%"| <span style="color: #c0c0c0">BLUE</span>
|lgreen=#83d452
+
| bgcolor="#91caff" width="50%"| <span style="color: #000000">LBLUE</span>
|cyan=#56a3cd
+
|-
|lcyan=#b0dfd7
+
| bgcolor="#449e35" width="50%"| <span style="color: #c0c0c0">GREEN</span>
|red=#971a1a
+
| bgcolor="#83d452" width="50%"| <span style="color: #000000">LGREEN</span>
|lred=#ff2222
+
|-
|magenta=#ff6ebb
+
| bgcolor="#56a3cd" width="50%"| <span style="color: #c0c0c0">CYAN</span>
|lmagenta=#ffa7f6
+
| bgcolor="#b0dfd7" width="50%"| <span style="color: #000000">LCYAN</span>
|brown=#785e2f
+
|-
|yellow=#ffda5a
+
| bgcolor="#971a1a" width="50%"| <span style="color: #c0c0c0">RED</span>
|lgray=#b9c0a2
+
| bgcolor="#ff2222" width="50%"| <span style="color: #000000">LRED</span>
|white=#ffffff
+
|-
}}
+
| bgcolor="#ff6ebb" width="50%"| <span style="color: #000000">MAGENTA</span>
 +
| bgcolor="#ffa7f6" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#785e2f" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#ffda5a" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#b9c0a2" width="50%"| <span style="color: #000000">LGRAY</span>
 +
| bgcolor="#ffffff" width="50%"| <span style="color: #000000">WHITE</span>
 +
|-
 +
|}
 +
 
 +
<pre>
 +
[BLACK_R:0]
 +
[BLACK_G:0]
 +
[BLACK_B:0]
 +
[BLUE_R:13]
 +
[BLUE_G:103]
 +
[BLUE_B:196]
 +
[GREEN_R:68]
 +
[GREEN_G:158]
 +
[GREEN_B:53]
 +
[CYAN_R:86]
 +
[CYAN_G:163]
 +
[CYAN_B:205]
 +
[RED_R:151]
 +
[RED_G:26]
 +
[RED_B:26]
 +
[MAGENTA_R:255]
 +
[MAGENTA_G:110]
 +
[MAGENTA_B:187]
 +
[BROWN_R:120]
 +
[BROWN_G:94]
 +
[BROWN_B:47]
 +
[LGRAY_R:185]
 +
[LGRAY_G:192]
 +
[LGRAY_B:162]
 +
[DGRAY_R:88]
 +
[DGRAY_G:83]
 +
[DGRAY_B:86]
 +
[LBLUE_R:145]
 +
[LBLUE_G:202]
 +
[LBLUE_B:255]
 +
[LGREEN_R:131]
 +
[LGREEN_G:212]
 +
[LGREEN_B:82]
 +
[LCYAN_R:176]
 +
[LCYAN_G:223]
 +
[LCYAN_B:215]
 +
[LRED_R:255]
 +
[LRED_G:34]
 +
[LRED_B:34]
 +
[LMAGENTA_R:255]
 +
[LMAGENTA_G:167]
 +
[LMAGENTA_B:246]
 +
[YELLOW_R:255]
 +
[YELLOW_G:218]
 +
[YELLOW_B:90]
 +
[WHITE_R:255]
 +
[WHITE_G:255]
 +
[WHITE_B:255]
 +
</pre>
 +
 
 +
 
  
 
----
 
----
Line 245: Line 405:
 
=== True Brown ===
 
=== True Brown ===
  
Default scheme with BROWN actually being a shade of brown (rather than Olive Green). Created by [[User:Met|Met]].
+
Default scheme with BROWN actually being a shade of brown (rather than Olive Green). Created by [http://df.magmawiki.com/index.php?title=User:Met Met].
 +
 
 +
{| width="50%" style="margin-left: 1cm"
 +
|-
 +
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
 +
| bgcolor="#505050" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
 +
|-
 +
| bgcolor="#000080" width="50%"| <span style="color: #c0c0c0">BLUE</span>
 +
| bgcolor="#0000ff" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
 +
|-
 +
| bgcolor="#008000" width="50%"| <span style="color: #c0c0c0">GREEN</span>
 +
| bgcolor="#00ff00" width="50%"| <span style="color: #000000">LGREEN</span>
 +
|-
 +
| bgcolor="#008080" width="50%"| <span style="color: #c0c0c0">CYAN</span>
 +
| bgcolor="#00ffff" width="50%"| <span style="color: #000000">LCYAN</span>
 +
|-
 +
| bgcolor="#800000" width="50%"| <span style="color: #c0c0c0">RED</span>
 +
| bgcolor="#ff0000" width="50%"| <span style="color: #000000">LRED</span>
 +
|-
 +
| bgcolor="#800080" width="50%"| <span style="color: #c0c0c0">MAGENTA</span>
 +
| bgcolor="#ff00ff" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#785e30" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#ffff00" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#c0c0c0" width="50%"| <span style="color: #000000">LGRAY</span>
 +
| bgcolor="#ffffff" width="50%"| <span style="color: #000000">WHITE</span>
 +
|-
 +
|}
 +
 
 +
<pre>[BLACK_R:0]
 +
[BLACK_G:0]
 +
[BLACK_B:0]
 +
[BLUE_R:0]
 +
[BLUE_G:0]
 +
[BLUE_B:128]
 +
[GREEN_R:0]
 +
[GREEN_G:128]
 +
[GREEN_B:0]
 +
[CYAN_R:0]
 +
[CYAN_G:128]
 +
[CYAN_B:128]
 +
[RED_R:128]
 +
[RED_G:0]
 +
[RED_B:0]
 +
[MAGENTA_R:128]
 +
[MAGENTA_G:0]
 +
[MAGENTA_B:128]
 +
[BROWN_R:120]
 +
[BROWN_G:94]
 +
[BROWN_B:47]
 +
[LGRAY_R:192]
 +
[LGRAY_G:192]
 +
[LGRAY_B:192]
 +
[DGRAY_R:128]
 +
[DGRAY_G:128]
 +
[DGRAY_B:128]
 +
[LBLUE_R:0]
 +
[LBLUE_G:0]
 +
[LBLUE_B:255]
 +
[LGREEN_R:0]
 +
[LGREEN_G:255]
 +
[LGREEN_B:0]
 +
[LCYAN_R:0]
 +
[LCYAN_G:255]
 +
[LCYAN_B:255]
 +
[LRED_R:255]
 +
[LRED_G:0]
 +
[LRED_B:0]
 +
[LMAGENTA_R:255]
 +
[LMAGENTA_G:0]
 +
[LMAGENTA_B:255]
 +
[YELLOW_R:255]
 +
[YELLOW_G:255]
 +
[YELLOW_B:0]
 +
[WHITE_R:255]
 +
[WHITE_G:255]
 +
[WHITE_B:255]</pre>
  
{{color scheme
 
|black=#000000
 
|dgray=#505050
 
|blue=#000080
 
|lblue=#0000ff
 
|green=#008000
 
|lgreen=#00ff00
 
|cyan=#008080
 
|lcyan=#00ffff
 
|red=#800000
 
|lred=#ff0000
 
|magenta=#800080
 
|lmagenta=#ff00ff
 
|brown=#785e30
 
|yellow=#ffff00
 
|lgray=#c0c0c0
 
|white=#ffffff
 
}}
 
  
 
----
 
----
 +
  
 
=== Another natural scheme ===
 
=== Another natural scheme ===
  
{{color scheme
+
{| width="50%" style="margin-left: 1cm"
|black=#000000
+
|-
|dgray=#505050
+
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
|blue=#495f9d
+
| bgcolor="#505050" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
|lblue=#6f8aa5
+
|-
|green=#597537
+
| bgcolor="#495f9d" width="50%"| <span style="color: #c0c0c0">BLUE</span>
|lgreen=#a0c852
+
| bgcolor="#6f8aa5" width="50%"| <span style="color: #000000">LBLUE</span>
|cyan=#65909e
+
|-
|lcyan=#9fc4d2
+
| bgcolor="#597537" width="50%"| <span style="color: #c0c0c0">GREEN</span>
|red=#920000
+
| bgcolor="#a0c852" width="50%"| <span style="color: #000000">LGREEN</span>
|lred=#ce4901
+
|-
|magenta=#a53665
+
| bgcolor="#65909e" width="50%"| <span style="color: #c0c0c0">CYAN</span>
|lmagenta=#ef96cf
+
| bgcolor="#9fc4d2" width="50%"| <span style="color: #000000">LCYAN</span>
|brown=#8a693b
+
|-
|yellow=#ffc600
+
| bgcolor="#920000" width="50%"| <span style="color: #c0c0c0">RED</span>
|lgray=#808080
+
| bgcolor="#ce4901" width="50%"| <span style="color: #000000">LRED</span>
|white=#ffffff
+
|-
}}
+
| bgcolor="#a53665" width="50%"| <span style="color: #c0c0c0">MAGENTA</span>
 +
| bgcolor="#ef96cf" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#8a693b" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#ffc600" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#808080" width="50%"| <span style="color: #c0c0c0">LGRAY</span>
 +
| bgcolor="#ffffff" width="50%"| <span style="color: #000000">WHITE</span>
 +
|-
 +
|}
 +
 
 +
<pre>
 +
[BLACK_R:0]
 +
[BLACK_G:0]
 +
[BLACK_B:0]
 +
[BLUE_R:73]
 +
[BLUE_G:95]
 +
[BLUE_B:157]
 +
[GREEN_R:89]
 +
[GREEN_G:117]
 +
[GREEN_B:55]
 +
[CYAN_R:101]
 +
[CYAN_G:144]
 +
[CYAN_B:158]
 +
[RED_R:146]
 +
[RED_G:0]
 +
[RED_B:0]
 +
[MAGENTA_R:165]
 +
[MAGENTA_G:54]
 +
[MAGENTA_B:101]
 +
[BROWN_R:138]
 +
[BROWN_G:105]
 +
[BROWN_B:59]
 +
[LGRAY_R:128]
 +
[LGRAY_G:128]
 +
[LGRAY_B:128]
 +
[DGRAY_R:80]
 +
[DGRAY_G:80]
 +
[DGRAY_B:80]
 +
[LBLUE_R:111]
 +
[LBLUE_G:138]
 +
[LBLUE_B:165]
 +
[LGREEN_R:160]
 +
[LGREEN_G:200]
 +
[LGREEN_B:82]
 +
[LCYAN_R:159]
 +
[LCYAN_G:196]
 +
[LCYAN_B:210]
 +
[LRED_R:206]
 +
[LRED_G:73]
 +
[LRED_B:1]
 +
[LMAGENTA_R:239]
 +
[LMAGENTA_G:150]
 +
[LMAGENTA_B:207]
 +
[YELLOW_R:255]
 +
[YELLOW_G:198]
 +
[YELLOW_B:0]
 +
[WHITE_R:255]
 +
[WHITE_G:255]
 +
[WHITE_B:255]
 +
</pre>
 +
 
  
 
----
 
----
 +
  
 
=== Higher-visibility scheme ===
 
=== Higher-visibility scheme ===
Line 295: Line 577:
 
Tired of trying to see your metalsmiths (dark grey) and fishery workers (navy blue) against a black background?  This scheme "brightens" most of the colors, while trying to stay true to the original tone when possible.  (Except BROWN, which is now actually "brown", not olive green.)
 
Tired of trying to see your metalsmiths (dark grey) and fishery workers (navy blue) against a black background?  This scheme "brightens" most of the colors, while trying to stay true to the original tone when possible.  (Except BROWN, which is now actually "brown", not olive green.)
  
{{color scheme
+
{| width="50%" style="margin-left: 1cm"
|black=#000000|blackt=*
+
|-
|dgray=#787878
+
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK*</span>
|blue=#2c88de
+
| bgcolor="#787878" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
|lblue=#90caff
+
|-
|green=#209020
+
| bgcolor="#2c88de" width="50%"| <span style="color: #c0c0c0">BLUE</span>
|lgreen=#42e828
+
| bgcolor="#90caff" width="50%"| <span style="color: #000000">LBLUE</span>
|cyan=#008080|cyant=*
+
|-
|lcyan=#80e0d8
+
| bgcolor="#209020" width="50%"| <span style="color: #c0c0c0">GREEN</span>
|red=#b00808
+
| bgcolor="#42e828" width="50%"| <span style="color: #000000">LGREEN</span>
|lred=#ff0000|lredt=*
+
|-
|magenta=#b038a0
+
| bgcolor="#008080" width="50%"| <span style="color: #c0c0c0">CYAN*</span>
|lmagenta=#ff54ff
+
| bgcolor="#80e0d8" width="50%"| <span style="color: #000000">LCYAN</span>
|brown=#785e30
+
|-
|yellow=#ffec30
+
| bgcolor="#b00808" width="50%"| <span style="color: #c0c0c0">RED</span>
|lgray=#b0b0b0
+
| bgcolor="#ff0000" width="50%"| <span style="color: #000000">LRED*</span>
|white=#ffffff|whitet=*
+
|-
}}
+
| bgcolor="#b038a0" width="50%"| <span style="color: #c0c0c0">MAGENTA</span>
 +
| bgcolor="#ff54ff" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#785e30" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#ffec30" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#b0b0b0" width="50%"| <span style="color: #000000">LGRAY</span>
 +
| bgcolor="#ffffff" width="50%"| <span style="color: #000000">WHITE*</span>
 +
|-
 +
|}
 
:''(* unchanged'')
 
:''(* unchanged'')
  
Line 379: Line 670:
 
}}
 
}}
 
|}
 
|}
 +
 +
<pre>
 +
[BLACK_R:0]
 +
[BLACK_G:0]
 +
[BLACK_B:0]
 +
[BLUE_R:45]
 +
[BLUE_G:136]
 +
[BLUE_B:222]
 +
[GREEN_R:32]
 +
[GREEN_G:143]
 +
[GREEN_B:27]
 +
[CYAN_R:0]
 +
[CYAN_G:166]
 +
[CYAN_B:166]
 +
[RED_R:170]
 +
[RED_G:8]
 +
[RED_B:8]
 +
[MAGENTA_R:175]
 +
[MAGENTA_G:55]
 +
[MAGENTA_B:160]
 +
[BROWN_R:120]
 +
[BROWN_G:94]
 +
[BROWN_B:47]
 +
[LGRAY_R:176]
 +
[LGRAY_G:176]
 +
[LGRAY_B:176]
 +
[DGRAY_R:120]
 +
[DGRAY_G:120]
 +
[DGRAY_B:120]
 +
[LBLUE_R:145]
 +
[LBLUE_G:202]
 +
[LBLUE_B:255]
 +
[LGREEN_R:66]
 +
[LGREEN_G:232]
 +
[LGREEN_B:40]
 +
[LCYAN_R:128]
 +
[LCYAN_G:223]
 +
[LCYAN_B:215]
 +
[LRED_R:255]
 +
[LRED_G:0]
 +
[LRED_B:0]
 +
[LMAGENTA_R:255]
 +
[LMAGENTA_G:84]
 +
[LMAGENTA_B:250]
 +
[YELLOW_R:255]
 +
[YELLOW_G:236]
 +
[YELLOW_B:45]
 +
[WHITE_R:255]
 +
[WHITE_G:255]
 +
[WHITE_B:255]
 +
</pre>
 +
  
 
----
 
----
 +
  
 
=== (Yet) Another scheme ===
 
=== (Yet) Another scheme ===
  
{{color scheme
+
{| width="50%" style="margin-left: 1cm"
|black=#000000
+
|-
|dgray=#707070
+
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
|blue=#203090
+
| bgcolor="#707070" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
|lblue=#2838ff
+
|-
|green=#309020
+
| bgcolor="#203090" width="50%"| <span style="color: #c0c0c0">BLUE</span>
|lgreen=#30f020
+
| bgcolor="#2838ff" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
|cyan=#208090
+
|-
|lcyan=#38d0ff
+
| bgcolor="#309020" width="50%"| <span style="color: #c0c0c0">GREEN</span>
|red=#971a1a
+
| bgcolor="#30f020" width="50%"| <span style="color: #000000">LGREEN</span>
|lred=#ff3020
+
|-
|magenta=#702090
+
| bgcolor="#208090" width="50%"| <span style="color: #c0c0c0">CYAN</span>
|lmagenta=#d038ff
+
| bgcolor="#38d0ff" width="50%"| <span style="color: #000000">LCYAN</span>
|brown=#907030
+
|-
|yellow=#ffe020
+
| bgcolor="#971a1a" width="50%"| <span style="color: #c0c0c0">RED</span>
|lgray=#b0b0b0
+
| bgcolor="#ff3020" width="50%"| <span style="color: #000000">LRED</span>
|white=#ffffff
+
|-
}}
+
| bgcolor="#702090" width="50%"| <span style="color: #c0c0c0">MAGENTA</span>
 +
| bgcolor="#d038ff" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#907030" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#ffe020" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#b0b0b0" width="50%"| <span style="color: #000000">LGRAY</span>
 +
| bgcolor="#ffffff" width="50%"| <span style="color: #000000">WHITE</span>
 +
|-
 +
|}
 +
 
 +
<pre>
 +
[BLACK_R:0]
 +
[BLACK_G:0]
 +
[BLACK_B:0]
 +
[BLUE_R:32]
 +
[BLUE_G:48]
 +
[BLUE_B:144]
 +
[GREEN_R:48]
 +
[GREEN_G:144]
 +
[GREEN_B:32]
 +
[CYAN_R:32]
 +
[CYAN_G:128]
 +
[CYAN_B:144]
 +
[RED_R:151]
 +
[RED_G:26]
 +
[RED_B:26]
 +
[MAGENTA_R:112]
 +
[MAGENTA_G:32]
 +
[MAGENTA_B:144]
 +
[BROWN_R:144]
 +
[BROWN_G:112]
 +
[BROWN_B:48]
 +
[LGRAY_R:176]
 +
[LGRAY_G:176]
 +
[LGRAY_B:176]
 +
[DGRAY_R:112]
 +
[DGRAY_G:112]
 +
[DGRAY_B:112]
 +
[LBLUE_R:40]
 +
[LBLUE_G:56]
 +
[LBLUE_B:255]
 +
[LGREEN_R:48]
 +
[LGREEN_G:240]
 +
[LGREEN_B:32]
 +
[LCYAN_R:56]
 +
[LCYAN_G:208]
 +
[LCYAN_B:255]
 +
[LRED_R:255]
 +
[LRED_G:48]
 +
[LRED_B:32]
 +
[LMAGENTA_R:208]
 +
[LMAGENTA_G:56]
 +
[LMAGENTA_B:255]
 +
[YELLOW_R:255]
 +
[YELLOW_G:224]
 +
[YELLOW_B:32]
 +
[WHITE_R:255]
 +
[WHITE_G:255]
 +
[WHITE_B:255]</pre>
 +
 
  
 
----
 
----
 +
  
 
=== True CGA Scheme ===
 
=== True CGA Scheme ===
Line 413: Line 818:
  
  
{{color scheme
+
{| width="50%" style="margin-left: 1cm"
|black=#000000
+
|-
|dgray=#555555
+
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
|blue=#0000aa
+
| bgcolor="#555555" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
|lblue=#5555ff
+
|-
|green=#00aa00
+
| bgcolor="#0000aa" width="50%"| <span style="color: #c0c0c0">BLUE</span>
|lgreen=#55ff55
+
| bgcolor="#5555ff" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
|cyan=#00aaaa
+
|-
|lcyan=#55ffff
+
| bgcolor="#00aa00" width="50%"| <span style="color: #c0c0c0">GREEN</span>
|red=#aa0000
+
| bgcolor="#55ff55" width="50%"| <span style="color: #000000">LGREEN</span>
|lred=#ff5555
+
|-
|magenta=#aa00aa
+
| bgcolor="#00aaaa" width="50%"| <span style="color: #c0c0c0">CYAN</span>
|lmagenta=#ff55ff
+
| bgcolor="#55ffff" width="50%"| <span style="color: #000000">LCYAN</span>
|brown=#aa5500
+
|-
|yellow=#ffff55
+
| bgcolor="#aa0000" width="50%"| <span style="color: #c0c0c0">RED</span>
|lgray=#aaaaaa
+
| bgcolor="#ff5555" width="50%"| <span style="color: #000000">LRED</span>
|white=#ffffff
+
|-
}}
+
| bgcolor="#aa00aa" width="50%"| <span style="color: #c0c0c0">MAGENTA</span>
 +
| bgcolor="#ff55ff" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#aa5500" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#ffff55" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#aaaaaa" width="50%"| <span style="color: #000000">LGRAY</span>
 +
| bgcolor="#ffffff" width="50%"| <span style="color: #000000">WHITE</span>
 +
|-
 +
|}
 +
 
 +
<pre>[BLACK_R:0]
 +
[BLACK_G:0]
 +
[BLACK_B:0]
 +
[BLUE_R:0]
 +
[BLUE_G:0]
 +
[BLUE_B:170]
 +
[GREEN_R:0]
 +
[GREEN_G:170]
 +
[GREEN_B:0]
 +
[CYAN_R:0]
 +
[CYAN_G:170]
 +
[CYAN_B:170]
 +
[RED_R:170]
 +
[RED_G:0]
 +
[RED_B:0]
 +
[MAGENTA_R:170]
 +
[MAGENTA_G:0]
 +
[MAGENTA_B:170]
 +
[BROWN_R:170]
 +
[BROWN_G:85]
 +
[BROWN_B:0]
 +
[LGRAY_R:170]
 +
[LGRAY_G:170]
 +
[LGRAY_B:170]
 +
[DGRAY_R:85]
 +
[DGRAY_G:85]
 +
[DGRAY_B:85]
 +
[LBLUE_R:85]
 +
[LBLUE_G:85]
 +
[LBLUE_B:255]
 +
[LGREEN_R:85]
 +
[LGREEN_G:255]
 +
[LGREEN_B:85]
 +
[LCYAN_R:85]
 +
[LCYAN_G:255]
 +
[LCYAN_B:255]
 +
[LRED_R:255]
 +
[LRED_G:85]
 +
[LRED_B:85]
 +
[LMAGENTA_R:255]
 +
[LMAGENTA_G:85]
 +
[LMAGENTA_B:255]
 +
[YELLOW_R:255]
 +
[YELLOW_G:255]
 +
[YELLOW_B:85]
 +
[WHITE_R:255]
 +
[WHITE_G:255]
 +
[WHITE_B:255]</pre>
 +
 
  
 
----
 
----
 +
  
 
=== For the Chromatically Challenged ===
 
=== For the Chromatically Challenged ===
Line 439: Line 904:
  
  
{{color scheme
+
{| width="50%" style="margin-left: 1cm"
|black=#000000
+
|-
|dgray=#808080
+
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
|blue=#0000C0
+
| bgcolor="#808080" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
|lblue=#3030FF
+
|-
|green=#008000
+
| bgcolor="#0000C0" width="50%"| <span style="color: #c0c0c0">BLUE</span>
|lgreen=#00D000
+
| bgcolor="#3030FF" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
|cyan=#007090
+
|-
|lcyan=#40D0FF
+
| bgcolor="#008000" width="50%"| <span style="color: #c0c0c0">GREEN</span>
|red=#C00000
+
| bgcolor="#00D000" width="50%"| <span style="color: #000000">LGREEN</span>
|lred=#FF3030
+
|-
|magenta=#A00080
+
| bgcolor="#007090" width="50%"| <span style="color: #c0c0c0">CYAN</span>
|lmagenta=#FF40D0
+
| bgcolor="#40D0FF" width="50%"| <span style="color: #000000">LCYAN</span>
|brown=#606000
+
|-
|yellow=#FFFF40
+
| bgcolor="#C00000" width="50%"| <span style="color: #c0c0c0">RED</span>
|lgray=#C0C0C0
+
| bgcolor="#FF3030" width="50%"| <span style="color: #000000">LRED</span>
|white=#FFFFFF
+
|-
}}
+
| bgcolor="#A00080" width="50%"| <span style="color: #c0c0c0">MAGENTA</span>
 +
| bgcolor="#FF40D0" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#606000" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#FFFF40" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#C0C0C0" width="50%"| <span style="color: #000000">LGRAY</span>
 +
| bgcolor="#FFFFFF" width="50%"| <span style="color: #000000">WHITE</span>
 +
|-
 +
|}
  
----
+
<pre>
 +
[BLACK_R:0]
 +
[BLACK_G:0]
 +
[BLACK_B:0]
 +
[BLUE_R:0]
 +
[BLUE_G:0]
 +
[BLUE_B:192]
 +
[GREEN_R:0]
 +
[GREEN_G:128]
 +
[GREEN_B:0]
 +
[CYAN_R:0]
 +
[CYAN_G:112]
 +
[CYAN_B:144]
 +
[RED_R:192]
 +
[RED_G:0]
 +
[RED_B:0]
 +
[MAGENTA_R:160]
 +
[MAGENTA_G:0]
 +
[MAGENTA_B:128]
 +
[BROWN_R:96]
 +
[BROWN_G:96]
 +
[BROWN_B:0]
 +
[LGRAY_R:192]
 +
[LGRAY_G:192]
 +
[LGRAY_B:192]
 +
[DGRAY_R:128]
 +
[DGRAY_G:128]
 +
[DGRAY_B:128]
 +
[LBLUE_R:48]
 +
[LBLUE_G:48]
 +
[LBLUE_B:255]
 +
[LGREEN_R:0]
 +
[LGREEN_G:224]
 +
[LGREEN_B:0]
 +
[LCYAN_R:64]
 +
[LCYAN_G:224]
 +
[LCYAN_B:255]
 +
[LRED_R:255]
 +
[LRED_G:48]
 +
[LRED_B:48]
 +
[LMAGENTA_R:255]
 +
[LMAGENTA_G:64]
 +
[LMAGENTA_B:224]
 +
[YELLOW_R:255]
 +
[YELLOW_G:255]
 +
[YELLOW_B:64]
 +
[WHITE_R:255]
 +
[WHITE_G:255]
 +
[WHITE_B:255]</pre>
  
 
=== Red/Green Colorblindness ===
 
=== Red/Green Colorblindness ===
Line 464: Line 986:
 
A modification of the chromatically challenged color scheme above, made to the tastes of someone with Red/Green colorblindness.
 
A modification of the chromatically challenged color scheme above, made to the tastes of someone with Red/Green colorblindness.
  
{{color scheme
+
{| width="50%" style="margin-left: 1cm"
|black=#000000
+
|-
|dgray=#707070
+
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
|blue=#0000F0
+
| bgcolor="#707070" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
|lblue=#5050FF
+
|-
|green=#008000
+
| bgcolor="#0000F0" width="50%"| <span style="color: #c0c0c0">BLUE</span>
|lgreen=#00D000
+
| bgcolor="#5050FF" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
|cyan=#007090
+
|-
|lcyan=#40D0FF
+
| bgcolor="#008000" width="50%"| <span style="color: #c0c0c0">GREEN</span>
|red=#F00000
+
| bgcolor="#00D000" width="50%"| <span style="color: #000000">LGREEN</span>
|lred=#FF5050
+
|-
|magenta=#A00080
+
| bgcolor="#007090" width="50%"| <span style="color: #c0c0c0">CYAN</span>
|lmagenta=#FF30F0
+
| bgcolor="#40D0FF" width="50%"| <span style="color: #000000">LCYAN</span>
|brown=#806000
+
|-
|yellow=#FFFF40
+
| bgcolor="#F00000" width="50%"| <span style="color: #c0c0c0">RED</span>
|lgray=#D0D0D0
+
| bgcolor="#FF5050" width="50%"| <span style="color: #000000">LRED</span>
|white=#FFFFFF
+
|-
}}
+
| bgcolor="#A00080" width="50%"| <span style="color: #c0c0c0">MAGENTA</span>
 +
| bgcolor="#FF30F0" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#806000" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#FFFF40" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#D0D0D0" width="50%"| <span style="color: #000000">LGRAY</span>
 +
| bgcolor="#FFFFFF" width="50%"| <span style="color: #000000">WHITE</span>
 +
|-
 +
|}
  
----
+
<pre>[BLACK_R:0]
 +
[BLACK_G:0]
 +
[BLACK_B:0]
 +
[BLUE_R:0]
 +
[BLUE_G:0]
 +
[BLUE_B:240]
 +
[GREEN_R:0]
 +
[GREEN_G:128]
 +
[GREEN_B:0]
 +
[CYAN_R:0]
 +
[CYAN_G:112]
 +
[CYAN_B:144]
 +
[RED_R:240]
 +
[RED_G:0]
 +
[RED_B:0]
 +
[MAGENTA_R:160]
 +
[MAGENTA_G:0]
 +
[MAGENTA_B:128]
 +
[BROWN_R:128]
 +
[BROWN_G:96]
 +
[BROWN_B:0]
 +
[LGRAY_R:208]
 +
[LGRAY_G:208]
 +
[LGRAY_B:208]
 +
[DGRAY_R:112]
 +
[DGRAY_G:112]
 +
[DGRAY_B:112]
 +
[LBLUE_R:80]
 +
[LBLUE_G:80]
 +
[LBLUE_B:255]
 +
[LGREEN_R:0]
 +
[LGREEN_G:224]
 +
[LGREEN_B:0]
 +
[LCYAN_R:64]
 +
[LCYAN_G:224]
 +
[LCYAN_B:255]
 +
[LRED_R:255]
 +
[LRED_G:80]
 +
[LRED_B:80]
 +
[LMAGENTA_R:255]
 +
[LMAGENTA_G:48]
 +
[LMAGENTA_B:240]
 +
[YELLOW_R:255]
 +
[YELLOW_G:255]
 +
[YELLOW_B:64]
 +
[WHITE_R:255]
 +
[WHITE_G:255]
 +
[WHITE_B:255]</pre>
  
 
=== Tango Scheme ===
 
=== Tango Scheme ===
Line 489: Line 1,067:
 
Color scheme to match [http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines Tango palette]. Cyan values were missing from palette, so blue/plum values are used instead.
 
Color scheme to match [http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines Tango palette]. Cyan values were missing from palette, so blue/plum values are used instead.
  
{{color scheme
+
{| width="50%" style="margin-left: 1cm"
|black=#2E3436
+
|-
|dgray=#888a85
+
| bgcolor="#2E3436" width="50%"| <span style="color: #c0c0c0">BLACK</span>
|blue=#204a87
+
| bgcolor="#888a85" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
|lblue=#3465a4
+
|-
|green=#4e9a06
+
| bgcolor="#204a87" width="50%"| <span style="color: #c0c0c0">BLUE</span>
|lgreen=#8ae234
+
| bgcolor="#3465a4" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
|cyan=#75507b
+
|-
|lcyan=#729fcf
+
| bgcolor="#4e9a06" width="50%"| <span style="color: #c0c0c0">GREEN</span>
|red=#a40000
+
| bgcolor="#8ae234" width="50%"| <span style="color: #000000">LGREEN</span>
|lred=#ef2929
+
|-
|magenta=#5c3566
+
| bgcolor="#75507b" width="50%"| <span style="color: #c0c0c0">CYAN</span>
|lmagenta=#ad7fa8
+
| bgcolor="#729fcf" width="50%"| <span style="color: #000000">LCYAN</span>
|brown=#ce5c00
+
|-
|yellow=#fce94f
+
| bgcolor="#a40000" width="50%"| <span style="color: #c0c0c0">RED</span>
|lgray=#babdb6
+
| bgcolor="#ef2929" width="50%"| <span style="color: #000000">LRED</span>
|white=#eeeeec
+
|-
}}
+
| bgcolor="#5c3566" width="50%"| <span style="color: #c0c0c0">MAGENTA</span>
 +
| bgcolor="#ad7fa8" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#ce5c00" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#fce94f" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#babdb6" width="50%"| <span style="color: #000000">LGRAY</span>
 +
| bgcolor="#eeeeec" width="50%"| <span style="color: #000000">WHITE</span>
 +
|-
 +
|}
  
----
+
<pre>[BLACK_R:46]
 +
[BLACK_G:52]
 +
[BLACK_B:54]
 +
[BLUE_R:32]
 +
[BLUE_G:74]
 +
[BLUE_B:135]
 +
[GREEN_R:78]
 +
[GREEN_G:154]
 +
[GREEN_B:6]
 +
[CYAN_R:117]
 +
[CYAN_G:80]
 +
[CYAN_B:123]
 +
[RED_R:164]
 +
[RED_G:0]
 +
[RED_B:0]
 +
[MAGENTA_R:92]
 +
[MAGENTA_G:53]
 +
[MAGENTA_B:102]
 +
[BROWN_R:206]
 +
[BROWN_G:92]
 +
[BROWN_B:0]
 +
[LGRAY_R:186]
 +
[LGRAY_G:189]
 +
[LGRAY_B:182]
 +
[DGRAY_R:128]
 +
[DGRAY_G:128]
 +
[DGRAY_B:128]
 +
[LBLUE_R:52]
 +
[LBLUE_G:101]
 +
[LBLUE_B:164]
 +
[LGREEN_R:138]
 +
[LGREEN_G:226]
 +
[LGREEN_B:52]
 +
[LCYAN_R:114]
 +
[LCYAN_G:159]
 +
[LCYAN_B:207]
 +
[LRED_R:239]
 +
[LRED_G:41]
 +
[LRED_B:41]
 +
[LMAGENTA_R:173]
 +
[LMAGENTA_G:127]
 +
[LMAGENTA_B:168]
 +
[YELLOW_R:252]
 +
[YELLOW_G:233]
 +
[YELLOW_B:79]
 +
[WHITE_R:238]
 +
[WHITE_G:238]
 +
[WHITE_B:236]</pre>
  
 
=== AngleWyrm's Colorset ===
 
=== AngleWyrm's Colorset ===
 
Blues greens and brown that are easy on the eyes.
 
Blues greens and brown that are easy on the eyes.
  
{{color scheme
+
{| width="50%" style="margin-left: 1cm"
|black=#000
+
|-
|dgray=#484848
+
| bgcolor="#000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
|blue=#303c78
+
| bgcolor="#484848" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
|lblue=#5064b4
+
|-
|green=#1e6428
+
| bgcolor="#303c78" width="50%"| <span style="color: #c0c0c0">BLUE</span>
|lgreen=#289632
+
| bgcolor="#5064b4" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
|cyan=#285a82
+
|-
|lcyan=#729fcf
+
| bgcolor="#1e6428" width="50%"| <span style="color: #c0c0c0">GREEN</span>
|red=#a40000
+
| bgcolor="#289632" width="50%"| <span style="color: #000000">LGREEN</span>
|lred=#ef2929
+
|-
|magenta=#5c3566
+
| bgcolor="#285a82" width="50%"| <span style="color: #c0c0c0">CYAN</span>
|lmagenta=#ad7fa8
+
| bgcolor="#729fcf" width="50%"| <span style="color: #000000">LCYAN</span>
|brown=#785032
+
|-
|yellow=#b4aa3c
+
| bgcolor="#a40000" width="50%"| <span style="color: #c0c0c0">RED</span>
|lgray=#808080
+
| bgcolor="#ef2929" width="50%"| <span style="color: #000000">LRED</span>
|white=#eeeeec
+
|-
}}
+
| bgcolor="#5c3566" width="50%"| <span style="color: #c0c0c0">MAGENTA</span>
 +
| bgcolor="#ad7fa8" width="50%"| <span style="color: #000000">LMAGENTA</span>
 +
|-
 +
| bgcolor="#785032" width="50%"| <span style="color: #c0c0c0">BROWN</span>
 +
| bgcolor="#b4aa3c" width="50%"| <span style="color: #000000">YELLOW</span>
 +
|-
 +
| bgcolor="#808080" width="50%"| <span style="color: #000000">LGRAY</span>
 +
| bgcolor="#eeeeec" width="50%"| <span style="color: #000000">WHITE</span>
 +
|-
 +
|}
  
----
+
<pre>[BLACK_R:0]
 +
[BLACK_G:0]
 +
[BLACK_B:0]
 +
[BLUE_R:48]
 +
[BLUE_G:60]
 +
[BLUE_B:120]
 +
[GREEN_R:30]
 +
[GREEN_G:100]
 +
[GREEN_B:40]
 +
[CYAN_R:40]
 +
[CYAN_G:90]
 +
[CYAN_B:130]
 +
[RED_R:164]
 +
[RED_G:0]
 +
[RED_B:0]
 +
[MAGENTA_R:92]
 +
[MAGENTA_G:53]
 +
[MAGENTA_B:102]
 +
[BROWN_R:120]
 +
[BROWN_G:80]
 +
[BROWN_B:50]
 +
[LGRAY_R:128]
 +
[LGRAY_G:128]
 +
[LGRAY_B:128]
 +
[DGRAY_R:72]
 +
[DGRAY_G:72]
 +
[DGRAY_B:72]
 +
[LBLUE_R:80]
 +
[LBLUE_G:100]
 +
[LBLUE_B:180]
 +
[LGREEN_R:40]
 +
[LGREEN_G:150]
 +
[LGREEN_B:50]
 +
[LCYAN_R:114]
 +
[LCYAN_G:159]
 +
[LCYAN_B:207]
 +
[LRED_R:239]
 +
[LRED_G:41]
 +
[LRED_B:41]
 +
[LMAGENTA_R:173]
 +
[LMAGENTA_G:127]
 +
[LMAGENTA_B:168]
 +
[YELLOW_R:180]
 +
[YELLOW_G:170]
 +
[YELLOW_B:60]
 +
[WHITE_R:238]
 +
[WHITE_G:238]
 +
[WHITE_B:236]</pre>
  
 
=== Putnam's Fortbent Color Scheme ===
 
=== Putnam's Fortbent Color Scheme ===
Line 538: Line 1,228:
 
A color scheme designed for closest accuracy to Homestuck's colors; no accuracy to actual in-game colors guaranteed.  
 
A color scheme designed for closest accuracy to Homestuck's colors; no accuracy to actual in-game colors guaranteed.  
  
{{color scheme
+
{| width="50%" style="margin-left: 1cm"
|black=#000000
+
|-
|dgray=#626262
+
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
|dgrayt=(Caliborn gray tumut)
+
| bgcolor="#626262" width="50%"| <span style="color: #c0c0c0">DGRAY (Caliborn gray tumut)</span>
|blue=#000056
+
|-
|bluet=(Equius B100)
+
| bgcolor="#000056" width="50%"| <span style="color: #c0c0c0">BLUE (Equius B100)</span>
|lblue=#005682
+
| bgcolor="#005682" width="50%"| <span style="color: #000000">LBLUE (Vriska Cerulean!!!!!!!!)</span>
|lbluet=(Vriska Cerulean!!!!!!!!)
+
|-
|green=#416600
+
| bgcolor="#416600" width="50%"| <span style="color: #c0c0c0">GREEN (:33 < *nepeta green*)</span>
|greent=(:33 < *nepeta green*)
+
| bgcolor="#00FF00" width="50%"| <span style="color: #000000">LGREEN (Calliope's blood)</span>
|lgreen=#00FF00
+
|-
|lgreent=(Calliope's blood)
+
| bgcolor="#008282" width="50%"| <span style="color: #c0c0c0">CYAN (T3R3Z1 T34L)</span>
|cyan=#008282
+
| bgcolor="#00FFFF" width="50%"| <span style="color: #000000">LCYAN</span>
|cyant=(T3R3Z1 T34L)
+
|-
|lcyan=#00FFFF
+
| bgcolor="#a10000" width="50%"| <span style="color: #c0c0c0">RED (aradia red)</span>
|red=#a10000
+
| bgcolor="#FF0000" width="50%"| <span style="color: #000000">LRED</span>
|redt=(aradia red)
+
|-
|lred=#FF0000
+
| bgcolor="#6a006a" width="50%"| <span style="color: #c0c0c0">MAGENTA (eridan vviolet)</span>
|magenta=#6a006a
+
| bgcolor="#77003c" width="50%"| <span style="color: #000000">LMAGENTA (meenah purple)</span>
|magentat=(eridan vviolet)
+
|-
|lmagenta=#77003c
+
| bgcolor="#a15000" width="50%"| <span style="color: #c0c0c0">BROWN (uHH, tAVROS BROWN)</span>
|lmagentat=(meenah purple)
+
| bgcolor="#a1a100" width="50%"| <span style="color: #000000">YELLOW (yucky mu2tard yellow)</span>
|brown=#a15000
+
|-
|brownt=(uHH, tAVROS BROWN)
+
| bgcolor="#929292" width="50%"| <span style="color: #000000">LGRAY (Calliope gray!)</span>
|yellow=#a1a100
+
| bgcolor="#FFFFFF" width="50%"| <span style="color: #000000">WHITE</span>
|yellowt=(yucky mu2tard yellow)
+
|-
|lgray=#929292
+
|}
|lgrayt=(Calliope gray!)
 
|white=#FFFFFF
 
}}
 
 
 
----
 
 
 
=== Vherid's Color Schemes ===
 
 
 
====Default +====
 
{{color scheme
 
|black=#000000
 
|dgray=#505050
 
|blue=#1233af
 
|lblue=#0072ff
 
|green=#008000
 
|lgreen=#00ff00
 
|cyan=#00b2b2
 
|lcyan=#00ffff
 
|red=#6b0000
 
|lred=#ff0000
 
|magenta=#800080
 
|lmagenta=#d100ac
 
|brown=#765e00
 
|yellow=#ffff00
 
|lgray=#c0c0c0
 
|white=#ffffff
 
}}
 
 
 
====Natural====
 
{{color scheme
 
|black=#1b1209
 
|dgray=#464132
 
|blue=#203296
 
|lblue=#0078ff
 
|green=#1e6428
 
|lgreen=#aaff00
 
|cyan=#107873
 
|lcyan=#1bd2cd
 
|red=#6e1414
 
|lred=#c02424
 
|magenta=#8511ab
 
|lmagenta=#e647aa
 
|brown=#64402a
 
|yellow=#fab40a
 
|lgray=#746c54
 
|white=#dcdcdc
 
}}
 
 
 
====Warm====
 
{{color scheme
 
|black=#1b1209
 
|dgray=#3e352c
 
|blue=#1d2e88
 
|lblue=#006cff
 
|green=#6e7b15
 
|lgreen=#c4db26
 
|cyan=#007860
 
|lcyan=#00ffcc
 
|red=#521900
 
|lred=#c03d24
 
|magenta=#4c0037
 
|lmagenta=#ff208d
 
|brown=#623d26
 
|yellow=#ffbf00
 
|lgray=#9a846d
 
|white=#ffedda
 
}}
 
 
 
====Bone====
 
{{color scheme
 
|black=#26170a
 
|dgray=#41352b
 
|blue=#0f52ba
 
|lblue=#008aff
 
|green=#788617
 
|lgreen=#c4db26
 
|cyan=#56b872
 
|lcyan=#48ffb8
 
|red=#840000
 
|lred=#c03d24
 
|magenta=#7c1a60
 
|lmagenta=#ff4282
 
|brown=#684b3a
 
|yellow=#ffc322
 
|lgray=#9a846d
 
|white=#fcfad0
 
}}
 
  
====Mishka====
+
<pre>
{{color scheme
+
[BLACK_R:0]
|black=#170f0d
+
[BLACK_G:0]
|dgray=#4a342e
+
[BLACK_B:0]
|blue=#005fff
+
[BLUE_R:0]
|lblue=#00b3ff
+
[BLUE_G:0]
|green=#7ba000
+
[BLUE_B:86]
|lgreen=#d6ef00
+
[GREEN_R:65]
|cyan=#00875f
+
[GREEN_G:102]
|lcyan=#00ffb4
+
[GREEN_B:0]
|red=#bb2800
+
[CYAN_R:0]
|lred=#ff4310
+
[CYAN_G:130]
|magenta=#900036
+
[CYAN_B:130]
|lmagenta=#ff005f
+
[RED_R:161]
|brown=#ff9905
+
[RED_G:0]
|yellow=#ffd03f
+
[RED_B:0]
|lgray=#79644b
+
[MAGENTA_R:106]
|white=#f1e3b8
+
[MAGENTA_G:0]
}}
+
[MAGENTA_B:106]
 
+
[BROWN_R:161]
====Dusk====
+
[BROWN_G:80]
{{color scheme
+
[BROWN_B:0]
|black=#0a0a0a
+
[LGRAY_R:146]
|dgray=#30262d
+
[LGRAY_G:146]
|blue=#04518c
+
[LGRAY_B:146]
|lblue=#00b0ee
+
[DGRAY_R:98]
|green=#5d6d06
+
[DGRAY_G:98]
|lgreen=#a6b000
+
[DGRAY_B:98]
|cyan=#0c4f4c
+
[LBLUE_R:0]
|lcyan=#0cbba0
+
[LBLUE_G:86]
|red=#8e2800
+
[LBLUE_B:130]
|lred=#ce4901
+
[LGREEN_R:0]
|magenta=#830034
+
[LGREEN_G:255]
|lmagenta=#a00307
+
[LGREEN_B:0]
|brown=#eb8800
+
[LCYAN_R:0]
|yellow=#ffb74d
+
[LCYAN_G:255]
|lgray=#806d63
+
[LCYAN_B:255]
|white=#f2f7e6
+
[LRED_R:255]
}}
+
[LRED_G:0]
 
+
[LRED_B:0]
====Sorrow====
+
[LMAGENTA_R:119]
{{color scheme
+
[LMAGENTA_G:0]
|black=#050011
+
[LMAGENTA_B:60]
|dgray=#392a20
+
[YELLOW_R:161]
|blue=#2e495e
+
[YELLOW_G:161]
|lblue=#4c889e
+
[YELLOW_B:0]
|green=#55532a
+
[WHITE_R:255]
|lgreen=#afb54b
+
[WHITE_G:255]
|cyan=#437d42
+
[WHITE_B:255]</pre>
|lcyan=#79bd8f
 
|red=#8e2800
 
|lred=#b64926
 
|magenta=#7b2636
 
|lmagenta=#a15642
 
|brown=#816535
 
|yellow=#cb9a45
 
|lgray=#878e5d
 
|white=#fff782
 
}}
 
 
 
====Jade====
 
{{color scheme
 
|black=#110b09
 
|dgray=#2a1e1b
 
|blue=#2e495e
 
|lblue=#4c889e
 
|green=#6c6b25
 
|lgreen=#c3c13d
 
|cyan=#5c633a
 
|lcyan=#70a16c
 
|red=#762a1b
 
|lred=#af652f
 
|magenta=#ae2c3b
 
|lmagenta=#ab421e
 
|brown=#725539
 
|yellow=#cb9a45
 
|lgray=#453c31
 
|white=#dbd69c
 
}}
 
 
 
====Dark Sand====
 
{{color scheme
 
|black=#020110
 
|dgray=#112334
 
|blue=#04518c
 
|lblue=#00b0ee
 
|green=#5d6d06
 
|lgreen=#a6b000
 
|cyan=#0c4f4c
 
|lcyan=#0cbba0
 
|red=#8e2800
 
|lred=#ce4901
 
|magenta=#830034
 
|lmagenta=#a00307
 
|brown=#72593a
 
|yellow=#ffb74d
 
|lgray=#334555
 
|white=#e6f5f7
 
}}
 
 
 
====Pastel====
 
{{color scheme
 
|black=#000000
 
|dgray=#363228
 
|blue=#2d5a7e
 
|lblue=#5099b4
 
|green=#4e6c21
 
|lgreen=#86b02b
 
|cyan=#2f8365
 
|lcyan=#5dc6b2
 
|red=#6e2719
 
|lred=#ac4015
 
|magenta=#b0287e
 
|lmagenta=#9f85f3
 
|brown=#54433c
 
|yellow=#ffcd35
 
|lgray=#625e55
 
|white=#fffdf2
 
}}
 
 
 
====Matrix====
 
{{color scheme
 
|black=#192007
 
|dgray=#383a26
 
|blue=#18774f
 
|lblue=#0dbd75
 
|green=#4d7218
 
|lgreen=#88be12
 
|cyan=#b38700
 
|lcyan=#ffcc00
 
|red=#76440b
 
|lred=#b96706
 
|magenta=#204631
 
|lmagenta=#527f39
 
|brown=#4d5407
 
|yellow=#b9da1c
 
|lgray=#6b6f4b
 
|white=#d7e894
 
}}
 
 
 
====Vintage====
 
{{color scheme
 
|black=#0a2d2f
 
|dgray=#25595b
 
|blue=#305e63
 
|lblue=#3f7b82
 
|green=#4b8d5e
 
|lgreen=#a1d271
 
|cyan=#487d6a
 
|lcyan=#90b490
 
|red=#671d00
 
|lred=#c03d24
 
|magenta=#4e5b63
 
|lmagenta=#b78f7f
 
|brown=#767865
 
|yellow=#ccc472
 
|lgray=#99a481
 
|white=#f4f68e
 
}}
 
 
 
====Ash====
 
{{color scheme
 
|black=#000000
 
|dgray=#343434
 
|blue=#494949
 
|lblue=#818181
 
|green=#676767
 
|lgreen=#dbdbdb
 
|cyan=#a5a5a5
 
|lcyan=#f7f7f7
 
|red=#252525
 
|lred=#505050
 
|magenta=#555555
 
|lmagenta=#777778
 
|brown=#3c3c3c
 
|yellow=#b6b6b6
 
|lgray=#8e8e8e
 
|white=#ffffff
 
}}
 
 
 
====Fields====
 
{{color scheme
 
|black=#0c0811
 
|dgray=#342d28
 
|blue=#27445c
 
|lblue=#2facc7
 
|green=#6b6819
 
|lgreen=#bebc27
 
|cyan=#3e7466
 
|lcyan=#9ddc85
 
|red=#5c2514
 
|lred=#af3b14
 
|magenta=#621805
 
|lmagenta=#a42405
 
|brown=#8d550b
 
|yellow=#e0a403
 
|lgray=#4f433a
 
|white=#ebdec6
 
}}
 
 
 
====Summer====
 
{{color scheme
 
|black=#170a0a
 
|dgray=#47341b
 
|blue=#394b45
 
|lblue=#42b0b6
 
|green=#7d6f10
 
|lgreen=#c7c01a
 
|cyan=#517a4e
 
|lcyan=#aade6c
 
|red=#6e2c0c
 
|lred=#ba420c
 
|magenta=#741e03
 
|lmagenta=#b02a03
 
|brown=#9c5c07
 
|yellow=#e4a801
 
|lgray=#624a28
 
|white=#eee0b5
 
}}
 

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)

Templates used on this page: