From 16b5f87fbc99a48bc5015c7626cb312760b05412 Mon Sep 17 00:00:00 2001 From: qu1ck Date: Sat, 24 Jul 2021 14:18:53 -0700 Subject: [PATCH] Change "Darken" -> "Mark" and tweak colors --- InteractiveHtmlBom/web/ibom.css | 12 +++++----- InteractiveHtmlBom/web/ibom.html | 4 ++-- InteractiveHtmlBom/web/ibom.js | 40 ++++++++++++++++---------------- InteractiveHtmlBom/web/render.js | 10 ++++---- InteractiveHtmlBom/web/util.js | 6 ++--- 5 files changed, 36 insertions(+), 36 deletions(-) diff --git a/InteractiveHtmlBom/web/ibom.css b/InteractiveHtmlBom/web/ibom.css index 32c69847..084a8c09 100644 --- a/InteractiveHtmlBom/web/ibom.css +++ b/InteractiveHtmlBom/web/ibom.css @@ -4,11 +4,11 @@ --pad-hole-color: #CCCCCC; --pad-color-highlight: #D04040; --pad-color-highlight-both: #D0D040; - --pad-color-highlight-darkened: #40D040; + --pad-color-highlight-marked: #67cc67; --pin1-outline-color: #ffb629; - --pin1-outline-color-highlight: #b4ff03; - --pin1-outline-color-highlight-both: #b4ff03; - --pin1-outline-color-highlight-darkened: #b4ff03; + --pin1-outline-color-highlight: #ffb629; + --pin1-outline-color-highlight-both: #fcbb39; + --pin1-outline-color-highlight-marked: #fdbe41; --silkscreen-edge-color: #aa4; --silkscreen-polygon-color: #4aa; --silkscreen-text-color: #4aa; @@ -236,11 +236,11 @@ canvas:active { } .bom tr.checked { - color: #aaa; + color: #1cb53d; } .dark .bom tr.checked { - color: #666; + color: #2cce54; } .bom tr { diff --git a/InteractiveHtmlBom/web/ibom.html b/InteractiveHtmlBom/web/ibom.html index f3c85b0f..94bee1ba 100644 --- a/InteractiveHtmlBom/web/ibom.html +++ b/InteractiveHtmlBom/web/ibom.html @@ -121,8 +121,8 @@ oninput="setBomCheckboxes(this.value)">