dotfiles/.config/Xresources.common
2020-09-14 10:18:35 +02:00

58 lines
1.8 KiB
Plaintext

!--- URxvt ---!
URxvt.saveLines: 4096
URxvt.urgentOnBell: true
URxvt.visualBell: true
URxvt.fading: 0
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
!--- Font ---!
URxvt.allow_bold: false
URxvt.font: xft:Source Code Pro:size=12:antialias=true:hinting=true
URxvt.boldFont: xft:Source Code Pro:size=12:antialias=true:hinting=true
Xft.dpi: 192
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
!--- Colors ---!
#define S_yellow #b58900
#define S_orange #cb4b16
#define S_red #dc322f
#define S_magenta #d33682
#define S_violet #6c71c4
#define S_blue #268bd2
#define S_cyan #2aa198
#define S_green #859900
URxvt.background: S_base03
URxvt.foreground: S_base0
URxvt.fadeColor: S_base03
URxvt.cursorColor: S_base1
URxvt.pointerColorBackground: S_base01
URxvt.pointerColorForeground: S_base1
URxvt.color0: S_base02
URxvt.color1: S_red
URxvt.color2: S_green
URxvt.color3: S_yellow
URxvt.color4: S_blue
URxvt.color5: S_magenta
URxvt.color6: S_cyan
URxvt.color7: S_base2
URxvt.color9: S_orange
URxvt.color8: S_base03
URxvt.color10: S_base01
URxvt.color11: S_base00
URxvt.color12: S_base0
URxvt.color13: S_violet
URxvt.color14: S_base1
URxvt.color15: S_base3