Skip to content

Instantly share code, notes, and snippets.

/* ===[ General ]=== */
#messages_container > div.p-history_container.message_pane_scroller > div > div:nth-child(2) > div > div.c-virtual_list.c-virtual_list--scrollbar.c-message_list.c-scrollbar.c-scrollbar--fade > div.c-scrollbar__hider {
background: #2A2E39;
}
.c-message--light .c-message__sender .c-message__sender_link {
color: #ffffff
}
.c-message__body {
<scheme name="Monokai Dark Soda Custom" version="142" parent_scheme="Default">
<option name="FONT_SCALE" value="3.0" />
<metaInfo>
<property name="created">2018-04-10T11:17:08</property>
<property name="ide">Idea</property>
<property name="ideVersion">2018.1.0.0</property>
<property name="modified">2018-04-10T11:17:21</property>
<property name="originalScheme">Monokai Dark Soda Custom</property>
</metaInfo>
<option name="EDITOR_FONT_SIZE" value="16" />

Keybase proof

I hereby claim:

  • I am mlopes on github.
  • I am mlopes (https://keybase.io/mlopes) on keybase.
  • I have a public key ASBWeiKLf4WqwamRdXom3K4ItA6BEPGwkO7s0hWdlTvlugo

To claim this, I am signing this object:

@mlopes
mlopes / slackstyle.css
Created May 7, 2019 13:50
dark style for slack
body { background: #222; color: #e6e6e6; }
a { color: #949494; }
a:link, a:visited { color: #949494; }
a:hover, a:active, a:focus { color: #c7c7c7; }
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; }
body {
text-rendering: optimizeLegibility important;
-webkit-font-smoothing: auto;
}
.p-member_directory__search_filter_container{
background-color: #1a1a1a !important;
}
.p-member_directory__member_row {
background-color: #1a1a1a !important;
border-bottom: 1px solid #000 !important;}
body {
text-rendering: optimizeLegibility important;
-webkit-font-smoothing: auto;
}
.p-member_directory__search_filter_container{
background-color: #1a1a1a !important;
}
.p-member_directory__member_row {
background-color: #1a1a1a !important;
border-bottom: 1px solid #000 !important;}