font: Change font and style
Change the font to NotoSansMono, add xft font settings and colorize the cursor.
This commit is contained in:
parent
cc56e45402
commit
c3eb93bada
1 changed files with 16 additions and 8 deletions
24
.Xresources
24
.Xresources
|
@ -3,10 +3,16 @@ Xcursor.size: 24
|
|||
! urxvt ------------------------------------------------------------------------
|
||||
URxvt.termName: rxvt-unicode
|
||||
! - use font
|
||||
URxvt.font: -jmk-neep alt-medium-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
URxvt.boldFont: -jmk-neep alt-bold-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
URxvt.italicFont: -jmk-neep alt-medium-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
URxvt.boldItalicFont: -jmk-neep alt-bold-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
Xft.autohint: 0
|
||||
Xft.lcdfilter: lcddefault
|
||||
Xft.hintstyle: hintslight
|
||||
Xft.hinting: 1
|
||||
Xft.antialias: 1
|
||||
URxvt.letterSpace: -1
|
||||
URxvt.font: xft:NotoSansMono-Regular:size=8
|
||||
URxvt.boldFont: xft:NotoSansMono-Bold:size=8
|
||||
URxvt.italicFont: xft:NotoSansMono-Regular:size=8
|
||||
URxvt.boldItalicFont: xft:NotoSansMono-Regular:size=8
|
||||
! - remove scrollbar
|
||||
URxvt.scrollBar: false
|
||||
! - bell on urgent
|
||||
|
@ -19,13 +25,15 @@ URxvt.iso14755_52: false
|
|||
! - load perl modules
|
||||
URxvt.perl-ext-common: default,resize-font
|
||||
! - resize-font
|
||||
URxvt.keysym.C-minus: resize-font:smaller
|
||||
URxvt.keysym.C-plus: resize-font:bigger
|
||||
URxvt.keysym.C-0: resize-font:reset
|
||||
URxvt.keysym.C-question: resize-font:show
|
||||
URxvt.keysym.C-minus: resize-font:smaller
|
||||
URxvt.keysym.C-plus: resize-font:bigger
|
||||
URxvt.keysym.C-0: resize-font:reset
|
||||
URxvt.keysym.C-question: resize-font:show
|
||||
URxvt.resize-font.step: 1
|
||||
! - color scheme
|
||||
URxvt.background: #000000
|
||||
URxvt.foreground: #CCCCCC
|
||||
URxvt.cursorColor: #00cc00
|
||||
! - blue
|
||||
URxvt.color4: #6666ff
|
||||
URxvt.color12: #3399FF
|
||||
|
|
Loading…
Reference in a new issue