Skip to content

Instantly share code, notes, and snippets.

View herrherrmann's full-sized avatar
🍌
Mango.

Sebastian Herrmann herrherrmann

🍌
Mango.
View GitHub Profile
@herrherrmann
herrherrmann / stylish_confluence.css
Last active March 13, 2018 13:13
Limit Confluence's Reader+Editor width (for desktop-size displays)
.wrapper-space-view-page {
max-width: 1200px;
margin: 0 auto;
}
#content.edit form.aui {
max-width: 1200px;
width: 1200px;
margin: 0 auto;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
@herrherrmann
herrherrmann / settings.json
Created February 19, 2018 09:36
Additional Incrementor Enumerations for VS Code's Incrementor Extension
// Add to your user or workspace settings:
"incrementor.enums": [
[
"false",
"true"
],
[
"let",
"const"
],
@herrherrmann
herrherrmann / iTerm_Profile.json
Created January 25, 2018 20:43
iTerm Profile
{
"Ansi 7 Color" : {
"Green Component" : 0.73333334922790527,
"Blue Component" : 0.73333334922790527,
"Red Component" : 0.73333334922790527
},
"Tags" : [
],
"Ansi 12 Color" : {
@herrherrmann
herrherrmann / .hyper.js
Created September 7, 2017 23:04
My hyper config
module.exports = {
config: {
fontSize: 12,
fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
cursorColor: '#F81CE5',
foregroundColor: '#fff',
backgroundColor: '#000',
borderColor: '#333',
css: '',
termCSS: '',
/*
* Querying all tribe (The Events Calendar Pro) events…
* - with a certain category (e.g. 'course')
* - starting today or later
*/
$events = get_posts( array(
'post_type' => 'tribe_events',
'posts_per_page' => 20,
'tax_query' => array(