-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wes Smith
committed
Dec 22, 2015
1 parent
8ad66fd
commit fb9c1fb
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
highlight-font: '"AvenirNext-Medium", "GT Walsheim", "gt_walsheim_regular", "Avant Garde Gothic ITCW01Dm", "Avant Garde", "Helvetica Neue", "Arial"' | ||
|
||
body: '"AvenirNext-Regular", "Helvetica Neue", "Arial", san-serif' | ||
code: '"Menlo", "Monaco", "Courier New", monospace' | ||
|
||
highlight-color: "#016FC4" | ||
highlight-dark-color: "#385581" | ||
darker-color: "#C7C7C7" | ||
darker-dark-color: "#4A4A4A" | ||
background-color: "#F2F2F2" | ||
alt-link-color: "#53E3C2" | ||
warning-color: "#D6AD88" |