File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ $base-font-size: 12;
33// colors
44$p5js-pink : #ed225d ;
55$p5js-pink-opacity : #ed225d66 ;
6+ $pink-contrast-opacity : #ed225ba4 ;
67$processing-blue : #007BBB ;
78$processing-blue-opacity : #007BBB66 ;
9+ $orange-contrast-opacity : #ffee009a ;
810$p5js-active-pink : #f10046 ;
911$white : #fff ;
1012$black : #000 ;
Original file line number Diff line number Diff line change @@ -137,9 +137,9 @@ $p5-contrast-activeline: #999999;
137137}
138138
139139.cm-s-p5-contrast .cm-searching {
140- background-color : $processing-blue -opacity ;
140+ background-color : $pink-contrast -opacity ;
141141}
142142
143143.cm-s-p5-contrast .CodeMirror-selectedtext {
144- background-color : $medium-dark ;
144+ background-color : $orange-contrast-opacity ;
145145}
You can’t perform that action at this time.
0 commit comments