From 5286551de09716a3f07d6aee52592f42842a416c Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 25 Jan 2014 23:42:43 -0500 Subject: update all fonts to gohu in blaque sublime theme. add gohu fonts and wtfpl license readme --- .../Packages/theme-blaque/blaque.sublime-theme | 10 +++++++--- .fonts/gohu-README | 13 +++++++++++++ .fonts/gohufont-11.pcf.gz | Bin 0 -> 3826 bytes .fonts/gohufont-11b.pcf.gz | Bin 0 -> 3886 bytes .fonts/gohufont-14.pcf.gz | Bin 0 -> 4356 bytes .fonts/gohufont-14b.pcf.gz | Bin 0 -> 4322 bytes .fonts/gohufont-uni-11.pcf.gz | Bin 0 -> 24054 bytes .fonts/gohufont-uni-11b.pcf.gz | Bin 0 -> 24147 bytes .fonts/gohufont-uni-14.pcf.gz | Bin 0 -> 16786 bytes .fonts/gohufont-uni-14b.pcf.gz | Bin 0 -> 16630 bytes 10 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 .fonts/gohu-README create mode 100644 .fonts/gohufont-11.pcf.gz create mode 100644 .fonts/gohufont-11b.pcf.gz create mode 100644 .fonts/gohufont-14.pcf.gz create mode 100644 .fonts/gohufont-14b.pcf.gz create mode 100644 .fonts/gohufont-uni-11.pcf.gz create mode 100644 .fonts/gohufont-uni-11b.pcf.gz create mode 100644 .fonts/gohufont-uni-14.pcf.gz create mode 100644 .fonts/gohufont-uni-14b.pcf.gz 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 new file mode 100644 index 0000000..53c37e4 Binary files /dev/null and b/.fonts/gohufont-11.pcf.gz differ diff --git a/.fonts/gohufont-11b.pcf.gz b/.fonts/gohufont-11b.pcf.gz new file mode 100644 index 0000000..265b0ec Binary files /dev/null and b/.fonts/gohufont-11b.pcf.gz differ diff --git a/.fonts/gohufont-14.pcf.gz b/.fonts/gohufont-14.pcf.gz new file mode 100644 index 0000000..fe62d9a Binary files /dev/null and b/.fonts/gohufont-14.pcf.gz differ diff --git a/.fonts/gohufont-14b.pcf.gz b/.fonts/gohufont-14b.pcf.gz new file mode 100644 index 0000000..4c536f2 Binary files /dev/null and b/.fonts/gohufont-14b.pcf.gz differ diff --git a/.fonts/gohufont-uni-11.pcf.gz b/.fonts/gohufont-uni-11.pcf.gz new file mode 100644 index 0000000..2ae8317 Binary files /dev/null and b/.fonts/gohufont-uni-11.pcf.gz differ diff --git a/.fonts/gohufont-uni-11b.pcf.gz b/.fonts/gohufont-uni-11b.pcf.gz new file mode 100644 index 0000000..a3e7d5e Binary files /dev/null and b/.fonts/gohufont-uni-11b.pcf.gz differ diff --git a/.fonts/gohufont-uni-14.pcf.gz b/.fonts/gohufont-uni-14.pcf.gz new file mode 100644 index 0000000..b5f7ad7 Binary files /dev/null and b/.fonts/gohufont-uni-14.pcf.gz differ diff --git a/.fonts/gohufont-uni-14b.pcf.gz b/.fonts/gohufont-uni-14b.pcf.gz new file mode 100644 index 0000000..14b835b Binary files /dev/null and b/.fonts/gohufont-uni-14b.pcf.gz differ -- cgit v1.2.1