more fooling around with fonts
This commit is contained in:
parent
a1eaa87ea0
commit
6c0028a6cf
4 changed files with 10 additions and 13 deletions
5
gvimrc
5
gvimrc
|
@ -1,7 +1,8 @@
|
|||
" Iosevka Term ss10
|
||||
if has('win32')
|
||||
set guifont=Iosevka_Regular:h10
|
||||
set guifont=Iosevka_Term_Regular:h10
|
||||
else
|
||||
set guifont=Iosevka\ Regular\ 10
|
||||
set guifont=Iosevka\ Term\ Regular\ 10
|
||||
endif
|
||||
set guiheadroom=0 guioptions=aei mouse=a
|
||||
set noerrorbells visualbell t_vb=
|
||||
|
|
|
@ -8,7 +8,7 @@ allow_bold = true
|
|||
dynamic_title = true
|
||||
urgent_on_bell = true
|
||||
clickable_url = true
|
||||
font = Iosevka Regular 10
|
||||
font = Iosevka Term Regular 10
|
||||
scrollback_lines = 10000
|
||||
search_wrap = true
|
||||
icon_name = terminal
|
||||
|
@ -44,4 +44,4 @@ color14 = #93a1a1
|
|||
color15 = #fdf6e3
|
||||
|
||||
[hints]
|
||||
font = Iosevka Regular 9
|
||||
font = Iosevka Term Regular 9
|
||||
|
|
1
vimrc
1
vimrc
|
@ -92,6 +92,7 @@ if filereadable(plugins) && v:version >= 703
|
|||
execute 'source ' . fnameescape(plugins)
|
||||
endif
|
||||
|
||||
let g:solarized_term_italics = 1
|
||||
colorscheme solarized8_light
|
||||
syntax on
|
||||
filetype plugin on
|
||||
|
|
13
xresources
13
xresources
|
@ -8,15 +8,10 @@ Xft.dpi: 96
|
|||
! }}}
|
||||
! {{{ urxvt
|
||||
! fonts
|
||||
!#define fantasque_norm xft:Fantasque Sans Mono:size=11
|
||||
!#define fantasque_bold xft:Fantasque Sans Mono:Bold:size=11
|
||||
!#define fantasque_ital xft:Fantasque Sans Mono:Italic:size=11
|
||||
!#define fantasque_boit xft:Fantasque Sans Mono:Bold:Italic:size=11
|
||||
!URxvt.font: fantasque_norm
|
||||
!URxvt.boldFont: fantasque_bold
|
||||
!URxvt.italicFont: fantasque_ital
|
||||
!URxvt.boldItalicFont: fantasque_boit
|
||||
!URxvt.letterSpace: -1
|
||||
!URxvt.font: xft:Iosevka Term:Regular:size=10
|
||||
!URxvt.boldFont: xft:Iosevka Term:Bold:size=10
|
||||
!URxvt.italicFont: xft:Iosevka Term:Italic:size=10
|
||||
!URxvt.boldItalicFont: xft:Iosevka Term:Bold:Italic:size=10
|
||||
|
||||
#define terminus -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-1
|
||||
URxvt.font: terminus
|
||||
|
|
Loading…
Reference in a new issue