feat: add a comfortable Zsh terminal and system diagnostics
This commit is contained in:
+16
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user