-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
executable file
·57 lines (52 loc) · 1.39 KB
/
.Xdefaults
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
!------------------------------------------------------------------------------
! c o l o r - s e t t i n g s
*background: #111111
*foreground: #999999
! Default
! 0: black
*color0: #222222
*color8: #222222
! 1: red
*color1: #9f6767
*color9: #9f6767
! 2: green
*color2: #92ac68
*color10: #92ac68
! 3: yellow
*color3: #d0d293
*color11: #d0d293
! 4: blue
*color4: #9aacc3
*color12: #9aacc3
! 5: magenta
*color5: #bb77a4
*color13: #bb77a4
! 6: cyan
*color6: #77bbb5
*color14: #77bbb5
! 7: white
*color7: #777777
*color15: #777777
!------------------------------------------------------------------------------
! u r x v t
!URxvt*inheritPixmap: true
!URxvt*transparent: true
!URxvg*shading: 190
Xft.antialias: 1
URxvt*geometry: 112x22
URxvt*font: xft:Noto Mono for Powerline:size=12
URxvt*urlLauncher: firefox
URxvt*scrollBar: false
URxvt*scrollBar_right: true
URxvt*scrollColor: #000000
URxvt*print-pipe: "cat > /dev/null"
URxvt.urgentOnBell: true
!------------------------------------------------------------------------------
! rofi
rofi*color-enabled: true
rofi*color-window: #111111, #222222, #111111
rofi*color-normal: #111111, #cccccc, #111111, #333333, #cccccc
rofi*color-active: #666666, #ffffff, #666666, #444444, #fdf6e3
rofi*color-urgent: #111111, #d10400, #111111, #8d100d, #fdf6e3
rofi*terminal: termite
rofi*run-shell-command: {terminal} -e "{cmd}"