Skip to content

Commit

Permalink
improve theme
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Dec 31, 2024
1 parent 286ed44 commit 5e4420e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ let theme = EditorView.theme(
);

const highlightStyle = HighlightStyle.define([
{ tag: tags.keyword, color: colors.fuchsia300 },
{ tag: tags.labelName, color: "#7dd3fc" },
{ tag: tags.keyword, color: colors.teal600 },
{ tag: tags.literal, color: colors.whitish },
{ tag: tags.squareBracket, color: colors.amber },
{ tag: tags.punctuation, color: colors.fuchsia300 },
Expand Down

0 comments on commit 5e4420e

Please sign in to comment.