Results 1 to 4 of 4

Thread: How to: Tweak GTK and VIM simmilar to old BT5 days

  1. #1
    Join Date
    2013-Mar
    Posts
    5

    How to: Tweak GTK and VIM simmilar to old BT5 days

    Morning;

    This is a How To, but is more appropriate for the "installation" thread, so I'm posting here...

    I was a big fan of the Dust theme used in BT5 ("dark for dark business"). I also prefer VIM syntax highlighting and whatnot.

    Below are the steps taken to make that happen. You can see a screenshot of the them on the gnome-look site. I couldn't upload here as there's a 19kb limit

    Enjoy.

    How:
    1) Configure GTK look and feel
    # dpkg -s libgtk-3-0 | grep '^Version'
    Version: 3.4.2-6

    Installed: Nissl-Adwaita-Dark-4 theme from:
    http://gnome-look.org/content/show.p...content=149521

    Download the theme, unzip, untar, then move the directory as:
    # mv Nissl-Adwaita-Dark-4 /usr/share/themes/

    Install gnome-tweak-tool:
    # apt-get install gnome-tweak-tool

    Run as:
    # gnome-tweak-tool
    Or, Applications --> System Tools --> Preferences --> Advanced Settings
    In the Theme tab set:
    Icon theme: Ubuntu-mono-dark
    GTK+ theme: Nissl-Adwaita-Dark-4
    Window theme: Nissl-Adwaita-Dark-4

    2) Configure vi/vim
    # cp /etc/vim/vimrc ~/.vimrc
    Edit ~/.vimrc
    I did not uncomment the "filetype pluigin indent on" as I prefer manual tabs.
    I did uncomment:
    syntax on
    set background=dark
    set showcmd
    set showmatch
    set ignorecase
    set smartcase
    set incsearch
    set autowrite
    set hidden
    set mouse=a
    ----------------------------
    |-| /-\ |< |_| Z /-\
    ----------------------------

  2. #2
    Join Date
    2013-Apr
    Posts
    3
    Thanks, looks much better!

  3. #3
    Join Date
    2013-Mar
    Posts
    5
    Thanks. Efficiently dark now.

  4. #4
    Join Date
    2013-Aug
    Location
    Italy
    Posts
    65

    Talking

    Quote Originally Posted by Hakuza View Post
    Morning;

    This is a How To, but is more appropriate for the "installation" thread, so I'm posting here...

    I was a big fan of the Dust theme used in BT5 ("dark for dark business"). I also prefer VIM syntax highlighting and whatnot.

    Below are the steps taken to make that happen. You can see a screenshot of the them on the gnome-look site. I couldn't upload here as there's a 19kb limit

    Enjoy.

    How:
    1) Configure GTK look and feel
    # dpkg -s libgtk-3-0 | grep '^Version'
    Version: 3.4.2-6

    Installed: Nissl-Adwaita-Dark-4 theme from:
    http://gnome-look.org/content/show.p...content=149521

    Download the theme, unzip, untar, then move the directory as:
    # mv Nissl-Adwaita-Dark-4 /usr/share/themes/

    Install gnome-tweak-tool:
    # apt-get install gnome-tweak-tool

    Run as:
    # gnome-tweak-tool
    Or, Applications --> System Tools --> Preferences --> Advanced Settings
    In the Theme tab set:
    Icon theme: Ubuntu-mono-dark
    GTK+ theme: Nissl-Adwaita-Dark-4
    Window theme: Nissl-Adwaita-Dark-4

    2) Configure vi/vim
    # cp /etc/vim/vimrc ~/.vimrc
    Edit ~/.vimrc
    I did not uncomment the "filetype pluigin indent on" as I prefer manual tabs.
    I did uncomment:
    syntax on
    set background=dark
    set showcmd
    set showmatch
    set ignorecase
    set smartcase
    set incsearch
    set autowrite
    set hidden
    set mouse=a
    many tnx for guide I used it for a long time but I did so much that I finally found a way to go back to my beloved BT5 kali is now completely exactly the same as to bt5 gnome
    finally001.jpeg
    Last edited by Devil_D; 2013-10-09 at 19:38.

Similar Threads

  1. Tool to finding simmilar char
    By Krump in forum General Archive
    Replies: 0
    Last Post: 2022-03-15, 15:30
  2. almost 2 days of trying stumped...
    By Moi21 in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2017-04-02, 19:58
  3. how to use tweak tool after install?...
    By Hyperion in forum General Archive
    Replies: 2
    Last Post: 2013-09-22, 15:09

Posting Permissions

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