BogaudioModules

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

skin-lowcontrast.css (872B)


      1 text {
      2   fill: #b3b3b3;
      3 }
      4 
      5 polyline {
      6   stroke: #b3b3b3;
      7 }
      8 path {
      9   stroke: #b3b3b3;
     10 }
     11 
     12 rect.module-background, .background-fill {
     13   fill: #333;
     14 }
     15 polyline.module-border-inner {
     16   stroke: #191919;
     17 }
     18 polyline.module-border-middle {
     19   stroke: #111;
     20 }
     21 polyline.module-border-outer {
     22   stroke: #000;
     23 }
     24 
     25 rect.input-background, rect.input-background-filler {
     26   fill: #b3b3b3;
     27 }
     28 rect.output-background, rect.output-background-filler {
     29   fill: #888;
     30 }
     31 text.input-label {
     32   fill: #666;
     33 }
     34 polyline.input-label, path.input-label {
     35   stroke: #666;
     36 }
     37 text.output-label {
     38   fill: #ccc;
     39 }
     40 polyline.output-label, path.output-label {
     41   stroke: #ccc;
     42 }
     43 
     44 circle.port-rim {
     45   stroke: #bbb;
     46 }
     47 circle.port-barrel {
     48   stroke: #222;
     49   fill: #222;
     50 }
     51 circle.knob-center {
     52    fill: #bbb;
     53 }
     54 circle.knob-rim {
     55    fill: #555;
     56 }
     57 circle.knob-tick {
     58   fill: #fff;
     59 }
     60 polyline.knob-tick {
     61   stroke: #fff;
     62 }