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.

Difference between revisions of "v0.34:Color scheme"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
 
(11 intermediate revisions by 5 users not shown)
Line 16: Line 16:
 
:LGRAY, WHITE
 
:LGRAY, WHITE
  
The color scheme data is located in the [[color.txt]] file, found in the Dwarf Fortress/data/init folder.
+
The color scheme data is located in the [[colors.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: 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.
+
:** BLACK: The background color, which should not be used by anything.
 
:** 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 132: Line 133:
 
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/[[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.
+
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.
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#000000
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
+
|dgray=#808080
| bgcolor="#505050" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
+
|blue=#000080
|-
+
|lblue=#0000ff
| bgcolor="#000080" width="50%"| <span style="color: #c0c0c0">BLUE</span>
+
|green=#008000
| bgcolor="#0000ff" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
+
|lgreen=#00ff00
|-
+
|cyan=#008080
| bgcolor="#008000" width="50%"| <span style="color: #c0c0c0">GREEN</span>
+
|lcyan=#00ffff
| bgcolor="#00ff00" width="50%"| <span style="color: #000000">LGREEN</span>
+
|red=#800000
|-
+
|lred=#ff0000
| bgcolor="#008080" width="50%"| <span style="color: #c0c0c0">CYAN</span>
+
|magenta=#800080
| bgcolor="#00ffff" width="50%"| <span style="color: #000000">LCYAN</span>
+
|lmagenta=#ff00ff
|-
+
|brown=#808000
| bgcolor="#800000" width="50%"| <span style="color: #c0c0c0">RED</span>
+
|yellow=#ffff00
| bgcolor="#ff0000" width="50%"| <span style="color: #000000">LRED</span>
+
|lgray=#c0c0c0
|-
+
|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 "color.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.34 folder)->(data)->(init)-> open file "colors.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 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".
+
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".
  
 
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 228: Line 171:
  
 
----
 
----
 
  
 
=== 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.
  
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.
+
{{color scheme
 +
|black=#000000
 +
|dgray=#646464
 +
|blue=#1E55A5
 +
|lblue=#5A82D2
 +
|green=#467D37
 +
|lgreen=#6EB437
 +
|cyan=#2D9187
 +
|lcyan=#46D7C3
 +
|red=#AA1400
 +
|lred=#D73C00
 +
|magenta=#822873
 +
|lmagenta=#D255BE
 +
|brown=#785032
 +
|yellow=#EBB400
 +
|lgray=#A0A0A0
 +
|white=#FAFAFA
 +
}}
  
 +
Lee's Colour Scheme v2 (same author):<br />
 +
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.
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#15130F
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
+
|dgray=#746E71
| bgcolor="#646464" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
+
|blue=#2D5AA0
|-
+
|lblue=#6987E1
| bgcolor="#1E55A5" width="50%"| <span style="color: #c0c0c0">BLUE</span>
+
|green=#508714
| bgcolor="#5A82D2" width="50%"| <span style="color: #000000">LBLUE</span>
+
|lgreen=#7DB937
|-
+
|cyan=#198C8C
| bgcolor="#467D37" width="50%"| <span style="color: #c0c0c0">GREEN</span>
+
|lcyan=#3CCDBE
| bgcolor="#6EB437" width="50%"| <span style="color: #000000">LGREEN</span>
+
|red=#A0140A
|-
+
|lred=#DC3214
| bgcolor="#2D9187" width="50%"| <span style="color: #c0c0c0">CYAN</span>
+
|magenta=#873C82
| bgcolor="#46D7C3" width="50%"| <span style="color: #000000">LCYAN</span>
+
|lmagenta=#BE6EB9
|-
+
|brown=#964B37
| bgcolor="#AA1400" width="50%"| <span style="color: #c0c0c0">RED</span>
+
|yellow=#E6AA1E
| bgcolor="#D73C00" width="50%"| <span style="color: #000000">LRED</span>
+
|lgray=#B2AFAC
|-
+
|white=#E8E3E8
| 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>
 
|-
 
|}
 
 
 
<pre>
 
[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>
 
 
 
  
 
----
 
----
Line 320: Line 222:
 
This mix softens the glaring colors of the original to earthtones.
 
This mix softens the glaring colors of the original to earthtones.
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#000000
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
+
|dgray=#585356
| bgcolor="#585356" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
+
|blue=#0d67c4
|-
+
|lblue=#91caff
| bgcolor="#0d67c4" width="50%"| <span style="color: #c0c0c0">BLUE</span>
+
|green=#449e35
| bgcolor="#91caff" width="50%"| <span style="color: #000000">LBLUE</span>
+
|lgreen=#83d452
|-
+
|cyan=#56a3cd
| bgcolor="#449e35" width="50%"| <span style="color: #c0c0c0">GREEN</span>
+
|lcyan=#b0dfd7
| bgcolor="#83d452" width="50%"| <span style="color: #000000">LGREEN</span>
+
|red=#971a1a
|-
+
|lred=#ff2222
| bgcolor="#56a3cd" width="50%"| <span style="color: #c0c0c0">CYAN</span>
+
|magenta=#ff6ebb
| bgcolor="#b0dfd7" width="50%"| <span style="color: #000000">LCYAN</span>
+
|lmagenta=#ffa7f6
|-
+
|brown=#785e2f
| bgcolor="#971a1a" width="50%"| <span style="color: #c0c0c0">RED</span>
+
|yellow=#ffda5a
| bgcolor="#ff2222" width="50%"| <span style="color: #000000">LRED</span>
+
|lgray=#b9c0a2
|-
+
|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 405: Line 245:
 
=== True Brown ===
 
=== True Brown ===
  
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].
+
Default scheme with BROWN actually being a shade of brown (rather than Olive Green). Created by [[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 ===
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#000000
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
+
|dgray=#505050
| bgcolor="#505050" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
+
|blue=#495f9d
|-
+
|lblue=#6f8aa5
| bgcolor="#495f9d" width="50%"| <span style="color: #c0c0c0">BLUE</span>
+
|green=#597537
| bgcolor="#6f8aa5" width="50%"| <span style="color: #000000">LBLUE</span>
+
|lgreen=#a0c852
|-
+
|cyan=#65909e
| bgcolor="#597537" width="50%"| <span style="color: #c0c0c0">GREEN</span>
+
|lcyan=#9fc4d2
| bgcolor="#a0c852" width="50%"| <span style="color: #000000">LGREEN</span>
+
|red=#920000
|-
+
|lred=#ce4901
| bgcolor="#65909e" width="50%"| <span style="color: #c0c0c0">CYAN</span>
+
|magenta=#a53665
| bgcolor="#9fc4d2" width="50%"| <span style="color: #000000">LCYAN</span>
+
|lmagenta=#ef96cf
|-
+
|brown=#8a693b
| bgcolor="#920000" width="50%"| <span style="color: #c0c0c0">RED</span>
+
|yellow=#ffc600
| bgcolor="#ce4901" width="50%"| <span style="color: #000000">LRED</span>
+
|lgray=#808080
|-
+
|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 577: Line 295:
 
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.)
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#000000|blackt=*
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK*</span>
+
|dgray=#787878
| bgcolor="#787878" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
+
|blue=#2c88de
|-
+
|lblue=#90caff
| bgcolor="#2c88de" width="50%"| <span style="color: #c0c0c0">BLUE</span>
+
|green=#209020
| bgcolor="#90caff" width="50%"| <span style="color: #000000">LBLUE</span>
+
|lgreen=#42e828
|-
+
|cyan=#008080|cyant=*
| bgcolor="#209020" width="50%"| <span style="color: #c0c0c0">GREEN</span>
+
|lcyan=#80e0d8
| bgcolor="#42e828" width="50%"| <span style="color: #000000">LGREEN</span>
+
|red=#b00808
|-
+
|lred=#ff0000|lredt=*
| bgcolor="#008080" width="50%"| <span style="color: #c0c0c0">CYAN*</span>
+
|magenta=#b038a0
| bgcolor="#80e0d8" width="50%"| <span style="color: #000000">LCYAN</span>
+
|lmagenta=#ff54ff
|-
+
|brown=#785e30
| bgcolor="#b00808" width="50%"| <span style="color: #c0c0c0">RED</span>
+
|yellow=#ffec30
| bgcolor="#ff0000" width="50%"| <span style="color: #000000">LRED*</span>
+
|lgray=#b0b0b0
|-
+
|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 670: Line 379:
 
}}
 
}}
 
|}
 
|}
 
<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 ===
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#000000
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
+
|dgray=#707070
| bgcolor="#707070" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
+
|blue=#203090
|-
+
|lblue=#2838ff
| bgcolor="#203090" width="50%"| <span style="color: #c0c0c0">BLUE</span>
+
|green=#309020
| bgcolor="#2838ff" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
+
|lgreen=#30f020
|-
+
|cyan=#208090
| bgcolor="#309020" width="50%"| <span style="color: #c0c0c0">GREEN</span>
+
|lcyan=#38d0ff
| bgcolor="#30f020" width="50%"| <span style="color: #000000">LGREEN</span>
+
|red=#971a1a
|-
+
|lred=#ff3020
| bgcolor="#208090" width="50%"| <span style="color: #c0c0c0">CYAN</span>
+
|magenta=#702090
| bgcolor="#38d0ff" width="50%"| <span style="color: #000000">LCYAN</span>
+
|lmagenta=#d038ff
|-
+
|brown=#907030
| bgcolor="#971a1a" width="50%"| <span style="color: #c0c0c0">RED</span>
+
|yellow=#ffe020
| bgcolor="#ff3020" width="50%"| <span style="color: #000000">LRED</span>
+
|lgray=#b0b0b0
|-
+
|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 818: Line 413:
  
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#000000
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
+
|dgray=#555555
| bgcolor="#555555" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
+
|blue=#0000aa
|-
+
|lblue=#5555ff
| bgcolor="#0000aa" width="50%"| <span style="color: #c0c0c0">BLUE</span>
+
|green=#00aa00
| bgcolor="#5555ff" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
+
|lgreen=#55ff55
|-
+
|cyan=#00aaaa
| bgcolor="#00aa00" width="50%"| <span style="color: #c0c0c0">GREEN</span>
+
|lcyan=#55ffff
| bgcolor="#55ff55" width="50%"| <span style="color: #000000">LGREEN</span>
+
|red=#aa0000
|-
+
|lred=#ff5555
| bgcolor="#00aaaa" width="50%"| <span style="color: #c0c0c0">CYAN</span>
+
|magenta=#aa00aa
| bgcolor="#55ffff" width="50%"| <span style="color: #000000">LCYAN</span>
+
|lmagenta=#ff55ff
|-
+
|brown=#aa5500
| bgcolor="#aa0000" width="50%"| <span style="color: #c0c0c0">RED</span>
+
|yellow=#ffff55
| bgcolor="#ff5555" width="50%"| <span style="color: #000000">LRED</span>
+
|lgray=#aaaaaa
|-
+
|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 904: Line 439:
  
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#000000
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
+
|dgray=#808080
| bgcolor="#808080" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
+
|blue=#0000C0
|-
+
|lblue=#3030FF
| bgcolor="#0000C0" width="50%"| <span style="color: #c0c0c0">BLUE</span>
+
|green=#008000
| bgcolor="#3030FF" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
+
|lgreen=#00D000
|-
+
|cyan=#007090
| bgcolor="#008000" width="50%"| <span style="color: #c0c0c0">GREEN</span>
+
|lcyan=#40D0FF
| bgcolor="#00D000" width="50%"| <span style="color: #000000">LGREEN</span>
+
|red=#C00000
|-
+
|lred=#FF3030
| bgcolor="#007090" width="50%"| <span style="color: #c0c0c0">CYAN</span>
+
|magenta=#A00080
| bgcolor="#40D0FF" width="50%"| <span style="color: #000000">LCYAN</span>
+
|lmagenta=#FF40D0
|-
+
|brown=#606000
| bgcolor="#C00000" width="50%"| <span style="color: #c0c0c0">RED</span>
+
|yellow=#FFFF40
| bgcolor="#FF3030" width="50%"| <span style="color: #000000">LRED</span>
+
|lgray=#C0C0C0
|-
+
|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 986: Line 464:
 
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.
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#000000
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
+
|dgray=#707070
| bgcolor="#707070" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
+
|blue=#0000F0
|-
+
|lblue=#5050FF
| bgcolor="#0000F0" width="50%"| <span style="color: #c0c0c0">BLUE</span>
+
|green=#008000
| bgcolor="#5050FF" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
+
|lgreen=#00D000
|-
+
|cyan=#007090
| bgcolor="#008000" width="50%"| <span style="color: #c0c0c0">GREEN</span>
+
|lcyan=#40D0FF
| bgcolor="#00D000" width="50%"| <span style="color: #000000">LGREEN</span>
+
|red=#F00000
|-
+
|lred=#FF5050
| bgcolor="#007090" width="50%"| <span style="color: #c0c0c0">CYAN</span>
+
|magenta=#A00080
| bgcolor="#40D0FF" width="50%"| <span style="color: #000000">LCYAN</span>
+
|lmagenta=#FF30F0
|-
+
|brown=#806000
| bgcolor="#F00000" width="50%"| <span style="color: #c0c0c0">RED</span>
+
|yellow=#FFFF40
| bgcolor="#FF5050" width="50%"| <span style="color: #000000">LRED</span>
+
|lgray=#D0D0D0
|-
+
|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 1,067: Line 489:
 
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.
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#2E3436
| bgcolor="#2E3436" width="50%"| <span style="color: #c0c0c0">BLACK</span>
+
|dgray=#888a85
| bgcolor="#888a85" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
+
|blue=#204a87
|-
+
|lblue=#3465a4
| bgcolor="#204a87" width="50%"| <span style="color: #c0c0c0">BLUE</span>
+
|green=#4e9a06
| bgcolor="#3465a4" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
+
|lgreen=#8ae234
|-
+
|cyan=#75507b
| bgcolor="#4e9a06" width="50%"| <span style="color: #c0c0c0">GREEN</span>
+
|lcyan=#729fcf
| bgcolor="#8ae234" width="50%"| <span style="color: #000000">LGREEN</span>
+
|red=#a40000
|-
+
|lred=#ef2929
| bgcolor="#75507b" width="50%"| <span style="color: #c0c0c0">CYAN</span>
+
|magenta=#5c3566
| bgcolor="#729fcf" width="50%"| <span style="color: #000000">LCYAN</span>
+
|lmagenta=#ad7fa8
|-
+
|brown=#ce5c00
| bgcolor="#a40000" width="50%"| <span style="color: #c0c0c0">RED</span>
+
|yellow=#fce94f
| bgcolor="#ef2929" width="50%"| <span style="color: #000000">LRED</span>
+
|lgray=#babdb6
|-
+
|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.
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#000
| bgcolor="#000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
+
|dgray=#484848
| bgcolor="#484848" width="50%"| <span style="color: #c0c0c0">DGRAY</span>
+
|blue=#303c78
|-
+
|lblue=#5064b4
| bgcolor="#303c78" width="50%"| <span style="color: #c0c0c0">BLUE</span>
+
|green=#1e6428
| bgcolor="#5064b4" width="50%"| <span style="color: #c0c0c0">LBLUE</span>
+
|lgreen=#289632
|-
+
|cyan=#285a82
| bgcolor="#1e6428" width="50%"| <span style="color: #c0c0c0">GREEN</span>
+
|lcyan=#729fcf
| bgcolor="#289632" width="50%"| <span style="color: #000000">LGREEN</span>
+
|red=#a40000
|-
+
|lred=#ef2929
| bgcolor="#285a82" width="50%"| <span style="color: #c0c0c0">CYAN</span>
+
|magenta=#5c3566
| bgcolor="#729fcf" width="50%"| <span style="color: #000000">LCYAN</span>
+
|lmagenta=#ad7fa8
|-
+
|brown=#785032
| bgcolor="#a40000" width="50%"| <span style="color: #c0c0c0">RED</span>
+
|yellow=#b4aa3c
| bgcolor="#ef2929" width="50%"| <span style="color: #000000">LRED</span>
+
|lgray=#808080
|-
+
|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 1,228: Line 538:
 
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.  
  
{| width="50%" style="margin-left: 1cm"
+
{{color scheme
|-
+
|black=#000000
| bgcolor="#000000" width="50%"| <span style="color: #c0c0c0">BLACK</span>
+
|dgray=#626262
| bgcolor="#626262" width="50%"| <span style="color: #c0c0c0">DGRAY (Caliborn gray tumut)</span>
+
|dgrayt=(Caliborn gray tumut)
|-
+
|blue=#000056
| bgcolor="#000056" width="50%"| <span style="color: #c0c0c0">BLUE (Equius B100)</span>
+
|bluet=(Equius B100)
| bgcolor="#005682" width="50%"| <span style="color: #000000">LBLUE (Vriska Cerulean!!!!!!!!)</span>
+
|lblue=#005682
|-
+
|lbluet=(Vriska Cerulean!!!!!!!!)
| bgcolor="#416600" width="50%"| <span style="color: #c0c0c0">GREEN (:33 < *nepeta green*)</span>
+
|green=#416600
| bgcolor="#00FF00" width="50%"| <span style="color: #000000">LGREEN (Calliope's blood)</span>
+
|greent=(:33 < *nepeta green*)
|-
+
|lgreen=#00FF00
| bgcolor="#008282" width="50%"| <span style="color: #c0c0c0">CYAN (T3R3Z1 T34L)</span>
+
|lgreent=(Calliope's blood)
| bgcolor="#00FFFF" width="50%"| <span style="color: #000000">LCYAN</span>
+
|cyan=#008282
|-
+
|cyant=(T3R3Z1 T34L)
| bgcolor="#a10000" width="50%"| <span style="color: #c0c0c0">RED (aradia red)</span>
+
|lcyan=#00FFFF
| bgcolor="#FF0000" width="50%"| <span style="color: #000000">LRED</span>
+
|red=#a10000
|-
+
|redt=(aradia red)
| bgcolor="#6a006a" width="50%"| <span style="color: #c0c0c0">MAGENTA (eridan vviolet)</span>
+
|lred=#FF0000
| bgcolor="#77003c" width="50%"| <span style="color: #000000">LMAGENTA (meenah purple)</span>
+
|magenta=#6a006a
|-
+
|magentat=(eridan vviolet)
| bgcolor="#a15000" width="50%"| <span style="color: #c0c0c0">BROWN (uHH, tAVROS BROWN)</span>
+
|lmagenta=#77003c
| bgcolor="#a1a100" width="50%"| <span style="color: #000000">YELLOW (yucky mu2tard yellow)</span>
+
|lmagentat=(meenah purple)
|-
+
|brown=#a15000
| bgcolor="#929292" width="50%"| <span style="color: #000000">LGRAY (Calliope gray!)</span>
+
|brownt=(uHH, tAVROS BROWN)
| bgcolor="#FFFFFF" width="50%"| <span style="color: #000000">WHITE</span>
+
|yellow=#a1a100
|-
+
|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====
 +
{{color scheme
 +
|black=#170f0d
 +
|dgray=#4a342e
 +
|blue=#005fff
 +
|lblue=#00b3ff
 +
|green=#7ba000
 +
|lgreen=#d6ef00
 +
|cyan=#00875f
 +
|lcyan=#00ffb4
 +
|red=#bb2800
 +
|lred=#ff4310
 +
|magenta=#900036
 +
|lmagenta=#ff005f
 +
|brown=#ff9905
 +
|yellow=#ffd03f
 +
|lgray=#79644b
 +
|white=#f1e3b8
 +
}}
 +
 
 +
====Dusk====
 +
{{color scheme
 +
|black=#0a0a0a
 +
|dgray=#30262d
 +
|blue=#04518c
 +
|lblue=#00b0ee
 +
|green=#5d6d06
 +
|lgreen=#a6b000
 +
|cyan=#0c4f4c
 +
|lcyan=#0cbba0
 +
|red=#8e2800
 +
|lred=#ce4901
 +
|magenta=#830034
 +
|lmagenta=#a00307
 +
|brown=#eb8800
 +
|yellow=#ffb74d
 +
|lgray=#806d63
 +
|white=#f2f7e6
 +
}}
 +
 
 +
====Sorrow====
 +
{{color scheme
 +
|black=#050011
 +
|dgray=#392a20
 +
|blue=#2e495e
 +
|lblue=#4c889e
 +
|green=#55532a
 +
|lgreen=#afb54b
 +
|cyan=#437d42
 +
|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====