-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Xdefaults
46 lines (44 loc) · 1.5 KB
/
.Xdefaults
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
background: rgb:fa/fa/fa
!black
*color0: rgb:4f/4f/4f
*color8: rgb:25/25/25
!!red
*color1: rgb:85/0d/0d
*color9: rgb:98/2b/2b
!!green
*color2: rgb:88/be/32
*color10: rgb:af/f7/3e
!!yellow (orange)
*color3: rgb:ff/7e/00
*color11: rgb:fa/d4/3d
!!blue
*color4: rgb:32/4c/80
*color12: rgb:2b/4f/98
!!magenta
*color5: rgb:70/6c/9a
*color13: rgb:82/6a/b1
!!cyan
*color6: rgb:92/b1/9e
*color14: rgb:a1/cd/cd
!!white
*color7: rgb:00/00/00
*color15: rgb:00/00/00
urxvt*font: xft:Source Code Pro:size=09:antialias=true:hinting=true
urxvt*boldFont: xft:Source Code Pro:size=09:antialias=true:hinting=true
urxvt*italicFont: xft:Source Code Pro:style=Oblique:size=09:antialias=true:hinting=true
urxvt*boldItalicFont: xft:Source Code Pro:style=Bold Oblique:size=09:antialias=true:hinting=true
urxvt*letterSpace: -1
urxvt*foreground: white
urxvt*background: black
urxvt*transparent: true
urxvt*shading: 10
urxvt.scrollBar: false
! ------------------------------------------------------------------------------
! ROFI Color theme
! https://davedavenport.github.io/rofi/p05-Themes.html
! ------------------------------------------------------------------------------
rofi.color-enabled: true
rofi.color-window: #273238, #273238, #1e2529
rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff
rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4
rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844