forked from jan-warchol/selenized
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathselenized-light.xdefaults
55 lines (50 loc) · 1.45 KB
/
selenized-light.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
47
48
49
50
51
52
53
54
55
!---------------------------------------------------------------------------
! Selenized light color palette for urxvt and X Window System
!
#define bg_0 #fbf3db
#define bg_1 #e9e4d0
#define bg_2 #cfcebe
#define dim_0 #909995
#define fg_0 #53676d
#define fg_1 #3a4d53
#define red #d2212d
#define green #489100
#define yellow #ad8900
#define blue #0072d4
#define magenta #ca4898
#define cyan #009c8f
#define orange #c25d1e
#define violet #8762c6
#define br_red #cc1729
#define br_green #428b00
#define br_yellow #a78300
#define br_blue #006dce
#define br_magenta #c44392
#define br_cyan #00978a
#define br_orange #bc5819
#define br_violet #825dc0
*background: bg_0
*foreground: fg_0
*fading: 40
*fadeColor: bg_0
*cursorColor: fg_1
*pointerColorBackground: bg_2
*pointerColorForeground: fg_1
! normal colors: "black", red, green, yellow, blue, magenta, cyan, "white"
*color0: bg_1
*color1: red
*color2: green
*color3: yellow
*color4: blue
*color5: magenta
*color6: cyan
*color7: dim_0
! bright/bold versions of colors (in the same order)
*color8: bg_2
*color9: br_red
*color10: br_green
*color11: br_yellow
*color12: br_blue
*color13: br_magenta
*color14: br_cyan
*color15: fg_1