Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minor fixes to the Iceshrimp Light theme #94

Merged
merged 20 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions data/iceshrimp-light/Custom.css
Original file line number Diff line number Diff line change
@@ -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;
}

Expand Down
14 changes: 7 additions & 7 deletions data/iceshrimp-light/Preset.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
Loading