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;
3
3
// colors
4
4
$p5js-pink : #ed225d ;
5
5
$p5js-pink-opacity : #ed225d66 ;
6
+ $pink-contrast-opacity : #ed225ba4 ;
6
7
$processing-blue : #007BBB ;
7
8
$processing-blue-opacity : #007BBB66 ;
9
+ $orange-contrast-opacity : #ffee009a ;
8
10
$p5js-active-pink : #f10046 ;
9
11
$white : #fff ;
10
12
$black : #000 ;
Original file line number Diff line number Diff line change @@ -137,9 +137,9 @@ $p5-contrast-activeline: #999999;
137
137
}
138
138
139
139
.cm-s-p5-contrast .cm-searching {
140
- background-color : $processing-blue -opacity ;
140
+ background-color : $pink-contrast -opacity ;
141
141
}
142
142
143
143
.cm-s-p5-contrast .CodeMirror-selectedtext {
144
- background-color : $medium-dark ;
144
+ background-color : $orange-contrast-opacity ;
145
145
}
You can’t perform that action at this time.
0 commit comments