BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

commit f339b21addc7e9848c633481a8397d8906989d58
parent 6e49a93b6588c2f7eecd8b8889f442ec7bf8de4a
Author: Matt Demanett <matt@demanett.net>
Date:   Mon, 10 Aug 2020 23:07:52 -0400

Make ports slightly darker in lowcontrast skin.

Diffstat:
Mres-pp/port-lowcontrast-pp.svg | 2+-
Mres-src/skin-lowcontrast.css | 2+-
Mres/port-lowcontrast.svg | 0
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/res-pp/port-lowcontrast-pp.svg b/res-pp/port-lowcontrast-pp.svg @@ -115,7 +115,7 @@ polyline.output-label, path.output-label { } circle.port-rim { - stroke: #ccc; + stroke: #bbb; } circle.port-barrel { stroke: #222; diff --git a/res-src/skin-lowcontrast.css b/res-src/skin-lowcontrast.css @@ -42,7 +42,7 @@ polyline.output-label, path.output-label { } circle.port-rim { - stroke: #ccc; + stroke: #bbb; } circle.port-barrel { stroke: #222; diff --git a/res/port-lowcontrast.svg b/res/port-lowcontrast.svg Binary files differ.