summaryrefslogtreecommitdiff
path: root/src/client/theme/dark.json
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-28 20:39:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-28 20:39:32 +0900
commit0c63ec8157f0c54d780faf69aad63f4bcd7fd683 (patch)
treefcdde0b76f4fb81c68e0ae31a433844d0f4fbfd7 /src/client/theme/dark.json
parentwip (diff)
downloadsharkey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.tar.gz
sharkey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.tar.bz2
sharkey-0c63ec8157f0c54d780faf69aad63f4bcd7fd683.zip
wip
Diffstat (limited to 'src/client/theme/dark.json')
-rw-r--r--src/client/theme/dark.json4
1 files changed, 4 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)",