diff options
Diffstat (limited to 'src/client/theme/light.json')
| -rw-r--r-- | src/client/theme/light.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/theme/light.json b/src/client/theme/light.json index b012629faf..4ae10b5cad 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -14,8 +14,12 @@ "faceDivider": "rgba(0, 0, 0, 0.082)", "popupBg": "#fff", "popupFg": "#586069", - "reactionPickerButtonHoverBg": "#eee", "modalBackdrop": "rgba(0, 0, 0, 0.1)", + + "autocompleteItemHoverBg": "rgba(0, 0, 0, 0.1)", + "autocompleteItemText": "rgba(0, 0, 0, 0.8)", + "autocompleteItemTextSub": "rgba(0, 0, 0, 0.3)", + "reactionPickerButtonHoverBg": "#eee", "desktopHeaderBg": "#f7f7f7", "mobileSignedInAsBg": "#fcfff5", "mobileSignedInAsFg": "#2c662d", |