Page 18 of 20

Re: Xresources/Xdefaults colors

Posted: Tue Feb 02, 2016 2:01 pm
by simgin
^ Jesus christ :( What a cunt.

Re: Xresources/Xdefaults colors

Posted: Tue Feb 02, 2016 2:05 pm
by dkeg
Yeah, that was cringeworthy. What took more effort, plagiarism or removing history?

Re: Xresources/Xdefaults colors

Posted: Tue Feb 02, 2016 3:40 pm
by Dr_Chroot
Ah! So that is what happened. How unfortunate :( I always wondered; I think I was absent for a short time then.

Re: Xresources/Xdefaults colors

Posted: Sat Feb 06, 2016 3:23 pm
by dkeg

Code: Select all

! -- Author:  dkeg
! -- Created: 2016
! -- Title:   provrb 

#define bg    #343031
#define blk   #393637
#define bblk  #575556
#define fg    #c0bfbf
#define red   #654c51
#define grn   #7f8281
#define ylw   #8d7766
#define blu   #5b697e
#define mag   #7b6b75
#define cyn   #7d8592
#define wht   #c0bfbf
provrb.png
provrb.png (1.07 KiB) Viewed 12089 times

Re: Xresources/Xdefaults colors

Posted: Tue Feb 09, 2016 5:28 am
by franksinistra
^ fuck me that's awesome .....

this is my latest colors (from the emacs theme), a bluish color-scheme with dark & accented colors

Code: Select all

! Author  : franksinistra
! Created : 2016
! Title   : omtose-phellack

*background:                    #252629
*foreground:                    #DBDBDB

*color0:                        #4E4C57
*color8:                        #63636E
*color1:                        #A06BB0
*color9:                        #B88CD4
*color2:                        #80BAB4
*color10:                       #9CD6CD
*color3:                        #ABCCBA
*color11:                       #BFDECD
*color4:                        #5D809E
*color12:                       #7498B8
*color5:                        #7276A6
*color13:                       #9198C9
*color6:                        #8797B5
*color14:                       #A3B4D4
*color7:                        #BCC1C4
*color15:                       #D5D8DE


Re: Xresources/Xdefaults colors

Posted: Tue Feb 09, 2016 7:50 am
by wuxmedia
those are both very niiice and soothing.

Re: Xresources/Xdefaults colors

Posted: Tue Feb 09, 2016 12:31 pm
by ChefIronBelly
yes both superb.

Re: Xresources/Xdefaults colors

Posted: Tue Feb 09, 2016 3:21 pm
by simgin
^^^ Nice, looks like summer pastels. Suits fine here right now, the sun is shining, no clouds and birds in the trees. I dig it Frankie :)

cheerio
simon

Re: Xresources/Xdefaults colors

Posted: Mon Feb 15, 2016 10:28 am
by machinebacon

Code: Select all

!! balou !!
!! mb 2016

!! created using terminal.sexy

! special
*.foreground:   #ffffff
*.background:   #215898
*.cursorColor:  #ffffff

! black
*.color0:       #161920
*.color8:       #11161c

! red
*.color1:       #d86969
*.color9:       #e94e4e

! green
*.color2:       #d8e465
*.color10:      #bdcb36

! yellow
*.color3:       #ede99c
*.color11:      #e1b96a

! blue
*.color4:       #2b455a
*.color12:      #19354c

! magenta
*.color5:       #da76db
*.color13:      #bc4ade

! cyan
*.color6:       #7be8da
*.color14:      #38cbb7

! white
*.color7:       #c8d6e5
*.color15:      #dee8e1
balou.png
balou.png (477 Bytes) Viewed 12027 times

Re: Xresources/Xdefaults colors

Posted: Mon Feb 15, 2016 11:48 am
by franksinistra
^ It looks quite a bit like uhhhh windows powershell.... :)

nah, it looks better than powershell to be honest.....

Re: Xresources/Xdefaults colors

Posted: Mon Feb 15, 2016 6:11 pm
by Launfal
OK, this one I didn't find on the web. I did this one myself this morning, and I wasn't looking at anyone else's paper while I did. I can't believe it's all that original, but it's pretty sharp, and as far as I can tell, it's totally usable. Mutt and Elinks are my two main testcases, but YMMV. This isn't from a wallpaper, although I wanted to use that mono Flash I've been sporting, but all those colors were waaaaay too dark.

You can see it in action in my latest Spectrwm scrot.

Code: Select all

! Malaise

*.background:   #000000
*.foreground:   #aaaaaa

! colors
*.color0:				#000000
*.color8:				#555555

*.color1:				#5a5a5a
*.color9:				#bababa

*.color2:				#5b5b5b
*.color10:				#bbbbbb

*.color3:				#5c5c5c
*.color11:				#bcbcbc

*.color4:				#5d5d5d
*.color12:				#bdbdbd

*.color5:				#5e5e5e
*.color13:				#bebebe

*.color6:				#5f5f5f
*.color14:				#bfbfbf

*.color7:				#aaaaaa
*.color15:				#ffffff

Re: Xresources/Xdefaults colors

Posted: Mon Feb 15, 2016 6:25 pm
by dkeg
Cool. And cool name. I tend to use a wall for creative motivation, but manually pick my scheme using gpick, and experience.

Re: Xresources/Xdefaults colors

Posted: Fri Mar 18, 2016 2:10 pm
by franksinistra
Light scheme

Code: Select all

!! Awatara Chaya !!
*foreground: #50484E
*background: #EEDFCC
! white
*color0: #9d9180
*color8: #b1ac99

! black
*color7: #433F44
*color15: #555256

! red
*color1: #a33555
*color9: #CE6D6D

! green
*color2: #666e4d
*color10: #8a9a61

! yellow
*color3: #ad563d
*color11: #ce7244

! blue
*color4: #375e54
*color12: #6c9889

! magenta
*color5: #5b5040
*color13: #84745c

! cyan
*color6: #616960
*color14: #848f86

Re: Xresources/Xdefaults colors

Posted: Sun Mar 20, 2016 8:11 am
by machinebacon
wow nice. wanna add it to future releases? if so, we put it on the bbq xcolors git.

Re: Xresources/Xdefaults colors

Posted: Sun Mar 20, 2016 8:28 am
by franksinistra
Yup, i'll submit a PR today. Thanks

Re: Xresources/Xdefaults colors

Posted: Sun Mar 20, 2016 11:43 am
by machinebacon
frank, I added you to the linuxbbq xcolors team, so you can directly add your stuff. Thank you!

Re: Xresources/Xdefaults colors

Posted: Sun Mar 20, 2016 11:19 pm
by dkeg
for Nom, a little heavier on the purple than I first thought. I've since adjusted slightly, but first the original

Code: Select all

! -- Author:  dkeg
! -- Created: 2016
! -- Title:   urban_1
 
#define bg    #2a2437
#define blk   #30293f
#define bblk  #4f4b58
#define fg    #c0a79a
#define red   #b42e48
#define grn   #74934e
#define ylw   #cd9359
#define blu   #615772
#define mag   #783e57
#define cyn   #554757
#define wht   #c0a79a
urban.png
urban.png (602 Bytes) Viewed 11645 times
and the less purple version

Code: Select all

! -- Author:  dkeg
! -- Created: 2016
! -- Title:   urban_2

#define bg    #312e39
#define blk   #33303b
#define bblk  #4f4b58
#define fg    #c0a79a
#define red   #87404f
#define grn   #74934e
#define ylw   #cd9359
#define blu   #615772
#define mag   #783e57
#define cyn   #554757
#define wht   #c0a79a
urban2.png
urban2.png (891 Bytes) Viewed 11644 times
in your .Xresources

Code: Select all

#include <path/to/colors/name>
!!! Colors
*background:   bg
*foreground:  fg 
*cursorColor: cyn 
*color0:      blk
*color8:      bblk
*color1:      red
*color9:      red
*color2:      grn
*color10:     grn
*color3:      ylw
*color11:     ylw
*color4:      blu
*color12:     blu
*color5:      mag
*color13:     mag
*color6:      cyn
*color14:     cyn
*color7:      wht
*color15:     wht

Re: Xresources/Xdefaults colors

Posted: Sun Mar 20, 2016 11:32 pm
by GA-KO
awesome stuff dkeg thx

Re: Xresources/Xdefaults colors

Posted: Mon Mar 21, 2016 3:37 am
by noo_b_nomnoms
Thank you, dkeg! :) I would like to see how it looks on my Egeszsegedre. I think a light wall will make beautiful music with those!

Re: Xresources/Xdefaults colors

Posted: Wed Mar 23, 2016 2:57 pm
by Nili
I've saw many palette's but the recent ones from dkeg is the best.
I'm using right now.

Thank you!