summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeamus Connor2019-01-03 13:21:10 -0800
committerSeamus Connor2019-01-03 13:21:10 -0800
commit8eb69aa89495f85b5f2d47038db63b2e4d4d82c9 (patch)
treef9b69c0327dee71e0e5d863dfe23ccf7641387b0
parentf1d05a3c2581a6a6f899ed59cc29267d31333acc (diff)
downloadaur-8eb69aa89495f85b5f2d47038db63b2e4d4d82c9.tar.gz
removed blue colors per Gelmo
-rw-r--r--PKGBUILD4
-rw-r--r--darkify_slack.js10
2 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9e10ab3a404..561091a84e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=slack-desktop-dark
pkgver=3.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Slack Desktop (Beta) for Linux, with dark theme patch"
arch=('x86_64')
url="https://slack.com/downloads"
@@ -16,7 +16,7 @@ source=("https://downloads.slack-edge.com/linux_releases/${pkgname%-dark}-${pkgv
noextract=("${pkgname%-dark}-${pkgver}-amd64.deb")
sha256sums=('d12dcc09f75af35b949068dd2b46c4e2a1990b8c7d3b3fdd4fc40b539755a407'
- '93e1bea9f7352fca43b515835c7c319b74a77b68fa5f49a613d3fe03d6f2ba36'
+ 'c14c22fd39a6cca72669a8a470f8b193e96757477c515f66506bd36f62b5af10'
'c952eb32dd59beff9fc5374853b04acde4a60ed8c39934fcd0b66829455d594d')
package() {
diff --git a/darkify_slack.js b/darkify_slack.js
index 42798ed4f5ab..84aa8869df13 100644
--- a/darkify_slack.js
+++ b/darkify_slack.js
@@ -9896,7 +9896,7 @@ comments {
.channel_header,
.channel_title_info,
body {
- background: rgb(0, 43, 54)
+ background: rgb(50, 50, 50)
}
.c-message__body {
@@ -9905,7 +9905,7 @@ body {
#team_menu,
.p-channel_sidebar {
- background: #023f4e !important
+ background: #191919 !important
}
.c-presence--active {
@@ -9917,16 +9917,16 @@ body {
.p-message_pane .c-message_list.c-virtual_list--scrollbar>.c-scrollbar__hider:before,
nav.p-channel_sidebar .p-channel_sidebar__channel--selected {
color: #eee !important;
- background: rgb(27, 139, 210) !important
+ background: rgb(111, 111, 111) !important
}
.c-message_list__day_divider__line {
- border-top-color: rgb(27, 139, 210) !important
+ border-top-color: rgb(111, 111, 111) !important
}
#msg_input,
#primary_file_button {
- background: rgb(2, 55, 68) !important
+ background: rgb(76, 76, 76) !important
}
#msg_form #msg_input {