-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
66 lines (52 loc) · 1.51 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
! __ __
!/\ \ /\ \
!\ `\`\/'/' _ __ __ ____ ___ __ __ ___ __ ____
! `\/ > < /\`'__\/'__`\ /',__\ / __`\/\ \/\ \ /'___\ /'__`\ /',__\
! __ \/'/\`\\ \ \//\ __//\__, `\/\ \L\ \ \ \_\ \/\ \__//\ __//\__, `\
!/\_\/\_\\ \_\ \_\\ \____\/\____/\ \____/\ \____/\ \____\ \____\/\____/
!\/_/\/_/ \/_/\/_/ \/____/\/___/ \/___/ \/___/ \/____/\/____/\/___/
!Copy paste bindings
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.keysym.Control-Meta-C: builtin-string:
URxvt.keysym.Control-Meta-V: builtin-string:
URxvt.iso14755: false
!General settings
URxvt.scrollBar: false
!URxvt.internalBorder: 0
URxvt*font: xft:Hack Nerd Font Mono:size=10, xft:M+ 1c
URxvt.cursorBlink: True
!ROFI SETUP
rofi.hide-scrollbar: true
!Transparency
URxvt*transparent: true
URxvt*shading: 30
!COLORSCHMES
! special
*.foreground: #f2d6c5
*.background: #9087a6
*.cursorColor: #f2d6c5
! black
*.color0: #69312b
*.color8: #f2d6c5
! red
*.color1: #f2d6c5
*.color9: #f2d6c5
! green
*.color2: #f2d6c5
*.color10: #f2d6c5
! yellow
*.color3: #d9ad94
*.color11: #f2d6c5
! blue
*.color4: #d9ad94
*.color12: #f2d6c5
! magenta
*.color5: #d9ad94
*.color13: #f2d6c5
! cyan
*.color6: #a18070
*.color14: #f2d6c5
! white
*.color7: #a18070
*.color15: #f2d6c5