Skip to content

Instantly share code, notes, and snippets.

View idNoRD's full-sized avatar
🇺🇦

Andrii Patiuk idNoRD

🇺🇦
View GitHub Profile
@idNoRD
idNoRD / matrix_color_scheme_iterm2
Created April 12, 2022 02:36 — forked from rdempsey/matrix_color_scheme_iterm2
Matrix color scheme for iTerm2. Import with script from here: http://ngs.io/2014/05/05/iterm2-color-schemes/
{
'Ansi 7 Color' = {
'Blue Component' = '0.751819';
'Green Component' = '0.859729';
'Red Component' = '0.796432';
};
'Selected Text Color' = {
'Blue Component' = '1.000000';
'Green Component' = '1.000000';
'Red Component' = '1.000000';
@idNoRD
idNoRD / ssb-interop.js
Created September 12, 2018 13:50
Slack ssb-interop.js Matrix theme
/**
* on OSX: /Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js
* The preload script needs to stay in regular ole JavaScript, because it is
* the point of entry for electron-compile.
*/
if (window.location.href !== 'about:blank') {
const preloadStartTime = process.hrtime();
const { ipcRenderer, remote } = require('electron');
@idNoRD
idNoRD / main.scss
Created August 17, 2018 14:06
Matrix theme for Slack
@-moz-document regexp("https://[^./]*\\.slack\\.com/(?!pricing)(?!security).*") {
// Theme Colors
$color-base: #0D0208;
$color-highlight: #00FF21;
$color-shade-darkest: #003B00;
$color-shade-dark: #077F47;
$color-shade-mid: #007213;
$color-shade-light: #3EB73E;