.Xresources (view raw)
1! _ __
2! | |/ /________ _________ __ _______________ _____
3! | // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
4! _ / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ )
5!(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/
6!
7
8! Base16 Helios
9! Scheme: Alex Meyer (https://github.com/reyemxela)
10
11#define base00 #111111
12#define base01 #303030
13#define base02 #353535
14#define base03 #4A4A4A
15#define base04 #B2CCD6
16#define base05 #FFFFFF
17#define base06 #EEFFFF
18#define base07 #FFFFFF
19#define base08 #F07178
20#define base09 #F78C6C
21#define base0A #FDF200
22#define base0B #13CA91
23#define base0C #00FECA
24#define base0D #7898FB
25#define base0E #FF2079
26#define base0F #FF5370
27
28*foreground: base05
29#ifdef background_opacity
30*background: [background_opacity]base00
31#else
32*background: base00
33#endif
34*cursorColor: base05
35
36*color0: base00
37*color1: base08
38*color2: base0B
39*color3: base0A
40*color4: base0D
41*color5: base0E
42*color6: base0C
43*color7: base05
44
45*color8: base03
46*color9: base09
47*color10: base01
48*color11: base02
49*color12: base04
50*color13: base06
51*color14: base0F
52*color15: base07
53
54
55! Urxvt config
56!---------------------
57URxvt.font: xft:SF Mono:Semibold:size=13
58URxvt.scrollBar: false
59URxvt.cursorBlink: true
60URxvt.internalBorder: 30
61URxvt.perl-ext: default,matcher
62URxvt.letterSpace: -1
63URxvt.matcher.button: 1
64URxvt.boldFont:
65URxvt.url-launcher: /usr/bin/firefox
66URxvt.visualBell: false
67URxvt.depth: 20
68URxvt.lineSpace: 1
69URxvt.geometry: 65x19
70URxvt.intensityStyles: false
71URxvt.iso14755: false
72URxvt.iso14755_52: false
73URxvt.keysym.Home: \033[1~
74URxvt.keysym.End: \033[4~
75URxvt.keysym.KP_Home: \033[1~
76URxvt.keysym.KP_End: \033[4~
77URxvt.keysym.Shift-Control-V: eval:paste_clipboard
78URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
79
80! ------------------------------------------------------------------------------
81! ROFI Color theme
82! ------------------------------------------------------------------------------
83rofi.color-enabled: true
84rofi.color-window: base00, base00, base00
85rofi.color-normal: base00, base05, base00, base05, base00
86rofi.color-active: base07, base09, #000, #000, #000
87rofi.color-urgent: #e12a36, #dd2a4b, #1b2b34
88rofi.font: SF Mono SemiBold 13
89rofi.separator-style: none
90rofi.hide-scrollbar: true
91rofi.location:0
92rofi.lines: 6
93rofi.width: 350
94rofi.yoffset: 26
95rofi.padding: 32
96
97Xft.dpi: 96
98Xft.antialias: true
99Xft.hinting: true
100Xft.rgba: rgb
101Xft.autohint: false
102Xft.hintstyle: hintslight
103Xft.lcdfilter: lcddefault