]> git.sev.monster Git - dotfiles.git/blame - base/.Xresources
update colors, fonts, and related configs
[dotfiles.git] / base / .Xresources
CommitLineData
b3d0247b 1! fonts
4ab8c298 2! X11 font server fontspec
7197cc5c 3*font: -windows-dina-medium-r-*-*-10-80-*-*-*-*-*
4ab8c298 4! xft/fontconfig
5! NOTE: xterm etc. use faceName for Xft fonts. classic font server rendering is
6! preferred so this is just in case the program doesn't support PCF.
b3d0247b 7*faceName: Dina
8*faceSize: 8
4ab8c298 9! matches font.conf, just in case
b133dc92 10Xft.antialias: 1
11Xft.rgba: rgb
b133dc92 12Xft.hinting: 1
b3d0247b 13Xft.hintstyle: hintslight
189288f7 14
ba92616c 15! theming
f7960c69 16Xcursor.theme: Paper-Mono-Dark
ba92616c 17
18! colors
4ab8c298 19*background: #010812
20*foreground: #798699
21*fading: 40
22*fadeColor: #820ad5
23*cursorColor: #6408a4
24*pointerColorBackground: #6408a4
25*pointerColorForeground: #191c21
26*underlineColor: #d5820a
27! black/grey
28*color0: #191c21
29*color8: #3b434e
bdeaf2f0 30! red
4ab8c298 31*color1: #d51d0a
32*color9: #f4321e
bdeaf2f0 33! green
4ab8c298 34*color2: #5dd50a
35*color10: #75f41e
bdeaf2f0 36! yellow
4ab8c298 37*color3: #d5820a
38*color11: #f49d1e
bdeaf2f0 39! blue
4ab8c298 40*color4: #0a5dd5
41*color12: #1e75f4
bdeaf2f0 42! magenta
4ab8c298 43*color5: #820ad5
44*color13: #9d1ef4
bdeaf2f0 45! cyan
4ab8c298 46*color6: #0ac2d5
47*color14: #1ee0f4
48! light grey/white
49*color7: #bcc2cc
50*color15: #e8ebee
189288f7 51
9fddba79 52! URxvt
a568f7fa 53URxvt.termName: rxvt-unicode-256color
9938f1e2 54URxvt.perl-ext:
55URxvt.perl-ext-common: searchable-scrollback,confirm-paste,matcher,font-size
189288f7 56
b3d0247b 57URxvt.depth: 32
4ab8c298 58URxvt.background: rgba:0100/0800/1200/d000
b3d0247b 59URxvt.internalBorder: 1
60URxvt.dynamicColors: true
61URxvt.intensityStyles: false
62URxvt.cursorBlink: on
63URxvt.scrollstyle: plain
64URxvt.scrollBar_right: true
65URxvt.urgentOnBell: true
66URxvt.visualBell: true
189288f7 67
4ab8c298 68URxvt.url-launcher: xdg-open
a568f7fa 69URxvt.matcher.button: 2
70URxvt.matcher.pattern.0: [a-zA-Z\d]+:/\/[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\w\\d\\.!#$&\\-;=?~[\\]/]|%[\\da-fA-F]{2})*)?
b3d0247b 71URxvt.matcher.rend.0: Uline Bold fg6
c8aec069 72!URxvt.matcher.pattern.1: \\s(/\\S+?):(\\d+)(?=:|$)
73!URxvt.matcher.rend.1: Uline fg3
74!URxvt.matcher.launcher.1: urxvtc -e vim +$2 $1
b3d0247b 75URxvt.keysym.M-o: matcher:last
76URxvt.keysym.M-u: matcher:list
ba92616c 77URxvt.keysym.M-plus: font-size:increase
78URxvt.keysym.M-minus: font-size:decrease
79URxvt.keysym.M-equal: font-size:reset
80URxvt.keysym.M-slash: font-size:show
189288f7 81
b3d0247b 82URxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')"
39bd5e00 83
6aa38e2c 84! bg terminal 1
a568f7fa 85TermBg1.termName: rxvt-unicode-256color
6aa38e2c 86TermBg1.perl-ext:
87TermBg1.perl-ext-common:
9fddba79 88
6aa38e2c 89TermBg1.scrollBar: false
90TermBg1.cursorUnderline: true
91TermBg1.visualBell: true
9fddba79 92
6aa38e2c 93TermBg1.depth: 32
94TermBg1.borderLess: true
95TermBg1.transparent: true
96TermBg1.shading: 80
97TermBg1.blurRadius: 2x4
98
99! bg terminal 2
a568f7fa 100TermBg2.termName: rxvt-unicode-256color
6aa38e2c 101TermBg2.perl-ext:
102TermBg2.perl-ext-common:
103
104TermBg2.scrollBar: false
105TermBg2.cursorUnderline: true
106TermBg2.visualBell: true
107
108TermBg2.depth: 32
109TermBg2.borderLess: true
110TermBg2.transparent: true
9fddba79 111
112! xvkbd
b3d0247b 113xvkbd.Alt_R.width: 1
114xvkbd.Meta_R.width: 1
115xvkbd.Multi_key.width: 1
116xvkbd.Shift_R.width: 75
This page took 0.054761 seconds and 4 git commands to generate.