Fix: nerd font for urxvt

This commit is contained in:
Bertrand Benjamin 2021-06-15 10:12:47 +02:00
parent b678d05e8c
commit be522bbf36

View File

@ -1,6 +1,6 @@
!*.font: xft:monospace:size=9 !*.font: xft:monospace:size=9
! URxvt*font: xft:Ubuntu Mono derivative Powerline:size=9 ! URxvt*font: xft:Ubuntu Mono derivative Powerline:size=9
URxvt*font: xft:Hack Nerd Font:pixelsize=14,xft:UbuntuMono Nerd Font:pixelsize=14 URxvt*font: xft:Hack Nerd Font:pixelsize=12,xft:UbuntuMono Nerd Font:pixelsize=12
! URxvt*font: xft:Ubuntu Mono derivative Powerline:pixelsize=14,xft:Droid Sans Mono for Powerline:pixelsize=14,xft:DejaVu Sans Mono:pixelsize=14,xft:Droid Sans Fallback:pixelsize=14,xft:FreeSans:pixelsize=14,xft:FreeSans:pixelsize=14 ! URxvt*font: xft:Ubuntu Mono derivative Powerline:pixelsize=14,xft:Droid Sans Mono for Powerline:pixelsize=14,xft:DejaVu Sans Mono:pixelsize=14,xft:Droid Sans Fallback:pixelsize=14,xft:FreeSans:pixelsize=14,xft:FreeSans:pixelsize=14
URxvt*scrollBar: false URxvt*scrollBar: false
@ -13,57 +13,86 @@ URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up URxvt.resize-font.bigger: C-Up
! URxvt.foreground: #f6f3e8 ! ! URxvt.foreground: #f6f3e8
! URxvt.background: #242424 ! ! URxvt.background: #242424
! URxvt.cursorColor: #f6f3e8 ! ! URxvt.cursorColor: #f6f3e8
*.foreground: #fcfae1 ! *.foreground: #fcfae1
*.background: #404040 ! *.background: #404040
*.cursorColor: #f595a7 ! *.cursorColor: #f595a7
*.color0: #404040 ! *.color0: #404040
*.color8: #262626 ! *.color8: #262626
*.color1: #b9454b ! *.color1: #b9454b
*.color9: #e75252 ! *.color9: #e75252
*.color2: #bd8d46 ! *.color2: #bd8d46
*.color10: #dea552 ! *.color10: #dea552
*.color3: #f6e497 ! *.color3: #f6e497
*.color11: #d1c180 ! *.color11: #d1c180
*.color4: #f595a7 ! *.color4: #f595a7
*.color12: #d1a5ad ! *.color12: #d1a5ad
*.color5: #d28e2a ! *.color5: #d28e2a
*.color13: #b47a24 ! *.color13: #b47a24
*.color6: #ebcd4f ! *.color6: #ebcd4f
*.color14: #b9a659 ! *.color14: #b9a659
*.color7: #fcfae1 ! *.color7: #fcfae1
*.color15: #f3f2e7 ! *.color15: #f3f2e7
!
!
! ! ! ANSI colours
! ! ! black
! ! URxvt.color0: #073642
! ! URxvt.color8: #002636
! ! ! red
! ! URxvt.color1: #dc322f
! ! URxvt.color9: #cb4b16
! ! ! green
! ! URxvt.color2: #859900
! ! URxvt.color10: #586e75
! ! ! yellow
! ! URxvt.color3: #b58900
! ! URxvt.color11: #657b83
! ! ! blue
! ! URxvt.color4: #268bd2
! ! URxvt.color12: #839496
! ! ! magenta
! ! URxvt.color5: #d33682
! ! URxvt.color13: #6c71c4
! ! ! cyan
! ! URxvt.color6: #2aa198
! ! URxvt.color14: #93a1a1
! ! ! white
! ! URxvt.color7: #eee8d5
! ! URxvt.color15: #fdf6e3
!
! ! Colored man
! URxvt.colorIT: #87af5f
! URxvt.colorBD: #d7d7d7
! URxvt.colorUL: #87afd7
! hard contrast: *background: #1d2021
! ! ANSI colours *background: #282828
! ! black ! soft contrast: *background: #32302f
! URxvt.color0: #073642 *foreground: #ebdbb2
! URxvt.color8: #002636 ! Black + DarkGrey
! ! red *color0: #282828
! URxvt.color1: #dc322f *color8: #928374
! URxvt.color9: #cb4b16 ! DarkRed + Red
! ! green *color1: #cc241d
! URxvt.color2: #859900 *color9: #fb4934
! URxvt.color10: #586e75 ! DarkGreen + Green
! ! yellow *color2: #98971a
! URxvt.color3: #b58900 *color10: #b8bb26
! URxvt.color11: #657b83 ! DarkYellow + Yellow
! ! blue *color3: #d79921
! URxvt.color4: #268bd2 *color11: #fabd2f
! URxvt.color12: #839496 ! DarkBlue + Blue
! ! magenta *color4: #458588
! URxvt.color5: #d33682 *color12: #83a598
! URxvt.color13: #6c71c4 ! DarkMagenta + Magenta
! ! cyan *color5: #b16286
! URxvt.color6: #2aa198 *color13: #d3869b
! URxvt.color14: #93a1a1 ! DarkCyan + Cyan
! ! white *color6: #689d6a
! URxvt.color7: #eee8d5 *color14: #8ec07c
! URxvt.color15: #fdf6e3 ! LightGrey + White
*color7: #a89984
! Colored man *color15: #ebdbb2
URxvt.colorIT: #87af5f
URxvt.colorBD: #d7d7d7
URxvt.colorUL: #87afd7