blob: 8f9ad7f261b2a880ba2466390b09a5555253df64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
! To load into RESOURCE_MANAGER, run xrdb ~/.Xresources
! *background and foreground are read by sxiv at compile time
#include "/home/taamas/.config/colorschemes/tokyoNight/tokyoNight"
! Man pages
URxvt.colorIT: #ff0000
URxvt.scrollBar: false
! These options are not used when configuration is through picom
!URxvt.fading: 18
!*.alpha: 120
! Fake transparency (copies root window, aka wallpaper)
! Overrides real transparency if not commented
!URxvt.transparent: true
!URxvt.shading: 12
! Real transparency (needs a running composite manager such as picom)
!URxvt.depth: 32
!URxvt.background: [90]#050505
!*.font: inconsolata:size=12
*.font: mononoki:size=12
! URxvt.font: xft:inconsolata:size=10,xft:symbola
URxvt.font: xft:mononoki:size=13,xft:symbola
! URxvt.font: xft:envy code r:size=9,xft:symbola
! Leaving this blank stops perl from being initialized
!URxvt.perl-ext:
URxvt.perl-ext-common: default,font-size
URxvt.keysym.C-equal: font-size:reset
!Xcursor.size: 32
Xcursor.theme: pTux-32
!Xcursor.theme: Bibata_Dodger_Blue
!Xcursor.theme: Bibata_Turquoise
|