-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
95 lines (85 loc) · 2.37 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
94
95
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
! ! Use extended color schem
rofi.color-enabled: true
! ! Color scheme window
rofi.color-window: #393939, #393939, #268bd2
! Color scheme for normal row
rofi.color-normal: #393939, #ffffff, #393939, #268bd2, #ffffff
! ! Color scheme for active row
rofi.color-active: #393939, #268bd2, #393939, #268bd2, #205171
! ! Color scheme for urgent row
rofi.color-urgent: #393939, #f3843d, #393939, #268bd2, #ffc39c
! ! Separator style (none, dash, solid)
rofi.separator-style: dash!
!
!
! URXVT GENERAL CONFIG
!------------------------------------------------
!URxvt*iconFile: /usr/share/icons/Faenza/apps/32/utilities-terminal.png
!IRC*iconFile: /usr/share/icons/Faenza/apps/32/xchat.png
!URxvt.geometry: 80x22
! URXVT FONTS
!------------------------------------------------
URxvt.font: xft:Consolas:size=11
!URxvt.font:xft:Lemon:pixelsize=10
!URxvt.boldFont:xft:Lemon:bold:pixelsize=10
!URxvt.italicfont:xft:Lemon:italic:pixelsize=10
!URxvt.bolditalicFont:xft:Lemon:bold:italic:pixelsize=10
URxvt*letterSpace: -1
URxvt*allow_bold: true
! URXVT FONT SETTINGS
!------------------------------------------------
Xft.autohint: true
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
! URXVT SCROLLBAR AND CURSOR STYLE
!------------------------------------------------
URxvt*saveLines: 300000
URxvt.scrollBar: false
!URxvt*scrollstyle: plain
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
! URXVT FULLSCREEN TOGGLE
!------------------------------------------------
URxvt.keysym.F11: perl:fullscreen:switch
! URXVT COLORS
!------------------------------------------------
! vim: set filetype=xdefaults :
! special
*.foreground: #93a1a1
*.background: #121110
*.cursorColor: #93a1a1
! black
*.color0: #5f5f5f
*.color8: #828282
! red
*.color1: #d96468
*.color9: #d98f93
! green
*.color2: #a2d964
*.color10: #b8d98f
! yellow
*.color3: #d9c964
*.color11: #d9cf8f
! blue
*.color4: #64a2d9
*.color12: #8f99d9
! magenta
*.color5: #9a64d9
*.color13: #b08fd9
! cyan
*.color6: #64d9d5
*.color14: #8fd9d5
! white
*.color7: #989898
*.color15: #c5c5c5