-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXresources
More file actions
63 lines (54 loc) · 1.8 KB
/
Xresources
File metadata and controls
63 lines (54 loc) · 1.8 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
! *font: -*-terminus-symbols-*-*-*-*-*-*-*-*-*-*-*-*
! *boldFont: -*-terminus-symbols-*-*-*-*-*-*-*-*-*-*-*-*
! URxvt*font: xft:Terminess Powerline:size=9
! *font: -*-terminus-medium-r-normal--12-120-72-72-c-60-iso8859-1
*font: -*-terminus-symbols-*-*-*-*-*-*-*-*-*-*-*-*
! *boldFont: -*-terminus-bold-r-normal--12-120-72-72-c-60-iso8859-1
! *font: xft:Inconsolata:size=9:style=Regular
! *boldFont: xft:Inconsolata:size=9:style=Bold
! urxvt.letterSpace: -1
! *font: xft:Droid Sans Mono for Powerline:pixelsize=13
! *boldFont: xft:Droid Sans Mono for Powerline:pixelsize=13:style=Bold
! *font: xft:Meslo\ LG\ S\ for\ Powerline:pixelsize=11:style=Book
! *boldFont: xft:Meslo\ LG\ S\ for\ Powerline:pixelsize=11:style=Bold
! *font: xft:Droid Sans Mono for Powerline:pixelsize=12
! *boldFont: xft:Droid Sans Mono for Powerline:pixelsize=12:style=Bold
! *font: xft:Meslo\ LG\ S\ for\ Powerline:pixelsize=11:style=Book
! *boldFont: xft:Meslo\ LG\ S\ for\ Powerline:pixelsize=11:style=Bold
! urxvt.letterSpace: -1
! XFT CONFIG
Xft.dpi: 96
Xft.rgba: rgb
Xft.antialias: 1
Xft.hinting: 1
Xft.autohint: 1
Xft.hintstyle: hintfull
!Xft.lcdfilter: lcddefault
! URXVT CONFIG
urxvt.scrollBar: 0
urxvt.saveLines: 4096
urxvt.perl-ext-common: default,clipboard,keyboard-select
urxvt.underlineURLs: 1
urxvt.url-launcher: /usr/bin/chromium
urxvt.keysym.M-c: perl:clipboard:copy
urxvt.keysym.M-v: perl:clipboard:paste
!.Xdefaults - colors and stuff
*.background: #1f1f2c
*.foreground: #c7c9cb
!Normal Colors
*.color0: #3f3f4c
*.color1: #91A0BD
*.color2: #5C6B8B
*.color3: #adc6d6
*.color4: #a091bd
*.color5: #6c5c8b
*.color6: #afadd6
*.color7: #cccaca
!Light Colors
*.color8: #525263
*.color9: #a4adbd
*.color10: #6a748b
*.color11: #c3ced6
*.color12: #ada4bd
*.color13: #756a8b
*.color14: #c4c3d6