.Xresources (view raw)
1! _ __
2! | |/ /________ _________ __ _______________ _____
3! | // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
4! _ / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ )
5!(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/
6!
7
8#define base00 #f8f8f8
9#define base01 #e8e8e8
10#define base02 #d8d8d8
11#define base03 #b8b8b8
12#define base04 #585858
13#define base05 #383838
14#define base06 #282828
15#define base07 #181818
16#define base08 #ab4642
17#define base09 #dc9656
18#define base0A #f79a0e
19#define base0B #538947
20#define base0C #4b8093
21#define base0D #7cafc2
22#define base0E #96609e
23#define base0F #a16946
24
25*foreground: base05
26#ifdef background_opacity
27*background: [background_opacity]base00
28#else
29*background: base00
30#endif
31*cursorColor: base09
32
33*color0: base00
34*color1: base08
35*color2: base0B
36*color3: base0A
37*color4: base0D
38*color5: base0E
39*color6: base0C
40*color7: base05
41
42*color8: base03
43*color9: base09
44*color10: base01
45*color11: base02
46*color12: base04
47*color13: base06
48*color14: base0F
49*color15: base07
50
51! Urxvt config
52!---------------------
53URxvt.font: xft:Roboto Mono:style=Medium:size=14:antialias=true,xft:Noto Sans:size=14:style=Medium:antialias=true
54URxvt.scrollBar: false
55URxvt.cursorBlink: true
56URxvt.internalBorder: 30
57URxvt.perl-ext: default,matcher
58URxvt.letterSpace: -1
59URxvt.matcher.button: 1
60URxvt.boldFont: xft:Roboto Mono:size=14:style=Bold:antialias=true
61URxvt.italicFont: xft:Roboto Mono:size=14:style=Italic:antialias=true
62URxvt.url-launcher: /usr/bin/firefox
63URxvt.visualBell: false
64URxvt.depth: 20
65URxvt.lineSpace: 1
66URxvt.geometry: 80x20
67URxvt.intensityStyles: false
68URxvt.iso14755: false
69URxvt.iso14755_52: false
70URxvt.keysym.Home: \033[1~
71URxvt.keysym.End: \033[4~
72URxvt.keysym.KP_Home: \033[1~
73URxvt.keysym.KP_End: \033[4~
74URxvt.keysym.Shift-Control-V: eval:paste_clipboard
75URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
76
77! ------------------------------------------------------------------------------
78! ROFI Color theme
79! ------------------------------------------------------------------------------
80rofi.color-enabled: true
81rofi.color-window: base00, base00, base00
82rofi.color-normal: base00, base05, base00, base05, base00
83rofi.color-active: base07, base09, #000, #000, #000
84rofi.color-urgent: #e12a36, #dd2a4b, #1b2b34
85rofi.font: Roboto Mono Medium 14
86rofi.separator-style: none
87rofi.hide-scrollbar: true
88rofi.location:0
89rofi.lines: 6
90rofi.width: 350
91rofi.yoffset: 26
92rofi.padding: 32
93
94Xft.dpi: 96
95Xft.antialias: true
96Xft.hinting: true
97Xft.rgba: rgb
98Xft.autohint: false
99Xft.hintstyle: hintslight
100Xft.lcdfilter: lcddefault
101
102! xst settings
103
104st.font: Roboto Mono:size=14:style=Medium:antialias=true
105st.borderpx: 30
106st.cursorshape: 2
107st.mouseScrollLines: 2
108st.chscale: 1.0
109st.cwscale: 1.0