Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: define "accents" for indent_aware coloring #62

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Conversation

tecandrew
Copy link
Collaborator

@tecandrew tecandrew commented Dec 11, 2024

  • use schema v0.2.0 accents key as mentioned in docs: for indent_aware colors

https://zed.dev/docs/configuring-zed#indent-guides

requires settings.json params:

"indent_guides": {
  "enabled": true,
  "coloring": "indent_aware",
  "background_coloring": "indent_aware"
},

before 🌦️ :
image

image

after 🌈 :
image

image

@tecandrew tecandrew merged commit 1e4d756 into main Dec 11, 2024
@tecandrew tecandrew deleted the indent-accents branch December 11, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant