Skip to content

Commit 15b96b6

Browse files
committed
Tweaks to ACE editor line highlights and selections
1 parent 0edafe4 commit 15b96b6

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

docs/src/scss/_playground.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
}
66

77
/* stylelint-disable */
8+
.ace-dracula {
9+
.ace_marker-layer .ace_active-line {
10+
background: #2E334B;
11+
}
12+
13+
.ace_gutter-active-line {
14+
color: #AEB7D1;
15+
background-color: #2E334B;
16+
}
17+
}
18+
819
[data-md-color-scheme="default"] {
920
.ace-dracula {
1021
color: #1F1F1F;
@@ -25,7 +36,7 @@
2536
}
2637

2738
.ace_marker-layer .ace_selection {
28-
background: #DCDEEF;
39+
background: #CFCFDE;
2940
}
3041

3142
.ace_multiselect .ace_selection.ace_start {
@@ -47,6 +58,7 @@
4758
}
4859

4960
.ace_gutter-active-line {
61+
color: #1F1F1F;
5062
background-color: #DCDEEF;
5163
}
5264

docs/theme/assets/coloraide-extras/extra-9476cd9525.css renamed to docs/theme/assets/coloraide-extras/extra-71ac3701da.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)