Skip to content

Commit

Permalink
fix: minor fixes for the Iceshrimp Light theme (#94)
Browse files Browse the repository at this point in the history
* add iceshrimp light theme

* fix status colours in iceshrimp light

* fix error colour in iceshrimp light

* update `Custom.css` in iceshrimp light

* fix formatting in iceshrimp light

* add `blue` tag to iceshrimp light

* add square profile pictures to iceshrimp light

* fix formatting error (again) in iceshrimp light

* remove dm sans in iceshrimp light

* bump version in iceshrimp light

* fix error, warning, and success colours to match upstream IceShrimp theme

* add status colours from upstream iceshrimp theme

* fix css wrapping

* add `a` element colour on hover

* remove custom `a` colour

* fix capitalization in "IceShrimp"
  • Loading branch information
theycallhermax authored Jul 19, 2024
1 parent e8a8229 commit 592dbb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
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"

0 comments on commit 592dbb8

Please sign in to comment.