diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 20:39:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 20:39:32 +0900 |
| commit | 0c63ec8157f0c54d780faf69aad63f4bcd7fd683 (patch) | |
| tree | fcdde0b76f4fb81c68e0ae31a433844d0f4fbfd7 /src/client/theme | |
| parent | wip (diff) | |
| download | sharkey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.tar.gz sharkey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.tar.bz2 sharkey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.zip | |
wip
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json | 4 | ||||
| -rw-r--r-- | src/client/theme/light.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index c43de3024e..015225ddab 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -67,6 +67,10 @@ "inputLabel": "rgba(255, 255, 255, 0.7)", "inputText": "#fff", + "buttonBg": "rgba(255, 255, 255, 0.05)", + "buttonHoverBg": "rgba(255, 255, 255, 0.1)", + "buttonActiveBg": "rgba(255, 255, 255, 0.15)", + "autocompleteItemHoverBg": "rgba(255, 255, 255, 0.1)", "autocompleteItemText": "rgba(255, 255, 255, 0.8)", "autocompleteItemTextSub": "rgba(255, 255, 255, 0.3)", diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 2e4f4b8cc9..3d131f066a 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -67,6 +67,10 @@ "inputLabel": "rgba(0, 0, 0, 0.54)", "inputText": "#000", + "buttonBg": "rgba(0, 0, 0, 0.05)", + "buttonHoverBg": "rgba(0, 0, 0, 0.1)", + "buttonActiveBg": "rgba(0, 0, 0, 0.15)", + "autocompleteItemHoverBg": "rgba(0, 0, 0, 0.1)", "autocompleteItemText": "rgba(0, 0, 0, 0.8)", "autocompleteItemTextSub": "rgba(0, 0, 0, 0.3)", |