Skip to content

Commit

Permalink
fix(themes): changed the solarized theme primary color from #93A1A1
Browse files Browse the repository at this point in the history
… to `#839496`. (#5422)

Co-authored-by: Ratul Sharker <ratul.sharker@dsinnovators.com>
  • Loading branch information
ratulSharker and Ratul Sharker committed Dec 12, 2023
1 parent ea1f12b commit 114a5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/solarized_dark-css.js
Expand Up @@ -10,12 +10,12 @@ module.exports = `.ace-solarized-dark .ace_gutter {
.ace-solarized-dark {
background-color: #002B36;
color: #93A1A1
color: #839496
}
.ace-solarized-dark .ace_entity.ace_other.ace_attribute-name,
.ace-solarized-dark .ace_storage {
color: #93A1A1
color: #839496
}
.ace-solarized-dark .ace_cursor,
Expand Down

0 comments on commit 114a5c1

Please sign in to comment.