This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deck - Golgari Midrange | |
----------------- | |
1 Assassin's Trophy | |
2 Carnage Tyrant | |
1 Cast Down | |
1 Detection Tower | |
2 Doom Whisperer | |
3 Find/Finality | |
8 Forest | |
4 Jadelight Ranger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ $CurrentContainer := where $ "ID" .Docker.CurrentContainerID | first }} | |
{{ define "upstream" }} | |
{{ if .Address }} | |
{{/* If we got the containers from swarm and this container's port is published to host, use host IP:PORT */}} | |
{{ if and .Container.Node.ID .Address.HostPort }} | |
# {{ .Container.Node.Name }}/{{ .Container.Name }} | |
server {{ .Container.Node.Address.IP }}:{{ .Address.HostPort }}; | |
{{/* If there is no swarm node or the port is not published on host, use container's IP:PORT */}} | |
{{ else if .Network }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frontend: | |
themes: | |
Night: | |
# MyVariables | |
base-hue: '220' #Controls the base (and accent) color hue (0-360) | 0=Red 60=Yellow 120=Green 180=Cyan 240=Blue 300=Magenta 360=Red | |
base-sat: '5%' #Controls the saturation of the theme (0%-100%) | 0%=Grey 100%=Full Saturation | |
# MyVar | |
huesat: 'var(--base-hue), var(--base-sat),' | |
# Primary Color | |
primary-color: 'hsl(var(--huesat) 36%)' #header colors and some text colors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"alternate_base": "#30343e", | |
"base": "#30343e", | |
"bright_text": "#ffffff", | |
"button": "#404552", | |
"chat_timestamp": "#494b4e", | |
"disabled_button": "#393a3e", | |
"disabled_icon": "#a4a6a8", | |
"disabled_text": "#a4a6a8", | |
"highlight": "#EBCB8B", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.NavBar-container-1T0BJz { | |
background: #30343e; | |
} | |
.SourceSidebar-sidebar-YpV2mw{ | |
background-color: #30343e; | |
} | |
.FullPage-container-17Y0cs > div > div{ | |
background: none !important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. fork the repo in github to your personal account | |
# 2. make a working directory | |
mkdir working-fork | |
cd working-work | |
# 3. clone the your newly forked repo from step 1 | |
git clone https://github.com/your-username/forked-repo.git . | |
# 4. create the branch where you changes will live |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; This fixes an issue where addons dont have the ability to clear the url bar in | |
;; firefox quantume (57+). This is an issue if you want to use a custom new tab page | |
#NoTrayIcon | |
#ifWinActive ahk_class MozillaWindowClass | |
$^t:: | |
Send, ^t | |
sleep, 500 | |
Send, ^l |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# despite the docs saying that the newest beta mod pagespeed will rewrite srcsets, I still had to add this to make it work: | |
ModPagespeedUrlValuedAttribute source srcset image |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Your Stylesheet | |
* | |
* This stylesheet is loaded when Atom starts up and is reloaded automatically | |
* when it is changed and saved. | |
* | |
* Add your own CSS or Less to fully customize Atom. | |
* If you are unfamiliar with Less, you can read more about it here: | |
* http://lesscss.org | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Requires the gtk-xfce-engine. | |
gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=16,16" | |
gtk-button-images = 0 | |
gtk-menu-images = 0 | |
style "default" | |
{ | |
GtkButton::default_border = {0, 0, 0, 0} | |
GtkButton::default_outside_border = {0, 0, 0, 0} |
NewerOlder