Results 1 to 1 of 1

Thread: fixing colors in lxterminal

  1. #1
    Join Date
    Jul 2011
    Location
    The Great Ocean
    Beans
    Hidden!
    Distro
    Lubuntu

    fixing colors in lxterminal

    getting horrid colors in lxterminal. like this


    luckily there is a fix. just add
    Code:
    # Turn on 256 color support...
    if [ "x$TERM" = "xxterm" ]
    then
        export TERM="xterm-256color"
    fi
    to your .bashrc


    then do this:
    http://blog.credativ.com/en/2010/02/...rt-in-vim.html


    ths code is from http://henzenmann.blogspot.com/2011/...xterminal.html
    Last edited by marinara; April 7th, 2012 at 04:58 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •