-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.Xresources
executable file
·87 lines (70 loc) · 1.71 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
!
! Riccardo Palombo - https://riccardo.im
! Preparato per la community Patreon: patreon.com/riccardopalombo
!
! special
*.cursorColor: #919191
! black
*.color0: #303030
*.color8: #5e5e5e
! red
*.color1: #a13a38
*.color9: #ffa59a
! green
*.color2: #00715d
*.color10: #24dfc4
! yellow
*.color3: #006f32
*.color11: #73db95
! blue
*.color4: #a43261
*.color12: #ff9fc9
! magenta
*.color5: #913e88
*.color13: #ffa7f6
! cyan
*.color6: #007086
*.color14: #00ddf4
! white
*.color7: #ffffff
*.color15: #ffffff
! Regole per Urxvt (non usate perché si usa Kitty)
URxvt*termName: rxvt-256color
URxvt.depth: 32
URxvt.fading: 3
!URxvt.background: [90]#000000
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.scrollBar: false
URxvt.internalBorder: 45
URxvt.font: xft:JetBrains Mono:Bold:size=11
URxvt.cursorBlink: true
URxvt.cursorUnderline: true
URxvt.clipboard.autocopy: true
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
Xft.autohint: 1
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
! Attenzione al DPI perchè è pensato per schermi ad alta risoluzione (commentarlo su Full HD).
! Xft.dpi: 120
! rofi.dpi: 120
Xcursor.theme: adwaita
Xcursor.size: 32
!herbe.background_color: #fdfdfc
!herbe.font_color: #3c3c3b
herbe.border_color: #ffce44
herbe.font_pattern: SF Pro Text:style=Bold:size=10
herbe.line_spacing: 6
herbe.padding: 35
herbe.width: 220
herbe.border_size: 10
herbe.pos_x: 50
herbe.pos_y: 60
! 0 = TOP_LEFT, 1 = TOP_RIGHT, 2 = BOTTOM_LEFT, 3 = BOTTOM_RIGHT
herbe.corner: 1
herbe.duration: 5
#include ".Xresources.colors"