You are not logged in.

#276 2013-03-09 03:54:26

zezhyrule3
Member
Registered: 2013-03-08
Posts: 65

Re: Terminal Colour Scheme Screenshots

terminatorcolors.png

Based on that wonderful Tomorrow Night Eighties theme~


- dots -

Offline

#277 2013-03-21 14:03:22

iljo
Member
From: Croatia
Registered: 2008-11-26
Posts: 29

Re: Terminal Colour Scheme Screenshots

zezhyrule3 wrote:

http://img42.imageshack.us/img42/1083/t … colors.png

Based on that wonderful Tomorrow Night Eighties theme~

Looks nice in that screenshot, can you post config of theme, please?

Offline

#278 2013-03-21 17:56:27

dag
Member
From: US
Registered: 2013-01-20
Posts: 216

Re: Terminal Colour Scheme Screenshots

2013-03-21-093946_581x265_scrot.png

# Black
URxvt*color0:           #262626
URxvt*color8:           #252525

# Red
URxvt*color1:           #C12121
URxvt*color9:           #E50E0E
 
# Green
URxvt*color2:           #597b20
URxvt*color10:          #89b83f
 
# Yellow
URxvt*color3:           #Ded838
URxvt*color11:          #efef60
 
# Blue
URxvt*color4:           #265997
URxvt*color12:          #3F6FD0

# Magenta
URxvt*color5:           #706c9a
URxvt*color13:          #826ab1
 
# Cyan
URxvt*color6:           #69a2b0
URxvt*color14:          #a1cdcd
 
# White
URxvt*color7:           #BBBBBB
URxvt*color15:          #EEEEEF

--------------------------------------
alcoves wonder creates the wonder unto the ages; never lose that.

Offline

#279 2013-03-22 00:15:52

zezhyrule3
Member
Registered: 2013-03-08
Posts: 65

Re: Terminal Colour Scheme Screenshots

iljo wrote:
zezhyrule3 wrote:

http://img42.imageshack.us/img42/1083/t … colors.png

Based on that wonderful Tomorrow Night Eighties theme~

Looks nice in that screenshot, can you post config of theme, please?

Got it from this, might as well just link it: https://github.com/chriskempson/tomorro … htEighties


- dots -

Offline

#280 2013-03-22 11:48:39

Doomcide
Member
Registered: 2011-08-22
Posts: 221

Re: Terminal Colour Scheme Screenshots

I've been using this one for months:

taHVoaw

        /* 8 normal colors */                                                  
        "#131621",                  // black - bg                          
        "#c2465f",                   // red                                          
        "#4cad64",                  // green                                   
        "#b8904c",                  // yellow                               
        "#5085a8",                  // blue                               
        "#c45aa1",                  // magenta                                           
        "#4ea7ad",                  // cyan                          
        "#797e8f",                   // white - fg                          
                                                                               
        /* 8 bright colors */                                                  
        "#262b40",                 // bright-black                                           
        "#d25474",                 // bright-red                     
        "#5acc74",                 //       .                    
        "#d6a45a",                //       .                          
        "#5ca1c9",                 //       .                           
        "#d16db0",                                                             
        "#68c4c7",                                                             
        "#bbbec9",       

Offline

#281 2013-03-22 12:40:42

10PinkPanther
Member
From: Croatia
Registered: 2012-11-10
Posts: 374

Re: Terminal Colour Scheme Screenshots

Doomcide wrote:

I've been using this one for months:

http://ompldr.org/taHVoaw

        /* 8 normal colors */                                                  
        "#131621",                  // black - bg                          
        "#c2465f",                   // red                                          
        "#4cad64",                  // green                                   
        "#b8904c",                  // yellow                               
        "#5085a8",                  // blue                               
        "#c45aa1",                  // magenta                                           
        "#4ea7ad",                  // cyan                          
        "#797e8f",                   // white - fg                          
                                                                               
        /* 8 bright colors */                                                  
        "#262b40",                 // bright-black                                           
        "#d25474",                 // bright-red                     
        "#5acc74",                 //       .                    
        "#d6a45a",                //       .                          
        "#5ca1c9",                 //       .                           
        "#d16db0",                                                             
        "#68c4c7",                                                             
        "#bbbec9",       

Very nice Doomcide.

Last edited by 10PinkPanther (2013-03-22 12:41:02)

Offline

#282 2013-03-26 05:09:23

dac
Member
Registered: 2012-11-11
Posts: 2

Re: Terminal Colour Scheme Screenshots

taHg2bA

!! NES_Palette_Final
URxvt.background: #000001
URxvt.foreground: #f8f8f8
URxvt.cursorColor: #bcbcbc

!black
*color0:#000101
*color8:#787878
!red
*color1:#4428BC
*color9:#6844FC
!green
*color2:#9878F8
*color10:#D8B8F8
!yellow
*color3:#6888FC
*color11:#B8B8F8
!blue
*color4:#0078F8
*color12:#3CBCFC
!magenta
*color5:#6844FC
*color13:#9878f8
!cyan
*color6:#0058f8
*color14:#0078f8
!white
*color7:#7c7c7c
*color15:#bcbcbc

Last edited by dac (2013-03-29 09:02:04)

Offline

#283 2013-03-26 05:32:44

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Terminal Colour Scheme Screenshots

bohoomil wrote:

euphrasia (click to enlarge):

http://ompldr.org/vZ2tlZQ

Vim / Gvim / Xresources / tty versions included: download here.

These colors are amazing.  Thanks bohoomil.  I am really glad there are people around here who care so much more than I do about the visual element of their systems.  You have now provided me with sane font configuration and my terminal colors.

Offline

#284 2013-03-27 10:52:36

iljo
Member
From: Croatia
Registered: 2008-11-26
Posts: 29

Re: Terminal Colour Scheme Screenshots

zezhyrule3 wrote:
iljo wrote:
zezhyrule3 wrote:

http://img42.imageshack.us/img42/1083/t … colors.png

Based on that wonderful Tomorrow Night Eighties theme~

Looks nice in that screenshot, can you post config of theme, please?

Got it from this, might as well just link it: https://github.com/chriskempson/tomorro … htEighties

Thnx, using it now. smile

Offline

#285 2013-03-27 12:02:18

ganastasiou
Member
Registered: 2010-02-03
Posts: 56

Re: Terminal Colour Scheme Screenshots

Dirk Sohler wrote:

I use this for Weechat.

http://img197.imageshack.us/img197/5876/20130131211438706x421sc.th.png

LURxvt*background:             #fdf6e3
LURxvt*foreground:             #839496
LURxvt*fadeColor:              #fdf6e3
LURxvt*cursorColor:            #586e75
LURxvt*pointerColorBackground: #93a1a1
LURxvt*pointerColorForeground: #586e75
LURxvt*color0:                 #073642
LURxvt*color8:                 #fdf6e3
LURxvt*color10:                #93a1a1
LURxvt*color11:                #839496
LURxvt*color12:                #657b83
LURxvt*color14:                #586e75
LURxvt*color7:                 #839496
LURxvt*color15:                #002b36

Hmm good way of using name. Thanks for that!

Offline

#286 2013-03-27 12:05:13

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: Terminal Colour Scheme Screenshots

WonderWoofy wrote:
bohoomil wrote:

euphrasia (click to enlarge):

http://ompldr.org/vZ2tlZQ

Vim / Gvim / Xresources / tty versions included: download here.

These colors are amazing.  Thanks bohoomil.  I am really glad there are people around here who care so much more than I do about the visual element of their systems.  You have now provided me with sane font configuration and my terminal colors.

Having read something like this, a man can do nothing but say 'Thank you!' and share a slightly, but significantly updated version that hasn't been made public yet.

Thanks once again for your mega kind words! smile


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#287 2013-03-27 15:22:39

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Terminal Colour Scheme Screenshots

Thanks again bohoomil!  I really like the green cursor... its nice and bright!

Offline

#288 2013-03-27 15:27:30

theGunslinger
Member
Registered: 2011-05-20
Posts: 300

Re: Terminal Colour Scheme Screenshots

bohoomil wrote:
WonderWoofy wrote:
bohoomil wrote:

euphrasia (click to enlarge):

http://ompldr.org/vZ2tlZQ

Vim / Gvim / Xresources / tty versions included: download here.

These colors are amazing.  Thanks bohoomil.  I am really glad there are people around here who care so much more than I do about the visual element of their systems.  You have now provided me with sane font configuration and my terminal colors.

Having read something like this, a man can do nothing but say 'Thank you!' and share a slightly, but significantly updated version that hasn't been made public yet.

Thanks once again for your mega kind words! smile

By far the best theme I've ever had on my terminal, thank you so much, my days of opening .Xresources for tweaking are over smile

Offline

#289 2013-03-27 16:01:17

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Terminal Colour Scheme Screenshots

theGunslinger wrote:
bohoomil wrote:
WonderWoofy wrote:

These colors are amazing.  Thanks bohoomil.  I am really glad there are people around here who care so much more than I do about the visual element of their systems.  You have now provided me with sane font configuration and my terminal colors.

Having read something like this, a man can do nothing but say 'Thank you!' and share a slightly, but significantly updated version that hasn't been made public yet.

Thanks once again for your mega kind words! smile

By far the best theme I've ever had on my terminal, thank you so much, my days of opening .Xresources for tweaking are over smile

Well, I don't know about over... I'm sure if bohoomil continues to tweak his setup and push it to his guthub repo, I will be trying what he makes.  But it will surely keep me out of there for some time. smile

Offline

#290 2013-03-30 12:10:09

10PinkPanther
Member
From: Croatia
Registered: 2012-11-10
Posts: 374

Re: Terminal Colour Scheme Screenshots

colorsu.png

Offline

#291 2013-03-30 12:16:41

parazyd
Member
From: Amsterdam
Registered: 2012-10-14
Posts: 259
Website

Re: Terminal Colour Scheme Screenshots

@10PinkPanther Mind sharing your script for colors? Thanks!

Offline

#292 2013-03-30 12:22:46

10PinkPanther
Member
From: Croatia
Registered: 2012-11-10
Posts: 374

Re: Terminal Colour Scheme Screenshots

No problem.

!Black
URxvt*color0:           #4a4b4a
URxvt*color8:           #696969

!Red
URxvt*color1:           #D7699A
URxvt*color9:           #F5A2B5

!Green
URxvt*color2:           #80D468
URxvt*color10:          #A3F2A0

!Yellow
URxvt*color3:           #D7A169
URxvt*color11:          #F5CDA2

!Blue
URxvt*color4:           #6985D7
URxvt*color12:          #A2C1F5

!Magenta
URxvt*color5:           #C86AD4
URxvt*color13:          #D2A2F5

!Cyan
URxvt*color6:           #6FCCD1
URxvt*color14:          #A0E9F2

!White
URxvt*color7:           #DBDCDC
URxvt*color15:          #FDFDFD

Offline

#293 2013-03-30 12:25:07

parazyd
Member
From: Amsterdam
Registered: 2012-10-14
Posts: 259
Website

Re: Terminal Colour Scheme Screenshots

I meant the script for generating that picture, but nevermind, I found it on page 3.

Thanks anyway.

Offline

#294 2013-04-19 23:06:13

hobarrera
Member
From: The Netherlands
Registered: 2011-04-12
Posts: 355
Website

Re: Terminal Colour Scheme Screenshots

2Xn1PJnl.png
Note that the background is 20% transparent, so it won't always look exactly like that. Also note I use rxvt-unicode-patched, not the package from the official repos.

.Xresources

Offline

#295 2013-04-30 13:57:14

zezhyrule3
Member
Registered: 2013-03-08
Posts: 65

Re: Terminal Colour Scheme Screenshots

terminalcolors.png

Xresources in mah sig.


- dots -

Offline

#296 2013-05-05 22:59:05

masteryod
Member
Registered: 2010-05-19
Posts: 433

Re: Terminal Colour Scheme Screenshots

tasos wrote:

Btw as this thread is still active I will post here. I created http://xcolors.net/ to showcase Xresources color schemes.
If you want to contribute any color schemes there follow the instructions here. Cheers.

This is awesome! Thank you very much for this smile

Offline

#297 2013-05-05 23:04:56

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Terminal Colour Scheme Screenshots

hobarrera wrote:

http://i.imgur.com/2Xn1PJnl.png
Note that the background is 20% transparent, so it won't always look exactly like that. Also note I use rxvt-unicode-patched, not the package from the official repos.

.Xresources

I was a user of the rxvt-unicode-patched AUR package as well, unit jasonwryan pointed out to me that there is a "letterSpace" configuration option that you can put in your .Xresources.  So I have "URxvt*letterSpace: -2" in my config and things look totally normal.

I figure that one less package that I take from the AUR is one less that I really have to worry about (for the most part).  Unless I want a git version or something, I will typically take the official package over an AUR package.

Offline

#298 2013-05-08 18:34:52

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: Terminal Colour Scheme Screenshots

I've made a small script to validate .Xresources color schemes:

    validcs

It requires the colormath Python library.

To validate your current scheme you can issue the following:

xrdb -query | validcs

gh · da · ds

Offline

#299 2013-05-08 20:09:45

hobarrera
Member
From: The Netherlands
Registered: 2011-04-12
Posts: 355
Website

Re: Terminal Colour Scheme Screenshots

WonderWoofy wrote:
hobarrera wrote:

http://i.imgur.com/2Xn1PJnl.png
Note that the background is 20% transparent, so it won't always look exactly like that. Also note I use rxvt-unicode-patched, not the package from the official repos.

.Xresources

I was a user of the rxvt-unicode-patched AUR package as well, unit jasonwryan pointed out to me that there is a "letterSpace" configuration option that you can put in your .Xresources.  So I have "URxvt*letterSpace: -2" in my config and things look totally normal.

I figure that one less package that I take from the AUR is one less that I really have to worry about (for the most part).  Unless I want a git version or something, I will typically take the official package over an AUR package.

Thanks for the awesome tip! One less AUR package! big_smile

Offline

#300 2013-05-10 20:48:49

isaacdomagalski
Member
Registered: 2012-11-24
Posts: 34

Re: Terminal Colour Scheme Screenshots

URxvt.cursorColor: #06989a
URxvt.background: #000000  
URxvt.foreground: #cccccc  
URxvt.color0:  #000000  
URxvt.color8:  #555753  
URxvt.color1:  #cc0000  
URxvt.color9:  #EF2929  
URxvt.color2:  #4E9A06  
URxvt.color10: #8AE234  
URxvt.color3:  #C4A000  
URxvt.color11: #FCE94F  
URxvt.color4:  #3465A4  
URxvt.color12: #739FCF  
URxvt.color5:  #75507B  
URxvt.color13: #AD7FA8  
URxvt.color6:  #06989A  
URxvt.color14: #34E2E2  
URxvt.color7:  #D3D7CF  
URxvt.color15: #EEEEEC  

4kzn6x.png

Offline

Board footer

Powered by FluxBB