Page 17 of 20

Re: Xresources/Xdefaults colors

Posted: Tue Aug 25, 2015 5:49 pm
by Nili
My first attempt :)
Never bothered doing myself, always i used one from here.

Image

Image

Code: Select all

! --- ~/.Xresources ------------------------------------------------------------
! ------------------------------------------------------------------------------
! --- generated with 4bit Terminal Color Scheme Designer -----------------------
! ------------------------------------------------------------------------------
! --- http://ciembor.github.com/4bit -------------------------------------------
! ------------------------------------------------------------------------------
! --- AOI -------------------------------------------
! --- From Japanese 葵 "hollyhock, althea" or 碧 "blue" -------------------------
! --- Nili 2015 ----------------------------------------------------------------
! --- Feel free to use & modify ------------------------------------------------
! ------------------------------------------------------------------------------

! --- special colors ---

*background: #131113
*foreground: #e7e7e7

! --- standard colors ---

! black
*color0: #151515
! bright_black
*color8: #373737
! red
*color1: #515e6f
! bright_red
*color9: #bbc8d8
! green
*color2: #515e6f
! bright_green
*color10: #bbc8d8
! yellow
*color3: #515e6f
! bright_yellow
*color11: #bbc8d8
! blue
*color4: #515e6f
! bright_blue
*color12: #bbc8d8
! magenta
*color5: #515e6f
! bright_magenta
*color13: #bbc8d8
! cyan
*color6: #515e6f
! bright_cyan
*color14: #bbc8d8
! white
*color7: #808080
! bright_white
*color15: #e7e7e7

! --- other settings ---

*highlightColor: #3D4452
*highlightTextColor: #F2F2F2
*cursorColor: #e7e7e7
*pointerColor: #515e6f
*pointerColor2: #e7e7e7
*colorBD: #e7e7e7
*colorUL: #95A4B2
*underlineColor: #566776

! ------------------------------------------------------------------------------
! --- end of terminal colors section -------------------------------------------
! ------------------------------------------------------------------------------

Re: Xresources/Xdefaults colors

Posted: Wed Aug 26, 2015 12:38 pm
by rhowaldt
looking nice Nili! only thing you need to do now is give it a name!

Re: Xresources/Xdefaults colors

Posted: Wed Aug 26, 2015 2:06 pm
by Nili
Thank you rhowaldt, I left like the house without door or roofless :|

Restored his name: AOI - in Japanese (blue, simple dark blue)

Re: The Web General

Posted: Sat Sep 26, 2015 4:16 am
by machinebacon
I'm very sure this is already well-known, just sharing for the sake of it:
https://terminal.sexy/

Re: Xresources/Xdefaults colors

Posted: Mon Sep 28, 2015 9:05 am
by Nili
bookmarked for usage, for me it's new

thank you machinebacon ;)

Re: Xresources/Xdefaults colors

Posted: Fri Nov 06, 2015 11:33 am
by machinebacon

Code: Select all

!! kurwalinuks
!! 2015 mb
*foreground:   #ffa300
*background:   #090704
*cursorColor:  #ffa300

! black
*color0:       #9e7171
*color8:       #917171

! red
*color1:       #b15200
*color9:       #b15200

! green
*color2:       #b15200
*color10:      #b15200

! yellow
*color3:       #b15200
*color11:      #b15200

! blue
*color4:       #a88b72
*color12:      #a37044

! magenta
*color5:       #b15200
*color13:      #b15200

! cyan
*color6:       #b15200
*color14:      #b15200

! white
*color7:       #d49b6a
*color15:      #cda481
kurwalinuks.png

Re: Xresources/Xdefaults colors

Posted: Tue Nov 10, 2015 8:36 am
by hexon

Code: Select all

!! kurwalinuks

Code: Select all

kurwa kurwa 
lol

Re: Xresources/Xdefaults colors

Posted: Sat Nov 14, 2015 8:16 am
by machinebacon

Code: Select all

! bumingbai
! mb 2015
*foreground:   #000000
*background:   #989898
*cursorColor:  #000000

! black
*color0:       #787878
*color8:       #787878

! red
*color1:       #210202
*color9:       #210202

! green
*color2:       #153000
*color10:       #153000

! yellow
*color3:       #cfc200
*color11:       #cfc200

! blue
*color4:       #003c52
*color12:       #003c52

! magenta
*color5:       #330044
*color13:       #330044

! cyan
*color6:       #00443b
*color14:       #00443b

! white
*color7:       #ffffff
*color15:       #ffffff
bumingbai.png

Code: Select all

! mingbai
! mb 2015

*foreground:   #fefefe
*background:   #000000
*cursorColor:  #c5c8c6

! black
*color0:       #1a1a1a
*color8:       #373b41

! red
*color1:       #f10000
*color9:       #ff0000

! green
*color2:       #6dff00
*color10:      #57ff00

! yellow
*color3:       #ffee00
*color11:      #ebff00

! blue
*color4:       #00bcff
*color12:      #007ae1

! magenta
*color5:       #660088
*color13:      #a700d9

! cyan
*color6:       #00baa2
*color14:      #00ffdd

! white
*color7:       #ffffff
*color15:      #ffffff
mingbai.png

Re: Xresources/Xdefaults colors

Posted: Tue Nov 17, 2015 1:27 pm
by franksinistra
^ bu ming bai && ming bai

lol funny names

Re: Xresources/Xdefaults colors

Posted: Sat Jan 30, 2016 3:22 pm
by dkeg
requested by frank. Slightly changed (fine tuned) from scrot. Not posted to GH yet, but should be at some point

Code: Select all

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

#define bg    #2f302d
#define blk   #363633
#define bblk  #4a4a47
#define fg    #c4c3c0
#define red   #993f3c
#define grn   #78855e
#define ylw   #937b5a
#define blu   #415265
#define mag   #885458
#define cyn   #646666
#define wht   #c4c3c0
book.png
book.png (820 Bytes) Viewed 10233 times

Re: Xresources/Xdefaults colors

Posted: Sat Jan 30, 2016 6:25 pm
by franksinistra
^ now that's what balanced colors look like. Thanks dkeg!

Re: Xresources/Xdefaults colors

Posted: Sat Jan 30, 2016 7:31 pm
by simgin
^^ Thank you Drew, my eyes are resting :)

Re: Xresources/Xdefaults colors

Posted: Sun Jan 31, 2016 11:35 pm
by Launfal
Here's a monochrome theme I found online, and after using it a while, I gotta say it's pretty sharp.

I dunno what to call it... I'll get back to you on that... ok, how about Malaise?

! Malaise
! *.background: #000000
! *.foreground: #B0B0B0

*color0: #000000
*color1: #434343
*color2: #6B6B6B
*color3: #969696
*color4: #4A4A4A
*color5: #707070
*color6: #A9A9A9
*color7: #FFFFFF
*color8: #222222
*color9: #434343
*color10: #A5A5A5
*color11: #E5E5E5
*color12: #4D4D4D
*color13: #747474
*color14: #C4C4C4
*color15: #DEDEDE

Re: Xresources/Xdefaults colors

Posted: Mon Feb 01, 2016 12:01 am
by simgin
^ Sweet! Thank you Launfal, thank you ever so much, since I just asked about it :)

cheerio my good man

simon

Re: Xresources/Xdefaults colors

Posted: Mon Feb 01, 2016 4:04 am
by machinebacon
http://leo2501.blogspot.jp/
Must be the original author (he first posted it in 2009 on Arch Forums), credit where credit is due :) It goes under the name Monochrome Dark.

Re: Xresources/Xdefaults colors

Posted: Mon Feb 01, 2016 9:33 am
by simgin
^ Good work Julius, and you are right :)

Re: Xresources/Xdefaults colors

Posted: Tue Feb 02, 2016 1:10 am
by Launfal
^^ That's not the link where I found it, but sure enough, it's the same one. That's a bad job by me not finding out for myself that it had already been named. :/

Re: Xresources/Xdefaults colors

Posted: Tue Feb 02, 2016 6:15 am
by machinebacon
^ Yeah I guess it is not the link where you found it, quite many people posted these Xcolors on github and in forums, however the first mention on the interwebz was on that blog (I found it through a forum post of same user on the Arch forums). I did not mean to criticize you in any way :) Why I searched for it: *if* we put it in our github, we should be fair and credit the author. You mentioned you found it online (that's honorable, other -- here already banned people -- have sold work of others as their own), so I just wanted to add the author to the header, so that later other users who get it from our github can send the guy a beer, a mail bomb or give him kudos on unixporn or reddit ;)

Re: Xresources/Xdefaults colors

Posted: Tue Feb 02, 2016 9:33 am
by simgin
^ Good wording Julius, and ofc very valid.
Now I understand the mystery of the '?' posts, thanks.

cheerio
simon

Re: Xresources/Xdefaults colors

Posted: Tue Feb 02, 2016 9:50 am
by machinebacon
^ just FYI, the "?" posts are edited by the user, not the team. Certain bitchface didn't want to leave a trace.