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
|
! ------------------------------------------------------------------------------
!
! ------------------------------------------------------------------------------
*background: #272827
*foreground: #657b83
*fading: 15
*fadeColor: black
*cursorColor: #16A085
*pointerColorBackground:#2B2C2B
*pointerColorForeground:#16A085
!! black dark/light
*color0: #282928
*color8: #272827
!! red dark/light
*color1: #983133
*color9: #985F31
!! green dark/light
*color2: #1D584D
*color10: #16A085
!! yellow dark/light
*color3: #5CE022
*color11: #63B93D
!! blue dark/light
*color4: #001B33
*color12: #839496
!! cyan dark/light
*color6: #4F6A98
*color14: #2269E0
!! white dark/light
*color7: #fdf6e3
*color15: #fdf6e3
! ------------------------------------------------------------------------------
! Xft conf
! ------------------------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xcursor.theme: Chameleon-Pearl-Regular-0.5
Xcursor.size: 0
! ------------------------------------------------------------------------------
! XTerm conf
! ------------------------------------------------------------------------------
XTerm*background: #272827
XTerm*foreground: #fdf6e3
XTerm*reverseVideo: on
XTerm*faceName: Terminus:size=11:antialias=true
XTerm*selectToClipboard: true
! ------------------------------------------------------------------------------
! URxvt conf
! ------------------------------------------------------------------------------
URxvt.font: fira-code 8
URxvt.depth: 32
URxvt.background: [80]#000000
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: true
URxvt*background: black
URxvt*foreground: grey
URxvt*saveLines: 5000
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
rofi.color-enabled: true
rofi.color-window: #000000, #000000, #ffffff
rofi.color-normal: #000000, #ffffff, #000000, #ffffff, #000000
rofi.color-active: #000000, #0061ff, #000000, #ffffff, #0061ff
rofi.color-urgent: #000000, #ff0096, #000000, #ffffff, #ff0096
rofi.font: fira-code regular 8
|