diff --git a/data/iceshrimp-light/Custom.css b/data/iceshrimp-light/Custom.css index bc33fa7..d76db47 100644 --- a/data/iceshrimp-light/Custom.css +++ b/data/iceshrimp-light/Custom.css @@ -1,14 +1,13 @@ /* This is the default CSS for the IceShrimp Light theme. - This applies small fixes that makes Revolt more in place with the - theme, it is entirely optional to have this CSS as-is, but - things may feel slightly off. + This applies small fixes that makes Revolt more in place + with the upstream theme, it is entirely optional to have + this CSS as-is, but things may feel slightly off. */ :root { --border-radius-user-icon: 8px; - font-feature-settings: "liga" 1, "calt" 1; } diff --git a/data/iceshrimp-light/Preset.toml b/data/iceshrimp-light/Preset.toml index 423aa7d..de465df 100644 --- a/data/iceshrimp-light/Preset.toml +++ b/data/iceshrimp-light/Preset.toml @@ -1,9 +1,9 @@ slug = "iceshrimp-light" -name = "IceShrimp Light" +name = "Iceshrimp Light" creator = "theycallhermax" description = "The light theme from the Misskey fork bringing you no-nonsense fixes, features and improvements you actually want" tags = ["light", "blue", "iceshrimp"] -version = "1.2.0" +version = "1.3.0" [variables] light = true @@ -38,8 +38,8 @@ background = "#9A92FF" foreground = "#3B364C" [variables.status] -online = "#40a02b" -away = "#df8e1d" -busy = "#e64553" -streaming = "#7287fd" -invisible = "#c6d0f5" +online = "#58d4c9" +away = "#e8cd7e" +busy = "#ea5353" +streaming = "#89b4fa" +invisible = "#888888"