From 5eba51c4d5923b11382259d83ae7d6ce63e4daad Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 12 Apr 2019 23:42:44 +0200 Subject: [PATCH] Change cherry font size to 13 --- Xresources/.xrdb/urxvt-resources | 4 ++-- emacs/.spacemacs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Xresources/.xrdb/urxvt-resources b/Xresources/.xrdb/urxvt-resources index d12b127..2ee3040 100644 --- a/Xresources/.xrdb/urxvt-resources +++ b/Xresources/.xrdb/urxvt-resources @@ -7,8 +7,8 @@ Xft.rgba : rgb Xcursor.size : 16 !URxvt*font: -uw-ttyp0-medium-r-normal--13-*-*-*-*-*-iso8859-1 !URxvt*boldFont: -uw-ttyp0-bold-r-normal--13-*-*-*-*-*-iso8859-1 -URxvt*font: -t-cherry-medium-r-normal--12-*-*-*-*-*-iso8859-1 -URxvt*boldFont: -t-cherry-bold-r-normal--12-*-*-*-*-*-iso8859-1 +URxvt*font: -t-cherry-medium-r-normal--13-*-*-*-*-*-iso8859-1 +URxvt*boldFont: -t-cherry-bold-r-normal--13-*-*-*-*-*-iso8859-1 URxvt.iso14755: false URxvt.geometry: 72x18 URxvt*letterSpace: 0 diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 2fd41c4..0b5e04b 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -522,7 +522,7 @@ This function is called at the very end of Spacemacs initialization." '(hl-paren-colors (quote ("#40883f" "#0287c8" "#b85c57"))) '(package-selected-packages (quote - (counsel-projectile projectile levenshtein lv rtags web-mode web-beautify tagedit slim-mode scss-mode sass-mode pug-mode prettier-js impatient-mode htmlize simple-httpd haml-mode emmet-mode counsel-css company-web web-completion-data smeargle magit-svn magit-gitflow magit-popup gitignore-templates gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link evil-magit magit transient git-commit with-editor dash hasklig-mode yasnippet-snippets ivy-hydra counsel swiper helm helm-core ivy flycheck company hydra zerodark-theme xterm-color winum which-key wgrep use-package smex smartparens shell-pop realgud plan9-theme persp-mode pcre2el overseer nameless mvn multi-term mmm-mode meghanada maven-test-mode markdown-toc macrostep ivy-yasnippet ivy-xref ivy-rtags insert-shebang ibuffer-projectile helm-make groovy-mode groovy-imports gradle-mode google-c-style gh-md fuzzy flycheck-rtags flycheck-pos-tip flycheck-irony flycheck-bashate flx fish-mode eyebrowse evil eshell-z eshell-prompt-extras esh-help ensime elisp-slime-nav dotenv-mode disaster diminish company-statistics company-shell company-rtags company-irony-c-headers company-irony company-emacs-eclim company-c-headers cmake-mode cmake-ide clang-format bind-map auto-yasnippet auto-compile async ac-ispell))) + (flycheck-package package-lint counsel-projectile projectile levenshtein lv rtags web-mode web-beautify tagedit slim-mode scss-mode sass-mode pug-mode prettier-js impatient-mode htmlize simple-httpd haml-mode emmet-mode counsel-css company-web web-completion-data smeargle magit-svn magit-gitflow magit-popup gitignore-templates gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link evil-magit magit transient git-commit with-editor dash hasklig-mode yasnippet-snippets ivy-hydra counsel swiper helm helm-core ivy flycheck company hydra zerodark-theme xterm-color winum which-key wgrep use-package smex smartparens shell-pop realgud plan9-theme persp-mode pcre2el overseer nameless mvn multi-term mmm-mode meghanada maven-test-mode markdown-toc macrostep ivy-yasnippet ivy-xref ivy-rtags insert-shebang ibuffer-projectile helm-make groovy-mode groovy-imports gradle-mode google-c-style gh-md fuzzy flycheck-rtags flycheck-pos-tip flycheck-irony flycheck-bashate flx fish-mode eyebrowse evil eshell-z eshell-prompt-extras esh-help ensime elisp-slime-nav dotenv-mode disaster diminish company-statistics company-shell company-rtags company-irony-c-headers company-irony company-emacs-eclim company-c-headers cmake-mode cmake-ide clang-format bind-map auto-yasnippet auto-compile async ac-ispell))) '(safe-local-variable-values (quote ((eval progn (pp-buffer) (indent-buffer))))) '(sml/active-background-color "#98ece8") '(sml/active-foreground-color "#424242")