Просмотр исходного кода

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

Ralph Plawetzki 1 год назад
Родитель
Сommit
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>