Skip to content

Commit

Permalink
improve one dark pro color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Dec 14, 2023
1 parent afd3418 commit 6a5895a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/code/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ Code Mirror Settings

.cm-s-solarized.cm-s-dark, .cm-s-solarized.cm-s-light {
text-shadow: none;
color: var(--ls-primary-text-color);
color: hsl(var(--ct-code-text-color, var(--cl-text-color)));
border: 0px solid var(--bg-color-2);
border-radius: 3px;
background-color: hsl(var(--cl-background));
Expand Down
1 change: 1 addition & 0 deletions src/palettes/one-dark-pro.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ html[data-theme='dark'] {
--ct-secondary-color: 187, 47%, 55%;
--ct-accent-color: 286,60%,67%;
--ct-title-text-color: 219, 14%, 71%;
--ct-code-text-color: 219, 14%, 82%;
}

.white-theme,
Expand Down

0 comments on commit 6a5895a

Please sign in to comment.