-
Notifications
You must be signed in to change notification settings - Fork 15
/
.Xresources
executable file
·93 lines (79 loc) · 2.52 KB
/
.Xresources
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Xft.dpi: 72
Xft.autohint: 0
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
!URxvt*termName: rxvt-256color
URxvt*termName:rxvt-unicode-256color
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
rofi.color-enabled: true
!rofi.theme:Paper
rofi.hide-scrollbar:true
rofi.regex:true
rofi.color-window: #000000, #000000, #000000
rofi.color-normal: #000000, #c1c1c1, #000000, #394249, #ffffff
rofi.color-active: #000000, #000000, #000000, #394249, #000000
rofi.color-urgent: #000000, #ff1844, #000000, #394249, #ff1844
! Compile xft: Attempt to find a visual with the given bit depth; option -depth.
!URxvt*depth: 32
! Compile xft: Turn on/off double-buffering for xft (default enabled). On some card/driver combination enabling it
! URxvt*buffered: boolean
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!! !!!!!!!!!!!!!!!!!!!!!!
!!!!! .Xresources / RESLOVED !!!!!!!!!!!!!!!!!!!!!!
!!!!! !!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!! URXVT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
URxvt.urgentOnBell: false
URxvt.mapAlert:: false
URxvt.visualBell: false
URxvt.cursorBlink: true
urxvt*depth: 32
!urxvt*background: rgba:0000/0000/0200/c000
urxvt*background: [90]#000000
URxvt*scrollBar: false
! Perl extensions
URxvt.perl-ext: default,url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.underline: true
! FONT
URxvt*font: xft:Hasklig:style=Bold:size=11
! BORDER
URxvt*borderWidth: 10
URxvt*internalBorder: 10
URxvt.transparent: false
! SPECIAL
URxvt*foreground: #ffffff
URxvt*background: #1b1d1e
! BLACK
URxvt*color0: #1b1d1e
URxvt*color8: #1b1d1e
! RED
URxvt*color1: #d7005f
URxvt*color9: #d7005f
! GREEN
URxvt*color2: #87ff00
URxvt*color10: #87ff00
! YELLOW
URxvt*color3: #ff8700
URxvt*color11: #ff8700
! BLUE
URxvt*color4: #acac85
URxvt*color12: #acac85
! MAGENTA
URxvt*color5: #af5fff
URxvt*color13: #af5fff
! CYAN
URxvt*color6: #5fd7ff
URxvt*color14: #5fd7ff
! WHITE
URxvt*color7: #f8f8f8
URxvt*color15: #ffffff
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!! end !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!