summarylogtreecommitdiffstats
path: root/darkify_slack.js
diff options
context:
space:
mode:
authorSeamus Connor2019-01-03 13:21:10 -0800
committerSeamus Connor2019-01-03 13:21:10 -0800
commit8eb69aa89495f85b5f2d47038db63b2e4d4d82c9 (patch)
treef9b69c0327dee71e0e5d863dfe23ccf7641387b0 /darkify_slack.js
parentf1d05a3c2581a6a6f899ed59cc29267d31333acc (diff)
downloadaur-8eb69aa89495f85b5f2d47038db63b2e4d4d82c9.tar.gz
removed blue colors per Gelmo
Diffstat (limited to 'darkify_slack.js')
-rw-r--r--darkify_slack.js10
1 files changed, 5 insertions, 5 deletions
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 {