Skip to content

Instantly share code, notes, and snippets.

View math0ne's full-sized avatar
🏠
Working from home

Aidan McQuay math0ne

🏠
Working from home
View GitHub Profile
@-moz-document domain("youtube.com") {
/*================================================================
Youtube Umbra Theme
by Andy Cormack
http://ac-design.co.uk/
@groundxaero
v1.3.2
@math0ne
math0ne / gist:66593eb0135401408d8016a26bb07d10
Last active July 25, 2017 02:40
Updated ARC Theme For Firefox (Fix Tab Issue)
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* custom colors */ /*var(--tab-bg)*/
:root {
--tab-bg: #303641 !important; /* tab bg */
--url-bg: #383C4A !important; /* nav bar and selected tab */
--browser-bg: #303641 !important; /* url bg & hover bg */
--main-text: #8E9BA8 !important; /* tab fg */
--secondary-text: #D1DEEA !important; /* selected tab fg*/
@math0ne
math0ne / gist:cf80cc751f1a7f7b2d058e47c966e7e9
Created February 17, 2017 08:45
Small fix for bookmarkbar for ARC for firefox
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* custom colors */ /*var(--tab-bg)*/
:root {
--tab-bg: #303641 !important; /* tab bg */
--url-bg: #383C4A !important; /* nav bar and selected tab */
--browser-bg: #303641 !important; /* url bg & hover bg */
--main-text: #8E9BA8 !important; /* tab fg */
--secondary-text: #D1DEEA !important; /* selected tab fg*/
^F12::SetNumLockState, % (GetKeyState("NumLock","t")) ? "Off" : "On"
#if, GetKeyState("NumLock", "T")
m::Numpad1
,::Numpad2
.::Numpad3
j::Numpad4
k::Numpad5
l::Numpad6
u::Numpad7
# Configuration file for varnish
#
# /etc/init.d/varnish expects the variables $DAEMON_OPTS, $NFILES and $MEMLOCK
# to be set from this shell script fragment.
#
# Note: If systemd is installed, this file is obsolete and ignored. You will
# need to copy /lib/systemd/system/varnish.service to /etc/systemd/system/ and
# edit that file.
# Should we start varnishd at boot? Set to "no" to disable.
# This is a basic VCL configuration file for varnish. See the vcl(7)
# man page for details on VCL syntax and semantics.
#
# Default backend definition. Set this to point to your content
# server.
#
backend default {
.host = "216.14.119.170";
.port = "80";
}
#Persistent
;;Menu, Tray, Icon , C:\Users\math0ne\Dropbox\[config]\blzos_tray_icons_by_blazezone\skype.ico
Menu, tray, NoStandard
Menu, Tray, Add, Exit, Exit
;;Menu, Tray, Add, LeftLarge, LeftLarge
;;Menu, Tray, Add, RightSmall, RightSmall
GetTaskBarLocation()
{
RegRead, TaskBarSettings, HKEY_CURRENT_USER, SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2, Settings
@math0ne
math0ne / color-theme-zenburn.el
Created November 21, 2011 19:37
My Emacs Colors (modified zenburn to have Thayers colors)
;;; zenburn.el --- just some alien fruit salad to keep you in the zone
;; Copyright (C) 2003, 2004, 2005, 2006 Daniel Brockman
;; Copyright (C) 2009 Adrian C., Bastien Guerry
;; Author: Daniel Brockman <daniel@brockman.se>
;; URL: http://www.brockman.se/software/zenburn/zenburn.el
;; Updated: 2009-07-08 05:27
;; Adrian C. and Bastien Guerry added org-mode faces.