LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-17-2013, 12:23 PM   #1
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,352

Rep: Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382
Terminal color scheme recommendations


I love Solarized, but it doesn't work well with dialog-based software such as slackpkg, sbopkg, and pkgtool. Yes, this is a Slackware-specific issue, because Slackware is the only distribution where you use a lot of dialog-based software.

What terminal color schemes should I try out instead?

And don't say "the default." Anything would be better than dark blue directories on a black background.

Last edited by dugan; 12-17-2013 at 06:55 PM.
 
Old 12-17-2013, 12:30 PM   #2
GazL
LQ Veteran
 
Registered: May 2008
Posts: 7,099

Rep: Reputation: 5262Reputation: 5262Reputation: 5262Reputation: 5262Reputation: 5262Reputation: 5262Reputation: 5262Reputation: 5262Reputation: 5262Reputation: 5262Reputation: 5262
I use the "Tango" colourset
Code:
! Tango Colour Scheme 
*color0: #2e3436
*color1: #cc0000
*color2: #4e9a06
*color3: #c4a000
*color4: #3465a4
*color5: #75507b
*color6: #0b939b
*color7: #d3d7cf
*color8: #555753
*color9: #ef2929
*color10: #8ae234
*color11: #fce94f
*color12: #729fcf
*color13: #ad7fa8
*color14: #00f5e9
*color15: #eeeeec

XTerm*Background: black
XTerm*Foreground: #a0c0e0
Result can be seen in the desktop thread:
http://www.linuxquestions.org/questi...ml#post5072151
 
1 members found this post helpful.
Old 12-17-2013, 04:27 PM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
272 posts and counting:
http://crunchbang.org/forums/viewtopic.php?id=9935
 
Old 12-17-2013, 04:47 PM   #4
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,311
Blog Entries: 24

Rep: Reputation: 4263Reputation: 4263Reputation: 4263Reputation: 4263Reputation: 4263Reputation: 4263Reputation: 4263Reputation: 4263Reputation: 4263Reputation: 4263Reputation: 4263
I got some good ideas from this LQ thread, try the .Xresources from post #40 as a good starting point.

In addition I also have created my own Vim colors which makes code comments readable and generally follows closely my .Xresources.
 
Old 01-21-2014, 07:14 PM   #5
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,352

Original Poster
Rep: Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382
We'll see how long it takes me to get tired of this, but I'll stick with it for now:

An unchanged Xresources, but with a .dir_colors that displays every file type in a different color:

http://www.reddit.com/r/linux/commen...more_than_300/
 
Old 01-22-2014, 01:19 AM   #6
jstg
Member
 
Registered: Apr 2006
Distribution: Slackware
Posts: 59

Rep: Reputation: 37
This is what I use. It's not "pretty" but I enjoy it.
Code:
! Colors
! black
*color0:                    #000000
*color8:                    #6a6a6a
! red 
*color1:                    #9e1828
*color9:                    #cf6171
! green
*color2:                    #aece91
*color10:                   #6ce05c
! yellow
*color3:                    #d2bb4b
*color11:                   #e7db52
! blue
*color4:                    #3673b5
*color12:                   #1b85d6 
! magenta
*color5:                    #a070a0
*color13:                   #c090c0
! cyan
*color6:                    #00a8a8
*color14:                   #50fcf8
! white
*color7:                    #a8a8a8
*color15:                   #ffffff
 
Old 01-22-2014, 04:39 AM   #7
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2156Reputation: 2156Reputation: 2156Reputation: 2156Reputation: 2156Reputation: 2156Reputation: 2156Reputation: 2156Reputation: 2156Reputation: 2156Reputation: 2156
Quote:
Originally Posted by dugan View Post
I love Solarized, but it doesn't work well with dialog-based software such as slackpkg, sbopkg, and pkgtool.
Same problem here. Solarized is really nice, but since it doesn't play well with NCurses, I've switched to the Tango theme.

Last edited by kikinovak; 01-22-2014 at 12:10 PM.
 
Old 01-22-2014, 09:00 AM   #8
GNU/Linux
Member
 
Registered: Sep 2012
Distribution: Slackware-15
Posts: 121

Rep: Reputation: Disabled
Code:
*background:    #181818
*foreground:    #C0C0C0

!black
*color0 :            #222222
*color8 :            #454545
!red
*color1 :            #B22222
*color9 :            #FA8072
!green
*color2 :            #556B2F
*color10:            #9ACD32
!yellow
*color3 :            #B8860B
*color11:            #DAA520
!blue
*color4 :            #4682B4
*color12:            #6495ED
!magenta
*color5 :            #9932CC
*color13:            #DA70D6
!cyan
*color6 :            #87CEEB
*color14:            #B0E0E6
!white
*color7 :            #C0C0C0
*color15:            #FFFFFF
Screenshot

Last edited by GNU/Linux; 01-22-2014 at 09:02 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Favorite 256-color vim color scheme dugan Programming 11 12-27-2016 01:12 PM
[SOLVED] Where does XFCE Terminal store its color scheme? Miranden Slackware 6 05-28-2013 05:15 PM
Most ergonomic color scheme for GNOME terminal the_gripmaster Linux - General 4 07-13-2012 12:04 AM
Urxvt color scheme Tripsun Linux - Software 0 02-12-2011 02:52 AM
[SOLVED] Question: Different color scheme for each Terminal? struct Linux - Newbie 4 09-14-2010 02:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration