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"
Jump to navigation
Jump to search
(→What colors show up where: link to color) |
|||
| (11 intermediate revisions by 5 users not shown) | |||
| Line 16: | Line 16: | ||
:LGRAY, WHITE | :LGRAY, WHITE | ||
| − | The color scheme data is located in the [[ | + | 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: | + | :** 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. | ||
| − | + | ||
| + | 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/[[ | + | 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. |
| − | { | + | {{color scheme |
| − | | | + | |black=#000000 |
| − | + | |dgray=#808080 | |
| − | | | + | |blue=#000080 |
| − | | | + | |lblue=#0000ff |
| − | + | |green=#008000 | |
| − | | | + | |lgreen=#00ff00 |
| − | | | + | |cyan=#008080 |
| − | + | |lcyan=#00ffff | |
| − | | | + | |red=#800000 |
| − | + | |lred=#ff0000 | |
| − | | | + | |magenta=#800080 |
| − | | | + | |lmagenta=#ff00ff |
| − | | | + | |brown=#808000 |
| − | + | |yellow=#ffff00 | |
| − | | | + | |lgray=#c0c0c0 |
| − | | | + | |white=#ffffff |
| − | + | }} | |
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
= 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 " | + | 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 | + | 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. | ||
| − | + | {{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. | ||
| − | { | + | {{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 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. | ||
| − | { | + | {{color scheme |
| − | | | + | |black=#000000 |
| − | + | |dgray=#585356 | |
| − | | | + | |blue=#0d67c4 |
| − | + | |lblue=#91caff | |
| − | | | + | |green=#449e35 |
| − | | | + | |lgreen=#83d452 |
| − | | | + | |cyan=#56a3cd |
| − | + | |lcyan=#b0dfd7 | |
| − | | | + | |red=#971a1a |
| − | | | + | |lred=#ff2222 |
| − | + | |magenta=#ff6ebb | |
| − | | | + | |lmagenta=#ffa7f6 |
| − | | | + | |brown=#785e2f |
| − | + | |yellow=#ffda5a | |
| − | | | + | |lgray=#b9c0a2 |
| − | + | |white=#ffffff | |
| − | | | + | }} |
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
---- | ---- | ||
| Line 405: | Line 245: | ||
=== True Brown === | === True Brown === | ||
| − | Default scheme with BROWN actually being a shade of brown (rather than Olive Green). Created by [ | + | Default scheme with BROWN actually being a shade of brown (rather than Olive Green). Created by [[User:Met|Met]]. |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| + | {{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 |
| − | | | + | |black=#000000 |
| − | + | |dgray=#505050 | |
| − | | | + | |blue=#495f9d |
| − | + | |lblue=#6f8aa5 | |
| − | | | + | |green=#597537 |
| − | | | + | |lgreen=#a0c852 |
| − | + | |cyan=#65909e | |
| − | | | + | |lcyan=#9fc4d2 |
| − | | | + | |red=#920000 |
| − | + | |lred=#ce4901 | |
| − | | | + | |magenta=#a53665 |
| − | | | + | |lmagenta=#ef96cf |
| − | + | |brown=#8a693b | |
| − | | | + | |yellow=#ffc600 |
| − | | | + | |lgray=#808080 |
| − | | | + | |white=#ffffff |
| − | + | }} | |
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
---- | ---- | ||
| − | |||
=== 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.) | ||
| − | { | + | {{color scheme |
| − | | | + | |black=#000000|blackt=* |
| − | + | |dgray=#787878 | |
| − | | | + | |blue=#2c88de |
| − | + | |lblue=#90caff | |
| − | | | + | |green=#209020 |
| − | | | + | |lgreen=#42e828 |
| − | + | |cyan=#008080|cyant=* | |
| − | | | + | |lcyan=#80e0d8 |
| − | | | + | |red=#b00808 |
| − | + | |lred=#ff0000|lredt=* | |
| − | | | + | |magenta=#b038a0 |
| − | | | + | |lmagenta=#ff54ff |
| − | | | + | |brown=#785e30 |
| − | + | |yellow=#ffec30 | |
| − | | | + | |lgray=#b0b0b0 |
| − | + | |white=#ffffff|whitet=* | |
| − | | | + | }} |
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | |||
:''(* unchanged'') | :''(* unchanged'') | ||
| Line 670: | Line 379: | ||
}} | }} | ||
|} | |} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
---- | ---- | ||
| − | |||
=== (Yet) Another scheme === | === (Yet) Another scheme === | ||
| − | { | + | {{color scheme |
| − | | | + | |black=#000000 |
| − | + | |dgray=#707070 | |
| − | | | + | |blue=#203090 |
| − | + | |lblue=#2838ff | |
| − | | | + | |green=#309020 |
| − | | | + | |lgreen=#30f020 |
| − | | | + | |cyan=#208090 |
| − | + | |lcyan=#38d0ff | |
| − | | | + | |red=#971a1a |
| − | | | + | |lred=#ff3020 |
| − | + | |magenta=#702090 | |
| − | | | + | |lmagenta=#d038ff |
| − | + | |brown=#907030 | |
| − | | | + | |yellow=#ffe020 |
| − | | | + | |lgray=#b0b0b0 |
| − | | | + | |white=#ffffff |
| − | + | }} | |
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
---- | ---- | ||
| − | |||
=== True CGA Scheme === | === True CGA Scheme === | ||
| Line 818: | Line 413: | ||
| − | { | + | {{color scheme |
| − | | | + | |black=#000000 |
| − | + | |dgray=#555555 | |
| − | | | + | |blue=#0000aa |
| − | + | |lblue=#5555ff | |
| − | | | + | |green=#00aa00 |
| − | | | + | |lgreen=#55ff55 |
| − | | | + | |cyan=#00aaaa |
| − | + | |lcyan=#55ffff | |
| − | | | + | |red=#aa0000 |
| − | | | + | |lred=#ff5555 |
| − | + | |magenta=#aa00aa | |
| − | | | + | |lmagenta=#ff55ff |
| − | + | |brown=#aa5500 | |
| − | | | + | |yellow=#ffff55 |
| − | | | + | |lgray=#aaaaaa |
| − | | | + | |white=#ffffff |
| − | + | }} | |
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
---- | ---- | ||
| − | |||
=== For the Chromatically Challenged === | === For the Chromatically Challenged === | ||
| Line 904: | Line 439: | ||
| − | { | + | {{color scheme |
| − | | | + | |black=#000000 |
| − | + | |dgray=#808080 | |
| − | | | + | |blue=#0000C0 |
| − | + | |lblue=#3030FF | |
| − | | | + | |green=#008000 |
| − | | | + | |lgreen=#00D000 |
| − | | | + | |cyan=#007090 |
| − | + | |lcyan=#40D0FF | |
| − | | | + | |red=#C00000 |
| − | | | + | |lred=#FF3030 |
| − | + | |magenta=#A00080 | |
| − | | | + | |lmagenta=#FF40D0 |
| − | + | |brown=#606000 | |
| − | | | + | |yellow=#FFFF40 |
| − | | | + | |lgray=#C0C0C0 |
| − | + | |white=#FFFFFF | |
| − | | | + | }} |
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | + | ---- | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
=== 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. | ||
| − | { | + | {{color scheme |
| − | | | + | |black=#000000 |
| − | + | |dgray=#707070 | |
| − | | | + | |blue=#0000F0 |
| − | + | |lblue=#5050FF | |
| − | | | + | |green=#008000 |
| − | | | + | |lgreen=#00D000 |
| − | | | + | |cyan=#007090 |
| − | + | |lcyan=#40D0FF | |
| − | | | + | |red=#F00000 |
| − | | | + | |lred=#FF5050 |
| − | + | |magenta=#A00080 | |
| − | | | + | |lmagenta=#FF30F0 |
| − | + | |brown=#806000 | |
| − | | | + | |yellow=#FFFF40 |
| − | | | + | |lgray=#D0D0D0 |
| − | + | |white=#FFFFFF | |
| − | | | + | }} |
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | + | ---- | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
=== 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. | ||
| − | { | + | {{color scheme |
| − | | | + | |black=#2E3436 |
| − | + | |dgray=#888a85 | |
| − | | | + | |blue=#204a87 |
| − | | | + | |lblue=#3465a4 |
| − | + | |green=#4e9a06 | |
| − | | | + | |lgreen=#8ae234 |
| − | + | |cyan=#75507b | |
| − | | | + | |lcyan=#729fcf |
| − | | | + | |red=#a40000 |
| − | + | |lred=#ef2929 | |
| − | | | + | |magenta=#5c3566 |
| − | | | + | |lmagenta=#ad7fa8 |
| − | | | + | |brown=#ce5c00 |
| − | + | |yellow=#fce94f | |
| − | | | + | |lgray=#babdb6 |
| − | + | |white=#eeeeec | |
| − | | | + | }} |
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | |||
| − | + | ---- | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
=== 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 |
| − | | | + | |black=#000 |
| − | + | |dgray=#484848 | |
| − | | | + | |blue=#303c78 |
| − | | | + | |lblue=#5064b4 |
| − | + | |green=#1e6428 | |
| − | | | + | |lgreen=#289632 |
| − | + | |cyan=#285a82 | |
| − | | | + | |lcyan=#729fcf |
| − | | | + | |red=#a40000 |
| − | + | |lred=#ef2929 | |
| − | | | + | |magenta=#5c3566 |
| − | | | + | |lmagenta=#ad7fa8 |
| − | | | + | |brown=#785032 |
| − | + | |yellow=#b4aa3c | |
| − | | | + | |lgray=#808080 |
| − | + | |white=#eeeeec | |
| − | | | + | }} |
| − | | | ||
| − | | | ||
| − | |||
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | |||
| − | + | ---- | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
=== 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. | ||
| − | { | + | {{color scheme |
| − | | | + | |black=#000000 |
| − | + | |dgray=#626262 | |
| − | | | + | |dgrayt=(Caliborn gray tumut) |
| − | | | + | |blue=#000056 |
| − | + | |bluet=(Equius B100) | |
| − | | | + | |lblue=#005682 |
| − | | | + | |lbluet=(Vriska Cerulean!!!!!!!!) |
| − | + | |green=#416600 | |
| − | | | + | |greent=(:33 < *nepeta green*) |
| − | | | + | |lgreen=#00FF00 |
| − | | | + | |lgreent=(Calliope's blood) |
| − | | | + | |cyan=#008282 |
| − | | | + | |cyant=(T3R3Z1 T34L) |
| − | | | + | |lcyan=#00FFFF |
| − | | | + | |red=#a10000 |
| − | | | + | |redt=(aradia red) |
| − | | | + | |lred=#FF0000 |
| − | | | + | |magenta=#6a006a |
| − | | | + | |magentat=(eridan vviolet) |
| − | | | + | |lmagenta=#77003c |
| − | | | + | |lmagentat=(meenah purple) |
| − | | | + | |brown=#a15000 |
| − | | | + | |brownt=(uHH, tAVROS BROWN) |
| − | | | + | |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==== | ||