Skip to content

Commit 114a5c1

Browse files
ratulSharkerRatul Sharker
andauthored
fix(themes): changed the solarized theme primary color from #93A1A1 to #839496. (#5422)
Co-authored-by: Ratul Sharker <[email protected]>
1 parent ea1f12b commit 114a5c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/solarized_dark-css.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ module.exports = `.ace-solarized-dark .ace_gutter {
1010
1111
.ace-solarized-dark {
1212
background-color: #002B36;
13-
color: #93A1A1
13+
color: #839496
1414
}
1515
1616
.ace-solarized-dark .ace_entity.ace_other.ace_attribute-name,
1717
.ace-solarized-dark .ace_storage {
18-
color: #93A1A1
18+
color: #839496
1919
}
2020
2121
.ace-solarized-dark .ace_cursor,

0 commit comments

Comments
 (0)