55 lines
1.5 KiB
Text
55 lines
1.5 KiB
Text
!---------------------------------------------------------------------------
|
|
! Selenized white color palette for urxvt and X Window System
|
|
!
|
|
#define bg_0 #ffffff
|
|
#define bg_1 #ebebeb
|
|
#define bg_2 #cdcdcd
|
|
#define dim_0 #878787
|
|
#define fg_0 #474747
|
|
#define fg_1 #282828
|
|
|
|
#define red #d6000c
|
|
#define green #1d9700
|
|
#define yellow #c49700
|
|
#define blue #0064e4
|
|
#define magenta #dd0f9d
|
|
#define cyan #00ad9c
|
|
#define orange #d04a00
|
|
#define violet #7f51d6
|
|
|
|
#define br_red #bf0000
|
|
#define br_green #008400
|
|
#define br_yellow #af8500
|
|
#define br_blue #0054cf
|
|
#define br_magenta #c7008b
|
|
#define br_cyan #009a8a
|
|
#define br_orange #ba3700
|
|
#define br_violet #6b40c3
|
|
|
|
*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
|