Xresources/Xdefaults colors

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 Nov 04, 2013 2:19 am

Code: Select all

!!!! swing !!!!

*background:  #170F0D
*foreground:   #746C48

*color0: #110C09
*color1: #231C17
*color2: #2C251B
*color3: #352C23
*color4: #5C4E34
*color5: #605034
*color6: #788543
*color7: #8B764C
*color8: #8D6338
*color9: #AB9667
*color10: #BCAB84
*color11: #C6AB79
*color12: #CCB889
*color13: #E5D1A5
*color14: #FAEDD0
*color15: #FEFBF3
swing.png

Work hard; Complain less

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 Nov 04, 2013 2:22 am

Code: Select all

!!!! samaurai !!!!

*background:  #170F0D
*foreground:   #746C48

*color0: #090100
*color1: #2D0B00
*color2: #591E00
*color3: #5F4303
*color4: #765301
*color5: #7D6B45
*color6: #936D04
*color7: #976F0D
*color8: #AA831B
*color9: #AE1D02
*color10: #B68E2B
*color11: #C39A3B
*color12: #CCA146
*color13: #D2A74C
*color14: #DBB15E
*color15: #FBE2A3
samarai.png

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 Nov 04, 2013 2:28 am

Excellent, thanks a lot. Forked :)
..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 » Mon Nov 04, 2013 2:33 am

machinebacon wrote:^ Hope you can zip them up for me sometime :) Or can you git them? No hurries :)
Jules, all on my github page. follow my sig :D

edit: awesome, you're right on it

Work hard; Complain less

User avatar
ivanovnegro
Minister of Truth
Posts: 5449
Joined: Wed Oct 17, 2012 11:12 pm

Re: Xresources/Xdefaults colors

Unread post by ivanovnegro » Mon Nov 04, 2013 2:46 am

You are insane Drew but you are awesome!

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: Xresources/Xdefaults colors

Unread post by DebianJoe » Mon Nov 04, 2013 4:49 am

Very nice work Drew. If it's cool with you I'd like to convert a few of these to escapes and add them to the console color script.

I really don't have anything to share as all of my Xcolors are set in diff files, which have recently been either stealing other people's schemes or using Rho's palleter script to get the colors into a plaintext, which I then make a patch from. I do appreciate all of the amazing artistry, though.
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

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 Nov 04, 2013 4:58 am

Hopefully someday we can merge all Xresources of Linuxland into a huge Xresources/colors directory :)
..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 » Mon Nov 04, 2013 5:15 am

by all means DJ. What's mine is for all :D

Of course it is the result of rho's initiative to produce his awesomeness known as paletter that has given us these color pallates and of course my collection of walls. I only did some script hacking to produce an output for easier .Xresource insertion.

Notice the re-occuring color theme surrounding my current favorite color - brown.

I'm sorry you have to put the work back in to change colors to escapes as that was the original output until I edited the script.

EDIT - fix spelling

Work hard; Complain less

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: Xresources/Xdefaults colors

Unread post by DebianJoe » Mon Nov 04, 2013 5:16 am

Not to totally derail this, but your idea with the Dkeg script got me to thinking about multi-directional scrolling in ncurses. You know, when you have a menu frame that only displays about 12 items in a list, but when you get to the right it scrolls across, or when you get to the bottom it rolls more items into view.
...seems like that might be a neat way to set up a color-chooser, which could then use that scheme as defaults for xrdb until such time as you changed it. With all of the potentially great colors/Xresources out there, it is worth considering that managing selection needs to be more than just a list. I can knock out a little selector that uses this (I am 90% sure that I can write one), so that your selection for colors would have a TUI-CURSES (all caps, because that's how it's supposed to be now) interface for selecting, and thus the list is more manageable.

Let me see what I can come up with.

@Drew, No problem at all, I'm getting better with sed. ;)
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: Xresources/Xdefaults colors

Unread post by DebianJoe » Mon Nov 04, 2013 6:18 am

@Drew, I put in a pull request that's a very minor thing, should be able to automatically merge. It's just a spelling hotfix (because Rho's OCD is contagious.) ;)
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

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 Nov 04, 2013 7:29 am

Palatter vs Paletter vs Palleter? :p
..gnutella..

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

Re: Xresources/Xdefaults colors

Unread post by rhowaldt » Mon Nov 04, 2013 10:29 am

hihihi, i believe the word is 'palette': http://en.wikipedia.org/wiki/Palette - thus: Paletter :)
glad to infect people with my OCD :D
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
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: Xresources/Xdefaults colors

Unread post by DebianJoe » Mon Nov 04, 2013 10:47 am

Oh, I still use Xresources on my cwm: Here's on. :) (I use allow_bold, so not as many variations as what you guys have posted.)
Image

Code: Select all

!! warhol
URxvt.background:  #585858
URxvt.foreground:  #ddddcd

!black
URxvt.color0:      #676767
URxvt.color8:      #898989
!red
URxvt.color1:      #ff8379
URxvt.color9:      #ff8379
!green
URxvt.color2:      #bee178
URxvt.color10:     #bee178
!yellow
URxvt.color3:      #ebdd85
URxvt.color11:     #ebdd85
!blue
URxvt.color4:      #78bfe1
URxvt.color12:     #78bfe1
!magenta
URxvt.color5:      #de92f4
URxvt.color13:     #de92f4
!cyan
URxvt.color6:      #ffc279
URxvt.color14:     #ffc279
!white
URxvt.color7:      #dddddd
URxvt.color15:     #cccccc
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

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 Nov 04, 2013 1:46 pm

rhowaldt wrote:hihihi, i believe the word is 'palette': http://en.wikipedia.org/wiki/Palette - thus: Paletter :)
glad to infect people with my OCD :D
Yes, I apologize for my spelling. I really do care. I am actually pretty anal and OCD too, I think having kids and an italian NYC wife has softened me up a bit. I'll be sure to not slip up again
:D

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 Nov 04, 2013 2:32 pm

Rho, actually you wrote it wrong originally (Palleter ;) so nevermind the OCD bullocks ;)
..gnutella..

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

Re: Xresources/Xdefaults colors

Unread post by rhowaldt » Mon Nov 04, 2013 3:45 pm

^ LOL. fuck me XD
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
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 Nov 04, 2013 11:45 pm

Code: Select all

!!!! unsiftedwheat !!!!

*background:  #170F0D
*foreground:   #746C48

*color0: #382C2F
*color1: #48393A
*color2: #65534D
*color3: #79665A
*color4: #836E5E
*color5: #8E7766
*color6: #917781
*color7: #9A846D
*color8: #AC9377
*color9: #BAA17E
*color10: #BCA282
*color11: #C1A67E
*color12: #CFB48E
*color13: #D1BAA3
*color14: #DFC39B
*color15: #EED8C4
unsiftedwheat.png

Work hard; Complain less

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 Nov 04, 2013 11:51 pm

Code: Select all

!!!! canvasedpastel !!!!

*background:  #170F0D
*foreground:   #746C48

*color0: #26251C
*color1: #323027
*color2: #3D4339
*color3: #443B2C
*color4: #534D35
*color5: #646756
*color6: #7B8574
*color7: #837B61
*color8: #999F91
*color9: #9B9773
*color10: #B2B08C
*color11: #C4BB8C
*color12: #C4B67A
*color13: #CFC995
*color14: #D3D4B6
*color15: #D6D3AC
canvasedpastel.png

Work hard; Complain less

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 » Thu Nov 07, 2013 4:22 am

Code: Select all

!!!! thestare !!!!

*background:#170f0d
*foreground:#746c48

*fading:10
*fadeColor:#170f0d
*transparent:0
*shading:70

*color0: #1E1F20
*color1: #474B3E
*color2: #5C7789
*color3: #618A93
*color4: #62625E
*color5: #728870
*color6: #7CA6C2
*color7: #807F84
*color8: #8C6B59
*color9: #8E776A
*color10: #A28777
*color11: #A4A29D
*color12: #B5C5C7
*color13: #C59D7A
*color14: #CDB3A2
*color15: #DBDAD8
thestare.png

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 » Thu Nov 07, 2013 7:32 am

Code: Select all

!!!! shuttleworth !!!!

*background:       #101010
*foreground:       #676767

*transparent:      0	
*shading:	       70 	
*fading:		10
*fadeColor:	#10040c

*color0: #10040c
*color1: #2f0d22
*color2: #4d1734
*color3: #67243a
*color4: #6d224a
*color5: #94345d
*color6: #af3444
*color7: #b04a6e
*color8: #ba5486
*color9: #cf5d70
*color10: #d06b9a
*color11: #d16f91
*color12: #e594af
*color13: #e69aad
*color14: #f1b2c6
*color15: #F6c2ca
shuttleworth.png
shuttleworth.png (49.21 KiB) Viewed 4838 times
..gnutella..

Post Reply