feat: add black and white (more like gray) theme

This commit is contained in:
LucasGGamerM
2023-07-08 21:01:03 -03:00
parent 3a87e83974
commit 8b08d5ddfd
7 changed files with 68 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ import com.google.gson.reflect.TypeToken;
import org.joinmastodon.android.model.ContentType;
import org.joinmastodon.android.model.TimelineDefinition;
import org.joinmastodon.android.ui.utils.ColorPalette;
import java.lang.reflect.Type;
import java.util.HashMap;
@@ -245,8 +246,9 @@ public class GlobalUserPreferences{
BROWN,
RED,
YELLOW,
NORD
}
NORD,
WHITE
}
public enum ThemePreference{
AUTO,