This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
67 lines (56 loc) · 1.5 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
XTerm.termName: xterm-256color
XTerm.vt100.metaSendsEscape: true
XTerm.vt100.saveLines: 4096
XTerm.vt100.faceName:Source Code Pro for Powerline:size=10:antialias=true
xterm*VT100.Translations: #override \
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD)
! special
*.foreground: #c0c5ce
*.background: #2b303b
*.cursorColor: #c0c5ce
! black
*.color0: #2b303b
*.color8: #65737e
! red
*.color1: #bf616a
*.color9: #bf616a
! green
*.color2: #a3be8c
*.color10: #a3be8c
! yellow
*.color3: #ebcb8b
*.color11: #ebcb8b
! blue
*.color4: #8fa1b3
*.color12: #8fa1b3
! magenta
*.color5: #b48ead
*.color13: #b48ead
! cyan
*.color6: #96b5b4
*.color14: #96b5b4
! white
*.color7: #c0c5ce
*.color15: #eff1f5
rofi.separator-style: solid
rofi.sidebar-mode: true
rofi.bw: 1
rofi.columns: 1
rofi.padding: 16
! bg border separator
rofi.color-window: #2b303b, #000000, #000000
! bg fg altbg hlbg hlfg
rofi.color-normal: #2b303b, #839496, #2b303b, #8fa1b3, #2b303b
rofi.color-active: #8fa1b3, #2b303b
rofi.color-urgent: #dd002b36, #d33682, #00002b36, #dd073642, #d33682
!rofi.ssh-command: xterm -e "{ssh-client} {host}"
rofi.yoffset: 0
rofi.fake-transparency: true
rofi.location: 0
rofi.width: 50
rofi.font: sourcecodepro 10
rofi.lines: 15
rofi.fixed-num-lines: true
Xft.dpi: 130
Xcursor.size: 30