/* Tomorrow Night - shared color palette */ /* @import this file from waybar, wofi, gtklock 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);