Xresources/Xdefaults colors

User avatar
simgin
Meme Fodder
Posts: 1167
Joined: Sun Jan 06, 2013 12:07 am
Location: Bradford-on-Avon, UK

Re: Xresources/Xdefaults colors

Unread post by simgin » Wed May 06, 2015 4:54 pm

^ Niiiiice Jules, I will use that one, starting to love the more earthier tones!
Someone told me that I am delusional, I almost fell off my unicorn.

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Xresources/Xdefaults colors

Unread post by stark » Wed May 13, 2015 5:04 pm

Code: Select all

!! Evabream

*background: #151B1A
*foreground: #8FA388

! Alternate foreground
!*foreground: #7E9982

*cursorColor: #9E6438

*color0: #2E2B38
*color1: #984E66
*color2: #7A8C54
*color3: #9E6438
*color4: #395667
*color5: #9D916B
*color6: #536556
*color7: #828181
*color8: #474159
*color9: #A86D56
*color10: #9FB274
*color11: #B29F5E
*color12: #507A91
*color13: #B89855
*color14: #7E9982
*color15: #BDBDA4
Attachments
evabream.png
evabream.png (500 Bytes) Viewed 11380 times
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

User avatar
Dr_Chroot
Alfalfa
Posts: 1100
Joined: Mon Jun 09, 2014 9:49 pm
Location: among the sagebrush
Contact:

Re: Xresources/Xdefaults colors

Unread post by Dr_Chroot » Wed May 13, 2015 5:23 pm

^ Köszönöm! Wow. You is a master.
Fight internet censorship.
EFF | Tor Project | Bitcoin

"There have been times throughout American history where what is right is not the same as what is legal. Sometimes to do the right thing you have to break the law." - Edward Snowden

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Xresources/Xdefaults colors

Unread post by stark » Thu May 14, 2015 5:47 pm

Thanks doc :)
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: Xresources/Xdefaults colors

Unread post by dkeg » Sat May 16, 2015 6:30 pm

faint.png
faint.png (864 Bytes) Viewed 11352 times
as seen here http://linuxbbq.org/bbs/viewtopic.php?p=41371#p41371

Code: Select all

! faint 
! dkeg 2015
*background:	#4f443c
*foreground:	#e2cdb7
*color0:    #584c43
*color8:    #7d746d
*color1:    #d36c5b
*color9:    #d36c5b
*color2:    #6e9383
*color10:   #6e9383
*color3:    #d7b18a
*color11:   #d7b18a
*color4:    #948f8a
*color12:   #948f8a
*color5:    #bd9a81
*color13:   #bd9a81
*color6:    #a1a591
*color14:   #a1a591
*color7:    #e2cdb7
*color15:   #e2cdb7
Or, as I prefer nowadays. Bit simpler b/c I only use 8 colors. I have a template so I only need to fill in the 'define' section

Code: Select all

! faint 
! dkeg 2015
#define bg     #4f443c
#define fg     #e2cdb7
#define blk    #584c43
#define bblk   #7d746d
#define red    #d36c5b
#define grn    #6e9383
#define ylw    #d7b18a
#define blu    #948f8a
#define mag    #bd9a81
#define cyn    #a1a591
#define wht    #e2cdb7

*background:  bg
*foreground:  fg
*cursorColor: cyn

*color0:    blk
... you get the point

Work hard; Complain less

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Xresources/Xdefaults colors

Unread post by machinebacon » Mon May 25, 2015 8:04 am

Code: Select all

! goldenshower
! machinebacon 2015

*foreground:	gray11
*background:	LemonChiffon4

!black
*color0:	black
*color8:	black
!red
*color1:	IndianRed
*color9:	IndianRed
!green
*color2:	OliveDrab3
*color10:	OliveDrab3
!yellow
*color3:	khaki2
*color11:	khaki2
!blue
*color4:	LightBlue1
*color12:	LightBlue1
!magenta
*color5:	plum2
*color13:	plum2
!cyan
*color6:	CadetBlue1
*color14:	CadetBlue1
!white
*color7:	white
*color15:	white
with a little help from xcolorsel (in the repos)
Attachments
goldshow.png
..gnutella..

User avatar
simgin
Meme Fodder
Posts: 1167
Joined: Sun Jan 06, 2013 12:07 am
Location: Bradford-on-Avon, UK

Re: Xresources/Xdefaults colors

Unread post by simgin » Mon May 25, 2015 8:55 am

^ Oh, I like this one very much indeed Julius :) +1
Someone told me that I am delusional, I almost fell off my unicorn.

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: Xresources/Xdefaults colors

Unread post by dkeg » Mon May 25, 2015 12:00 pm

Wow; outside the box. Love it. LemonChiffon bg. Very seasonal. Kind of has a sexy ring to it also.

Work hard; Complain less

User avatar
simgin
Meme Fodder
Posts: 1167
Joined: Sun Jan 06, 2013 12:07 am
Location: Bradford-on-Avon, UK

Re: Xresources/Xdefaults colors

Unread post by simgin » Mon May 25, 2015 12:08 pm

^ Hah, just thought of that too :)
Someone told me that I am delusional, I almost fell off my unicorn.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Xresources/Xdefaults colors

Unread post by machinebacon » Mon May 25, 2015 12:27 pm

:) the Xcolor names are simply amazing :) Indian Red, Peach, Cadet ...
..gnutella..

User avatar
wuxmedia
Grasshopper
Posts: 6445
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: Xresources/Xdefaults colors

Unread post by wuxmedia » Mon May 25, 2015 12:54 pm

I always try to do the same with the CSS colours.
much more evocative like that :)
"Seek, and Ye shall find"
"Github | Chooons | Site"

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Xresources/Xdefaults colors

Unread post by machinebacon » Fri Jul 03, 2015 5:27 am

tarot -- this has no predefined background and foreground color and only color0 to color7.

Code: Select all

! tarot
! 2015 bacon

*color0: #2D2823
*color1: #525E4C
*color2: #5B6C56
*color3: #703D39
*color4: #736957
*color5: #81423F
*color6: #857964
*color7: #CCBFA5
The scrot shows it with background #f9f9f9 and foreground #000000
Attachments
tarot.png
..gnutella..

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: Xresources/Xdefaults colors

Unread post by dkeg » Fri Jul 03, 2015 1:09 pm

That's a nice one.

Funny I just realized that although I say I only use 8 colors now, actually use 9. I value *color8 for mainly currentl line highlight.

Work hard; Complain less

User avatar
Dr_Chroot
Alfalfa
Posts: 1100
Joined: Mon Jun 09, 2014 9:49 pm
Location: among the sagebrush
Contact:

Re: Xresources/Xdefaults colors

Unread post by Dr_Chroot » Fri Jul 03, 2015 7:24 pm

Looks cozy!
Fight internet censorship.
EFF | Tor Project | Bitcoin

"There have been times throughout American history where what is right is not the same as what is legal. Sometimes to do the right thing you have to break the law." - Edward Snowden

User avatar
simgin
Meme Fodder
Posts: 1167
Joined: Sun Jan 06, 2013 12:07 am
Location: Bradford-on-Avon, UK

Re: Xresources/Xdefaults colors

Unread post by simgin » Sun Jul 05, 2015 11:28 pm

That is bloody nice Julius, and funky wallpaper! :)

cheers
simon
Someone told me that I am delusional, I almost fell off my unicorn.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Xresources/Xdefaults colors

Unread post by machinebacon » Tue Jul 07, 2015 6:34 pm

simon, you beautiful guy, i love you :)
..gnutella..

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Xresources/Xdefaults colors

Unread post by stark » Mon Jul 20, 2015 3:45 pm

Code: Select all

! Color-scheme : Relic Dark
! Author       : stark <[email protected]>

*background: #1D2426
*foreground: #8FA388

! Alternate foreground
!*foreground: #AB9C71

*cursorColor: #BE5E1E

*color0:  #39474A
*color1:  #986345
*color2:  #788249
*color3:  #9B6A46
*color4:  #3E5951
*color5:  #B9924A
*color6:  #5d796a
*color7:  #977D5E
*color8:  #4C5F63
*color9:  #B07350
*color10: #869151
*color11: #AF6B42
*color12: #567A6E
*color13: #D69D55
*color14: #668574
*color15: #AB9C71

! vim: ft=xdefaults
Attachments
relic_dark.png
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

Re: Xresources/Xdefaults colors

Unread post by rhowaldt » Mon Jul 20, 2015 7:40 pm

that's a beautiful wall and colours stark!
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Xresources/Xdefaults colors

Unread post by stark » Wed Jul 22, 2015 3:22 am

If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

User avatar
ChefIronBelly
Approved BBQer
Posts: 1044
Joined: Mon Jan 13, 2014 6:01 am
Location: Michigan

Re: Xresources/Xdefaults colors

Unread post by ChefIronBelly » Sat Jul 25, 2015 4:24 pm

just beauteous
(1/1) Installing: LinuxBBQ...................................[69%]==============[/]

Post Reply