Add tooltip color tokens

This commit is contained in:
Ryan Hughes
2026-05-19 15:16:10 -04:00
parent 441072db52
commit 15f461c1df
13 changed files with 34 additions and 46 deletions
+6
View File
@@ -75,6 +75,12 @@ base-size = 12
background = "{{ background }}"
border = "{{ accent }}"
[tooltip]
# Hover tooltips across the bar, panels, and buttons.
background = "{{ background }}"
text = "{{ foreground }}"
border = "{{ foreground }}"
[notifications]
background = "{{ background }}"
text = "{{ foreground }}"