Skip to content

Instantly share code, notes, and snippets.

View dmland's full-sized avatar

Dave Land dmland

View GitHub Profile
@dmland
dmland / slack-minimal-dark-theme.css
Last active December 13, 2017 00:48 — forked from bradens/slack-dark-theme.css
Dark theme for slack
form#msg_form {
margin: 0px 0px -22px 0px;
}
div#msg_input,
button#primary_file_button {
border-radius: 0px;
border-color: rgba(000, 000, 000, calc(32/256)) !important;
border-bottom-width: 0px !important;
border-left-width: 0px !important;
-- Based on https://gist.github.com/zarigani/400795
-- This version is in English with English (inch) units
-- Original was in Japanese with Metric units
set margin to input_margin()
tell application "TextEdit"
activate
make new document
set text of front document to my rtf_setting(margin)
set tmp_path to (path to temporary items as text) & "rtf_margin_setting.scpt.rtf"