org.cryptomator.integrations.uiappearance.Theme Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integrations-api Show documentation
Show all versions of integrations-api Show documentation
Defines optional service interfaces that may be used by Cryptomator
package org.cryptomator.integrations.uiappearance;
public enum Theme {
LIGHT,
DARK;
}