소스 검색

Swap the light and dark colors, it's calmer for the eye

Ralph Plawetzki 1 년 전
부모
커밋
caa5e77386
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml

+ 2 - 2
dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml

@@ -54,8 +54,8 @@
 	</screenshots>
 
 	<branding>
-		<color type="primary" scheme_preference="light">#264268</color>
-		<color type="primary" scheme_preference="dark">#71a0df</color>
+		<color type="primary" scheme_preference="light">#71a0df</color>
+		<color type="primary" scheme_preference="dark">#264268</color>
 	</branding>
 
 	<url type="homepage">https://cryptomator.org/</url>