Skip to content

Commit

Permalink
chore: removing some color (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentDream authored Apr 17, 2024
1 parent ffd0481 commit 9a9127b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/assets/FlojoyTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const flojoySyntaxTheme: SyntaxTheme = {
display: "block",
padding: "20px",
overflowX: "auto",
color: "rgb(var(--foreground))",
background: "rgb(var(--color-modal))",
},
"hljs-comment": {
Expand Down Expand Up @@ -57,7 +56,7 @@ export const flojoySyntaxTheme: SyntaxTheme = {
color: "rgb(var(--color-accent2))",
},
"hljs-title": {
color: "rgb(var(--color-accent3))",
color: "rgb(var(--color-accent2))",
},
"hljs-tag": {
color: "#000080",
Expand Down

0 comments on commit 9a9127b

Please sign in to comment.