577c169bae
Replace all gtklock mentions in README, ARCHITECTURE, CLAUDE.md with hyprlock, and drop the stale gtklock consumer note from theme/colors.css header comment (hyprlock uses Hyprlang, not CSS imports). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
641 B
CSS
21 lines
641 B
CSS
/* Tomorrow Night - shared color palette */
|
|
/* @import this file from waybar, wofi CSS */
|
|
|
|
@define-color tn-bg #1d1f21;
|
|
@define-color tn-bg-alt #282a2e;
|
|
@define-color tn-bg-high #373b41;
|
|
@define-color tn-fg #c5c8c6;
|
|
@define-color tn-fg-dim #969896;
|
|
@define-color tn-fg-muted #707880;
|
|
@define-color tn-blue #81a2be;
|
|
@define-color tn-green #b5bd68;
|
|
@define-color tn-yellow #f0c674;
|
|
@define-color tn-red #cc6666;
|
|
@define-color tn-magenta #b294bb;
|
|
@define-color tn-cyan #8abeb7;
|
|
|
|
/* Alpha variants */
|
|
@define-color tn-bg-a90 rgba(29, 31, 33, 0.90);
|
|
@define-color tn-bg-a95 rgba(29, 31, 33, 0.95);
|
|
@define-color tn-bg-a96 rgba(29, 31, 33, 0.96);
|