update item box color to yield better contrast

This commit is contained in:
2026-08-09 21:34:31 +02:00
parent 5794a51c9a
commit 37a7a7499a

View File

@@ -109,40 +109,40 @@ glyph = "E"
# --- ores --- # --- ores ---
[items.iron_ore] [items.iron_ore]
fill = "#8a5a4a" fill = "#47271c"
outline = "#201010" outline = "#a65b42"
[items.copper_ore] [items.copper_ore]
fill = "#c47a3a" fill = "#deb592"
outline = "#3a1a0a" outline = "#826a56"
[items.quartz] [items.quartz]
fill = "#e0d4f0" fill = "#4f3d66"
outline = "#40345a" outline = "#9776c4"
# --- smelted basics --- # --- smelted basics ---
[items.iron_ingot] [items.iron_ingot]
fill = "#b0b0b8" fill = "#535357"
outline = "#202028" outline = "#97979e"
[items.copper_ingot] [items.copper_ingot]
fill = "#d48a4a" fill = "#663810"
outline = "#402010" outline = "#b07746"
[items.silicon] [items.silicon]
fill = "#33415e" fill = "#737f99"
outline = "#0e1420" outline = "#373f4f"
# --- salvage loop --- # --- salvage loop ---
[items.scrap] [items.scrap]
fill = "#7a7268" fill = "#998e81"
outline = "#201a14" outline = "#574b3d"
[items.voidsteel] [items.voidsteel]
fill = "#4a3a6a" fill = "#82759c"
outline = "#151020" outline = "#3f374f"
# --- basic components --- # --- basic components ---
@@ -151,106 +151,106 @@ fill = "#e09a50"
outline = "#3a2008" outline = "#3a2008"
[items.steel_plate] [items.steel_plate]
fill = "#8a92a0" fill = "#202836"
outline = "#22262c" outline = "#54698c"
[items.copper_coil] [items.copper_coil]
fill = "#d07030" fill = "#cca287"
outline = "#381808" outline = "#755d4d"
[items.building_block] [items.building_block]
fill = "#c8b070" fill = "#544724"
outline = "#302810" outline = "#a18845"
# --- advanced components --- # --- advanced components ---
[items.control_chip] [items.control_chip]
fill = "#2ea35a" fill = "#74b08b"
outline = "#0a2a14" outline = "#42634e"
[items.capacitor_bank] [items.capacitor_bank]
fill = "#d0a030" fill = "#d0a030"
outline = "#302408" outline = "#302408"
[items.hardened_steel] [items.hardened_steel]
fill = "#6a7280" fill = "#818999"
outline = "#181c22" outline = "#3e4859"
[items.ceramic_plate] [items.ceramic_plate]
fill = "#e0d8c8" fill = "#e0d8c8"
outline = "#3a3428" outline = "#3a3428"
[items.drive_unit] [items.drive_unit]
fill = "#4a6ad0" fill = "#92a4de"
outline = "#101a38" outline = "#545f80"
# --- capital components --- # --- capital components ---
[items.voidsteel_plate] [items.voidsteel_plate]
fill = "#7a5aaa" fill = "#9986b5"
outline = "#1c1038" outline = "#544766"
[items.capital_core] [items.capital_core]
fill = "#b040d0" fill = "#420c52"
outline = "#280c30" outline = "#9444ab"
# --- module items --- # --- module items ---
[items.railgun_s_module] [items.railgun_s_module]
fill = "#691313" fill = "#bf7e7e"
outline = "#f3ff4f" outline = "#664343"
[items.railgun_m_module] [items.railgun_m_module]
fill = "#892020" fill = "#b07474"
outline = "#f3ff4f" outline = "#593b3b"
[items.railgun_l_module] [items.railgun_l_module]
fill = "#a92d2d" fill = "#b07474"
outline = "#f3ff4f" outline = "#593b3b"
[items.salvager_module] [items.salvager_module]
fill = "#b2cfdd" fill = "#b2cfdd"
outline = "#236137" outline = "#236137"
[items.repair_tool_module] [items.repair_tool_module]
fill = "#2e9ba3" fill = "#0b4347"
outline = "#689275" outline = "#38868c"
[items.armor_plates_module] [items.armor_plates_module]
fill = "#808080" fill = "#999999"
outline = "#202020" outline = "#545454"
[items.sensor_booster_module] [items.sensor_booster_module]
fill = "#40a0ff" fill = "#a0c9f2"
outline = "#102840" outline = "#607991"
[items.maneuvering_thrusters_module] [items.maneuvering_thrusters_module]
fill = "#5090e0" fill = "#92b4de"
outline = "#142438" outline = "#566982"
[items.afterburner_module] [items.afterburner_module]
fill = "#6080c0" fill = "#1d2e52"
outline = "#182030" outline = "#486db5"
[items.weapon_upgrade_module] [items.weapon_upgrade_module]
fill = "#ff4040" fill = "#ff4040"
outline = "#401010" outline = "#401010"
[items.weapon_primer_module] [items.weapon_primer_module]
fill = "#e03838" fill = "#e69797"
outline = "#380e0e" outline = "#855858"
[items.weapon_stabilizer_module] [items.weapon_stabilizer_module]
fill = "#c03030" fill = "#c78383"
outline = "#300c0c" outline = "#6e4848"
[items.drone_bay_module] [items.drone_bay_module]
fill = "#cc66ff" fill = "#cc66ff"
outline = "#331040" outline = "#331040"
[items.drone_hangar_module] [items.drone_hangar_module]
fill = "#9933cc" fill = "#8c689e"
outline = "#260c33" outline = "#42314a"
# --- ship hulls (outline matches the ship's fleet color in [ships.*]) --- # --- ship hulls (outline matches the ship's fleet color in [ships.*]) ---
@@ -283,8 +283,8 @@ fill = "#1b1b1b"
outline = "#ff5533" outline = "#ff5533"
[items.carrier_hull] [items.carrier_hull]
fill = "#1b1b1b" fill = "#310f42"
outline = "#cc66ff" outline = "#8542a6"
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Ships # Ships