dotfiles

dot files
git clone git://git.rr3.xyz/dotfiles | git clone gits://git.rr3.xyz/dotfiles
Log | Files | Refs | Submodules

commit a85b1008f743e4af6a9a6683e6a681a6799f12e1
parent 1aa319506b6d9ab6e727485e2e7b0f4555f727fc
Author: Robert Russell <robert@rr3.xyz>
Date:   Sun,  2 Aug 2026 13:15:07 -0700

zed: change comment.doc syntax color (lightness of comment, hue of string)

Diffstat:
Mzed/.config/zed/settings.json | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/zed/.config/zed/settings.json b/zed/.config/zed/settings.json @@ -38,6 +38,7 @@ "syntax": { "boolean": { "color": "#00cc55" }, "comment": { "color": "#808080", "font_style": "italic" }, + "comment.doc": { "color": "#838170", "font_style": "italic" }, "constructor": { "color": "#00cc55" }, "function": { "color": "#d7d7d7" }, "property": { "color": "#d7d7d7" },