소스 검색

暗黑主题下背景色调整

任一存 2 년 전
부모
커밋
206d53cc69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/4dage.js

+ 1 - 1
public/4dage.js

@@ -5020,7 +5020,7 @@ function (I) {
       // var e = this.backgroundColor
       // this.gl.clearColor(e[0], e[1], e[2], 1)
       if (window.isDarkTheme.value) {
-        this.gl.clearColor(0.19, 0.19, 0.19, 1)
+        this.gl.clearColor(0.04, 0.04, 0.04, 1)
       } else {
         this.gl.clearColor(0.91, 0.91, 0.91, 1)
       }