dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 0498df04c01dc15acf812d48dde436a75b5e205d
parent d99b77e30d42f7d2dd84dbe0d4e83e8553265e4f
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu,  7 May 2026 22:30:29 +0900

zed: use Solarized Osaka theme

https://codeberg.org/cbracken/solarized-osaka.zed

Diffstat:
M.config/zed/settings.json | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.config/zed/settings.json b/.config/zed/settings.json @@ -8,7 +8,16 @@ // from the command palette or from `Zed` application menu. { // Theme. - "theme": "Ayu Mirage", + "icon_theme": { + "mode": "dark", + "light": "Zed (Default)", + "dark": "Zed (Default)", + }, + "theme": { + "mode": "dark", + "light": "One Light", + "dark": "Solarized Osaka Dark", + }, "ui_font_size": 15, // Panels. "project_panel": {