Skip to content

Commit f452226

Browse files
committed
fix: Make tooltip background dark
1 parent ac71f0e commit f452226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hammer/resource/themes/dark.kv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Highlight" "219 65 65"
1616
"HighlightedText" "10 10 10"
1717
"AlternateBase" "40 40 40"
18-
"ToolTipBase" "255 255 255"
18+
"ToolTipBase" "25 25 25"
1919
"ToolTipText" "255 255 255"
2020
//"PlaceholderText" ""
2121
//"Light" ""

hammer/resource/themes/momentum-dark.kv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"HighlightedText" "32 32 32"
1616
"Link" "24 150 211"
1717
"AlternateBase" "79 79 79"
18-
"ToolTipBase" "255 255 255"
18+
"ToolTipBase" "25 25 25"
1919
"ToolTipText" "255 255 255"
2020
}
2121
}

0 commit comments

Comments
 (0)