diff options
author | xero <x@xero.nu> | 2014-01-25 23:42:43 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2014-01-25 23:42:43 -0500 |
commit | 5286551de09716a3f07d6aee52592f42842a416c (patch) | |
tree | 394ec640dd70809d82507258c50f9f6f5c42f7bc | |
parent | 1a1df4356c883cf8ef63f9b59230587c0acfdfcb (diff) | |
download | dotfiles_ascii-5286551de09716a3f07d6aee52592f42842a416c.tar.xz dotfiles_ascii-5286551de09716a3f07d6aee52592f42842a416c.zip |
update all fonts to gohu in blaque sublime theme. add gohu fonts and wtfpl license readme
-rw-r--r-- | .config/sublime-text-2/Packages/theme-blaque/blaque.sublime-theme | 10 | ||||
-rw-r--r-- | .fonts/gohu-README | 13 | ||||
-rw-r--r-- | .fonts/gohufont-11.pcf.gz | bin | 0 -> 3826 bytes | |||
-rw-r--r-- | .fonts/gohufont-11b.pcf.gz | bin | 0 -> 3886 bytes | |||
-rw-r--r-- | .fonts/gohufont-14.pcf.gz | bin | 0 -> 4356 bytes | |||
-rw-r--r-- | .fonts/gohufont-14b.pcf.gz | bin | 0 -> 4322 bytes | |||
-rw-r--r-- | .fonts/gohufont-uni-11.pcf.gz | bin | 0 -> 24054 bytes | |||
-rw-r--r-- | .fonts/gohufont-uni-11b.pcf.gz | bin | 0 -> 24147 bytes | |||
-rw-r--r-- | .fonts/gohufont-uni-14.pcf.gz | bin | 0 -> 16786 bytes | |||
-rw-r--r-- | .fonts/gohufont-uni-14b.pcf.gz | bin | 0 -> 16630 bytes |
10 files changed, 20 insertions, 3 deletions
diff --git a/.config/sublime-text-2/Packages/theme-blaque/blaque.sublime-theme b/.config/sublime-text-2/Packages/theme-blaque/blaque.sublime-theme index 3bb305e..556b588 100644 --- a/.config/sublime-text-2/Packages/theme-blaque/blaque.sublime-theme +++ b/.config/sublime-text-2/Packages/theme-blaque/blaque.sublime-theme @@ -1,9 +1,11 @@ [
{
"class": "label_control",
- "color": [255, 255, 255],
- "shadow_color": [24, 24, 24],
- "shadow_offset": [0, -1]
+ "font.face": "gohuFont",
+ "font.size":11,
+ "color": [200, 200, 200],
+ "shadow_color": [25, 25, 25],
+ "shadow_offset": [0, 1]
},
{
"class": "button_control",
@@ -314,6 +316,8 @@ "class": "sidebar_heading",
"color": [130, 130, 130],
"font.bold": true,
+ "font.face": "gohuFont",
+ "font.size":14,
"shadow_color": [130, 130, 130],
"shadow_offset": [0, 0]
},
diff --git a/.fonts/gohu-README b/.fonts/gohu-README new file mode 100644 index 0000000..5107f37 --- /dev/null +++ b/.fonts/gohu-README @@ -0,0 +1,13 @@ +Gohufont +A font for programming and terminal use. +Available in heights of 11 and 14 pixels. +http://font.gohu.eu + +Copyright 2010 by Hugo Chargois + +LICENSE +This font is released under the terms of the WTFPL (see COPYING-LICENSE). + +THANKS AND AKNOWLEDGMENTS +The Unicode versions of the 11px font are based extensively on the fixed 6x10 font by Markus Kuhn (http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html). +I used the Terminus font in 14 px with great satisfaction for a long time before I decided to make gohufont 14 px, so it surely inspired me and they may share some similarities in appearance. It is not a derivative work though. Thanks to Dimitar Zhekov for his great font. diff --git a/.fonts/gohufont-11.pcf.gz b/.fonts/gohufont-11.pcf.gz Binary files differnew file mode 100644 index 0000000..53c37e4 --- /dev/null +++ b/.fonts/gohufont-11.pcf.gz diff --git a/.fonts/gohufont-11b.pcf.gz b/.fonts/gohufont-11b.pcf.gz Binary files differnew file mode 100644 index 0000000..265b0ec --- /dev/null +++ b/.fonts/gohufont-11b.pcf.gz diff --git a/.fonts/gohufont-14.pcf.gz b/.fonts/gohufont-14.pcf.gz Binary files differnew file mode 100644 index 0000000..fe62d9a --- /dev/null +++ b/.fonts/gohufont-14.pcf.gz diff --git a/.fonts/gohufont-14b.pcf.gz b/.fonts/gohufont-14b.pcf.gz Binary files differnew file mode 100644 index 0000000..4c536f2 --- /dev/null +++ b/.fonts/gohufont-14b.pcf.gz diff --git a/.fonts/gohufont-uni-11.pcf.gz b/.fonts/gohufont-uni-11.pcf.gz Binary files differnew file mode 100644 index 0000000..2ae8317 --- /dev/null +++ b/.fonts/gohufont-uni-11.pcf.gz diff --git a/.fonts/gohufont-uni-11b.pcf.gz b/.fonts/gohufont-uni-11b.pcf.gz Binary files differnew file mode 100644 index 0000000..a3e7d5e --- /dev/null +++ b/.fonts/gohufont-uni-11b.pcf.gz diff --git a/.fonts/gohufont-uni-14.pcf.gz b/.fonts/gohufont-uni-14.pcf.gz Binary files differnew file mode 100644 index 0000000..b5f7ad7 --- /dev/null +++ b/.fonts/gohufont-uni-14.pcf.gz diff --git a/.fonts/gohufont-uni-14b.pcf.gz b/.fonts/gohufont-uni-14b.pcf.gz Binary files differnew file mode 100644 index 0000000..14b835b --- /dev/null +++ b/.fonts/gohufont-uni-14b.pcf.gz |