8be00bc273
- Replace swaylock with gtklock (username + password form lockscreen) - Add gtklock/config.ini and gtklock/style.css (Tomorrow Night theme) - Update niri keybindings and swayidle to invoke gtklock -d - Update packages.txt: swaylock -> gtklock - Update install.sh: add AUR helper detection (yay/paru), symlink gtklock configs - Add theme/colors.css (CSS custom properties) and theme/colors.json - Update waybar/style.css, wofi/style.css, gtklock/style.css to import shared palette - Update README.md with project summary and component table - Add ARCHITECTURE.md and CLAUDE.md
16 lines
398 B
JSON
16 lines
398 B
JSON
{
|
|
"name": "Tomorrow Night",
|
|
"background": "#1d1f21",
|
|
"background_alt": "#282a2e",
|
|
"background_high": "#373b41",
|
|
"foreground": "#c5c8c6",
|
|
"foreground_dim": "#969896",
|
|
"foreground_muted": "#707880",
|
|
"blue": "#81a2be",
|
|
"green": "#b5bd68",
|
|
"yellow": "#f0c674",
|
|
"red": "#cc6666",
|
|
"magenta": "#b294bb",
|
|
"cyan": "#8abeb7"
|
|
}
|