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 | !
! invisibone by baskerville
!
! vim: set ft=xdefaults:
URxvt.background: #232323
URxvt.foreground: #A0A0A0
URxvt.colorBD: #CFCFCF
URxvt.colorUL: #A0A0A0
URxvt.colorIT: #686868
!BLK
URxvt.color0: #303030
URxvt.color8: #686868
!RED
URxvt.color9: #FFA7DA
URxvt.color1: #D370A3
!GRN
URxvt.color10: #A3D572
URxvt.color2: #6D9E3F
!BLU
URxvt.color12: #98CBFE
URxvt.color4: #6095C5
!YEL
URxvt.color11: #EFBD8B
URxvt.color3: #B58858
!CYN
URxvt.color14: #75DAA9
URxvt.color6: #3BA275
!MAG
URxvt.color13: #E5B0FF
URxvt.color5: #AC7BDE
!WHT
URxvt.color7: #CFCFCF
URxvt.color15: #FFFFFF
|
x
Notes
I liked gutterslob’s visibone and I wanted to make a theme based on triads.
I also liked the homogeneity of the solarized suite.
So, I wrote a little python script to generate triads from a given html color. The scripts output six colors, therefore I generated the whole theme (excluding the monotones) from two colors taken from the visibone theme. All the bright colors are supposed to have the same luminance in the Lab space (idem for the dark ones).
Anomareh said about 13 years ago
This is pretty awesome!
baskerville said about 13 years ago
Glad you liked.
Him said about 13 years ago
I love this!
crshd said about 13 years ago
Nice colors. I’ve been in need for something new, gonna give these a shot.
Also, can I haz script plz? I was thinking of writing one myself, but I’m lazy :D
baskerville said about 13 years ago
@crshd:
Here’s the original script:
https://gist.github.com/1382722
Meanwhile, I extended my idea into a more general approach, and gave birth to color_sieve:
https://github.com/baskerville/color_sieve
defer said about 12 years ago
Great theme with well balanced colors. Its just bit too dark for me. I wish you could make another theme with brighter colors. :)
baskerville said about 12 years ago
You can try the ‘cold grey’ and ‘fuscous grey’ versions here:
https://github.com/baskerville/xresources-color-schemes