summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2011-08-11 19:40:07 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-08-11 19:40:08 +0200
commitcf1c44ae4169b760631200b65aa9c991b0ceefa9 (patch)
tree66cebca6b016f5e667a10024eeda69d4d5982ed4
parentaa53962b9540dce996b183a5cd6e14274cfeec0f (diff)
downloaddotfiles-cf1c44ae4169b760631200b65aa9c991b0ceefa9.tar.gz
dotfiles-cf1c44ae4169b760631200b65aa9c991b0ceefa9.tar.bz2
dotfiles-cf1c44ae4169b760631200b65aa9c991b0ceefa9.zip
Better inconsolata things
-rw-r--r--.emacs2
-rw-r--r--.fonts.conf13
-rw-r--r--.fonts/Inconsolata.otfbin0 -> 52336 bytes
-rw-r--r--.vimrc2
4 files changed, 13 insertions, 4 deletions
diff --git a/.emacs b/.emacs
index 29cf2c8..339d4df 100644
--- a/.emacs
+++ b/.emacs
@@ -44,7 +44,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:inherit nil :stipple nil :background "Grey15" :foreground "Grey" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 143 :width normal :foundry "unknown" :family "Inconsolata"))))
+ '(default ((t (:inherit nil :stipple nil :background "Grey15" :foreground "Grey" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :foundry "unknown" :family "Inconsolata"))))
'(isabelle-free-name-face ((((type x) (class color) (background dark)) (:foreground "lightblue"))))
'(isabelle-quote-face ((((type x) (class color) (background dark)) (:foreground "cyan3"))))
'(isabelle-string-face ((((type x) (class color) (background dark)) (:foreground "cyan3"))))
diff --git a/.fonts.conf b/.fonts.conf
index b2b1d92..a4019de 100644
--- a/.fonts.conf
+++ b/.fonts.conf
@@ -2,7 +2,6 @@
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
-
<!-- Disable subpixels for small fonts -->
<match target="font">
<test name="pixelsize" compare="less">
@@ -13,15 +12,25 @@
</edit>
</match>
+
<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintfull</const>
</edit>
</match>
+
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
-
+
+ <match target="font">
+ <test name="family">
+ <string>Inconsolata</string>
+ </test>
+ <edit name="hintstyle" mode="assign">
+ <const>hintslight</const>
+ </edit>
+ </match>
</fontconfig>
diff --git a/.fonts/Inconsolata.otf b/.fonts/Inconsolata.otf
new file mode 100644
index 0000000..9baa2c0
--- /dev/null
+++ b/.fonts/Inconsolata.otf
Binary files differ
diff --git a/.vimrc b/.vimrc
index ca6e07c..597d551 100644
--- a/.vimrc
+++ b/.vimrc
@@ -21,7 +21,7 @@ set ts=4
set sw=4
set sts=4
set expandtab
-set guifont=Inconsolata\ Medium\ 14,Monospace\ 12
+set guifont=Inconsolata\ Medium\ 11,Monospace\ 11
set spelllang=de_20
if has("gui") " nice cursorline in the gui