-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathXresources
More file actions
113 lines (96 loc) · 3.69 KB
/
Xresources
File metadata and controls
113 lines (96 loc) · 3.69 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
! cursor
Xcursor.size: 10
Xcursor.theme: breeze_cursors
!rofi.key-run: SuperL+space
!rofi.key-i2: SuperL+shift+space
rofi.font: Source Code Pro for Powerline, Font Awesome 10
rofi.fuzzy: true
! colors
! #272822
! #F8F8F2
! #90908b
! #F92672
! #A6E22E
! #66D9EF
! #AE81FF
! #303030
! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg'
rofi.color-normal: #212121, #FAFAFA, #212121, #FAFAFA, #212121
rofi.color-urgent: #212121, #FF1744, #212121, #FF1744, #212121
rofi.color-active: #212121, #FF9100, #212121, #FF9100, #212121
! 'bg', 'border'
rofi.color-window: #212121, #FAFAFA
rofi.sidebar-mode: true
rofi.modi: run,window
! keybindings
rofi.kb-mode-next: Alt+j
rofi.kb-mode-previous: Alt+k
! xscreensaver
xscreensaver.splash: false
!general dialog box (affects main hostname, username, password text)
xscreensaver.Dialog.foreground: #ffffff
xscreensaver.Dialog.background: #111111
xscreensaver.Dialog.topShadowColor: #111111
xscreensaver.Dialog.bottomShadowColor: #111111
xscreensaver.Dialog.Button.foreground: #666666
xscreensaver.Dialog.Button.background: #ffffff
!username/password input box and date text colour
xscreensaver.Dialog.text.foreground: #666666
xscreensaver.Dialog.text.background: #ffffff
xscreensaver.Dialog.internalBorderWidth:24
xscreensaver.Dialog.borderWidth: 20
xscreensaver.Dialog.shadowThickness: 2
!timeout bar (background is actually determined by Dialog.text.background)
xscreensaver.passwd.thermometer.foreground: #ff0000
xscreensaver.passwd.thermometer.background: #000000
xscreensaver.passwd.thermometer.width: 8
! urxvt
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
Xft.dpi: 96
URxvt*scrollBar: false
URxvt*saveLines: 0
URxvt*termName: screen-256color
URxvt.perl-ext-common: default,matcher,selection-to-clipboard,clipboard,url-select,keyboard-select
URxvt.font: xft:Source Code Pro:pixelsize=11:antialias=true:hinting=true,xft:FontAwesome,xft:Monospace:antialias=true:hinting=true
URxvt.url-select.launcher: chromium
URxvt.url-select.underline: true
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.internalBorder: 2
URxvt.externalBorder: 0
URxvt*letterSpace: -1
! colors
URxvt*background: #212121
URxvt*foreground: #EEEEEE
URxvt*cursorColor: #EEEEEE
URxvt*scrollColor: #EEEEEE
URxvt*highlightColor: #616161
URxvt*highlightTextColor: #9E9E9E
URxvt*color0: #212121
URxvt*color1: #FF1744
URxvt*color2: #1DE9B6
URxvt*color3: #D500F9
URxvt*color4: #FF9100
URxvt*color5: #FFEA00
URxvt*color6: #18FFFF
URxvt*color7: #EEEEEE
URxvt*color8: #757575
URxvt*color9: #FF1744
URxvt*color10: #1DE9B6
URxvt*color11: #D500F9
URxvt*color12: #FF9100
URxvt*color13: #FFEA00
URxvt*color14: #18FFFF
URxvt*color15: #FAFAFA
URxvt*color16: #00B0FF
URxvt*color17: #8D6E63
URxvt*color18: #424242
URxvt*color19: #616161
URxvt*color20: #9E9E9E
URxvt*color21: #F5F5F5