aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar jpmschuler <jpmschuler@users.noreply.github.com>2022-03-14 16:38:34 +0100
committerLibravatar GitHub <noreply@github.com>2022-03-14 16:38:34 +0100
commit4cc5f074d87b63f26671ae8db060057452cf4e26 (patch)
tree34168b904e91669e7b5d74f9ce9f041fa6bedb25 /recipes
parentdocs: add Lawrence-ux as a contributor for review (#842) (diff)
downloadferdium-recipes-4cc5f074d87b63f26671ae8db060057452cf4e26.tar.gz
ferdium-recipes-4cc5f074d87b63f26671ae8db060057452cf4e26.tar.zst
ferdium-recipes-4cc5f074d87b63f26671ae8db060057452cf4e26.zip
Improve Slack DarkMode (esp. threads, saved) (#821)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/slack/darkmode.css46
-rw-r--r--recipes/slack/package.json2
2 files changed, 47 insertions, 1 deletions
diff --git a/recipes/slack/darkmode.css b/recipes/slack/darkmode.css
index 8a5d0d2..bbd6f27 100644
--- a/recipes/slack/darkmode.css
+++ b/recipes/slack/darkmode.css
@@ -9053,3 +9053,49 @@ comments {
9053.para_menu a.trigger.pilcrow.active { 9053.para_menu a.trigger.pilcrow.active {
9054 filter: grayscale(2) brightness(2); 9054 filter: grayscale(2) brightness(2);
9055} 9055}
9056.p-workspace__primary_view_footer--float {
9057 position: relative;
9058 z-index: 200;
9059 margin-top: -8px;
9060 background: linear-gradient(
9061 180deg, rgba(var(--sk_primary_background, 34, 34, 34), 0), rgba(var(--sk_primary_background, 34, 34, 34), 1) 8px);
9062}
9063.c-wysiwyg_container--composer_ia .c-wysiwyg_container__formatting {
9064 background: rgba(var(--sk_foreground_min_solid, 50, 50, 50), 1);
9065 cursor: text;
9066}
9067.p-composer__button--sticky.c-icon_button {
9068 color: rgba(var(--sk_primary_foreground, 120, 120, 120), 1);
9069 background-color: rgba(var(--sk_foreground_low, 80, 80, 80), .13);
9070}
9071.p-composer__button--sticky.c-icon_button[aria-pressed=true] {
9072 color: rgba(var(--sk_primary_foreground, 180, 180, 180), 1);
9073 background-color: rgba(var(--sk_foreground_low, 100, 100, 100), .13);
9074}
9075.c-basic_container__body {
9076 background-color: rgb(25, 25, 25);
9077}
9078.p-view_header__actions {
9079 background: rgba(var(--sk_primary_background, 25, 25, 25), 1);
9080}
9081.p-avatar_stack--details {
9082 color: rgba(var(--sk_foreground_max, 80, 80, 80), .7);
9083}
9084.p-avatar_stack__avatar {
9085 background-color: rgba(var(--sk_primary_background, 34, 34, 34), 1);
9086 --saf-0: rgba(var(--sk_primary_background, 34, 34, 34), 1);
9087}
9088.p-activity_page,
9089.p-saved_page {
9090 background: rgba(var(--sk_foreground_min_solid, 34, 34, 34), 1);
9091}
9092.p-activity_page__item_background,
9093.p-saved_page__item {
9094 background: rgba(var(--sk_primary_background, 25, 25, 25), 1);
9095}
9096.p-message_pane_input__preview {
9097 background-color: rgba(var(--sk_foreground_min_solid,25,25,25),1);
9098}
9099.p-message_pane_input__preview_subtitle {
9100 color: rgba(var(--sk_foreground_max,230,230,230),.7);
9101}
diff --git a/recipes/slack/package.json b/recipes/slack/package.json
index 77f5a5b..d55842a 100644
--- a/recipes/slack/package.json
+++ b/recipes/slack/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "slack", 2 "id": "slack",
3 "name": "Slack", 3 "name": "Slack",
4 "version": "1.3.4", 4 "version": "1.3.5",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://{teamId}.slack.com", 7 "serviceURL": "https://{teamId}.slack.com",