Skip to content

Commit 0e6bf2b

Browse files
Vlad Zinculescunightwing
authored andcommitted
Update the debug marker in all themes
1 parent c130465 commit 0e6bf2b

21 files changed

Lines changed: 23 additions & 20 deletions

lib/ace/theme/clouds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exports.cssText = "\
8686
}\
8787
\
8888
.ace-clouds .ace_marker-layer .ace_step {\
89-
background: rgb(198, 219, 174);\
89+
background: rgb(255, 255, 0);\
9090
}\
9191
\
9292
.ace-clouds .ace_marker-layer .ace_bracket {\

lib/ace/theme/clouds_midnight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exports.cssText = "\
8686
}\
8787
\
8888
.ace-clouds-midnight .ace_marker-layer .ace_step {\
89-
background: rgb(198, 219, 174);\
89+
background: rgb(102, 82, 0);\
9090
}\
9191
\
9292
.ace-clouds-midnight .ace_marker-layer .ace_bracket {\

lib/ace/theme/cobalt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exports.cssText = "\
8686
}\
8787
\
8888
.ace-cobalt .ace_marker-layer .ace_step {\
89-
background: rgb(198, 219, 174);\
89+
background: rgb(127, 111, 19);\
9090
}\
9191
\
9292
.ace-cobalt .ace_marker-layer .ace_bracket {\

lib/ace/theme/dawn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exports.cssText = "\
8686
}\
8787
\
8888
.ace-dawn .ace_marker-layer .ace_step {\
89-
background: rgb(198, 219, 174);\
89+
background: rgb(255, 255, 0);\
9090
}\
9191
\
9292
.ace-dawn .ace_marker-layer .ace_bracket {\

lib/ace/theme/eclipse.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ exports.cssText = ".ace-eclipse .ace_editor {\
135135
.ace-eclipse .ace_entity.ace_other.ace_attribute-name {\
136136
color:rgb(127, 0, 127);\
137137
}\
138+
.ace-eclipse .ace_marker-layer .ace_step {\
139+
background: rgb(255, 255, 0);\
140+
}\
138141
\
139142
.ace-eclipse .ace_marker-layer .ace_active_line {\
140143
background: rgb(232, 242, 254);\

lib/ace/theme/idle_fingers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exports.cssText = "\
8686
}\
8787
\
8888
.ace-idle-fingers .ace_marker-layer .ace_step {\
89-
background: rgb(198, 219, 174);\
89+
background: rgb(102, 82, 0);\
9090
}\
9191
\
9292
.ace-idle-fingers .ace_marker-layer .ace_bracket {\

lib/ace/theme/kr_theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exports.cssText = "\
8686
}\
8787
\
8888
.ace-kr-theme .ace_marker-layer .ace_step {\
89-
background: rgb(198, 219, 174);\
89+
background: rgb(102, 82, 0);\
9090
}\
9191
\
9292
.ace-kr-theme .ace_marker-layer .ace_bracket {\

lib/ace/theme/merbivore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exports.cssText = "\
8686
}\
8787
\
8888
.ace-merbivore .ace_marker-layer .ace_step {\
89-
background: rgb(198, 219, 174);\
89+
background: rgb(102, 82, 0);\
9090
}\
9191
\
9292
.ace-merbivore .ace_marker-layer .ace_bracket {\

lib/ace/theme/merbivore_soft.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exports.cssText = "\
8686
}\
8787
\
8888
.ace-merbivore-soft .ace_marker-layer .ace_step {\
89-
background: rgb(198, 219, 174);\
89+
background: rgb(102, 82, 0);\
9090
}\
9191
\
9292
.ace-merbivore-soft .ace_marker-layer .ace_bracket {\

lib/ace/theme/mono_industrial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ exports.cssText = "\
8686
}\
8787
\
8888
.ace-mono-industrial .ace_marker-layer .ace_step {\
89-
background: rgb(198, 219, 174);\
89+
background: rgb(102, 82, 0);\
9090
}\
9191
\
9292
.ace-mono-industrial .ace_marker-layer .ace_bracket {\

0 commit comments

Comments
 (0)