Skip to content

Is it possible to make all keywords **bold** and _italic_ #16611

Answered by timmclean
aslpavel asked this question in Q&A
Discussion options

You must be logged in to vote

Adding this to my ~/.config/zed/settings.json worked for me:

  "experimental.theme_overrides": {
    "syntax": {
      "keyword": {
        "font_style": "italic",
        "font_weight": 700
      }
    }
  }

I figured out what to override by looking at a theme file.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aslpavel
Comment options

Answer selected by aslpavel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants