Helix, Hyprland

This commit is contained in:
2025-07-22 13:56:44 +03:00
parent cb6cb26803
commit 5557e221b5
7 changed files with 85 additions and 62 deletions

View File

@ -5,5 +5,13 @@ error = "red"
info = "blue"
hint = "orange"
"comment.block.documentation" = { fg = "comment", modifiers = [
"dim", # hard to distinguish otherwise
] } # Block doc comments, e.g '/** */' in rust.
"comment.line.documentation" = { fg = "comment", modifiers = [
"italic",
] } # Line doc comments, e.g '///' in rust.
# ui.background = {}
# ui.gutter = {}