We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e5402 commit 5b8d8f9Copy full SHA for 5b8d8f9
src/js/theme.js
@@ -598,7 +598,7 @@ var theme = (function(){
598
b: 109
599
},
600
contrast: {
601
-light: 7,
+light: 5,
602
dark: 2
603
}
604
@@ -921,22 +921,22 @@ var theme = (function(){
921
l: 50
922
923
rgb: {
924
-r: 127,
925
-g: 127,
926
-b: 127
+r: 128,
+g: 128,
+b: 128
927
928
929
-light: 5.3,
930
-dark: 4
+light: 4,
+dark: 1
931
932
933
accent: {
934
-r: 0,
935
-g: 0,
936
-b: 0
+r: 34,
+g: 51,
+b: 68
937
938
radius: 0.3,
939
-shadow: 0.25,
+shadow: 0.5,
940
style: "light",
941
shade: {
942
opacity: 0.9
0 commit comments