feat: add a comfortable Zsh terminal and system diagnostics

This commit is contained in:
Coding Agent
2026-09-05 05:02:51 +00:00
parent 2868b5ab85
commit 366d19a6b5
6 changed files with 292 additions and 9 deletions
+16
View File
@@ -0,0 +1,16 @@
# Small shared palette, not a theme framework. Hyprland's native Lua uses the
# same accent/border colors explicitly; wallpaper.svg is original source art.
{
background = "#161616";
surface = "#262626";
raised = "#393939";
border = "#525252";
text = "#f2f4f8";
muted = "#a2a9b0";
blue = "#78a9ff";
cyan = "#3ddbd9";
purple = "#be95ff";
green = "#42be65";
yellow = "#f1c21b";
red = "#ff6b7a";
}