Results 1 to 5 of 5

Thread: how to add themes to kali?

  1. #1
    Join Date
    2014-Oct
    Posts
    5

    how to add themes to kali?

    hello everyone hows things? new user to kali linux just need to know how to get new themes for kali? i have installed gnome-tweak tool already looking some new themes to download and install and also the procedure for doing so thank you for your time reading this post

  2. #2
    Join Date
    2014-Oct
    Posts
    3
    open terminal and type
    apt-get install gnome-tweak-tool

    then go to System tools - Preferences - advanced setting

    now you Can change themes and fonts

    enjoy

  3. #3
    Join Date
    2014-Oct
    Posts
    2
    Quote Originally Posted by unique View Post
    open terminal and type
    apt-get install gnome-tweak-tool

    then go to System tools - Preferences - advanced setting

    now you Can change themes and fonts

    enjoy

    my kali linuk is no advanced setting in menus why?

  4. #4
    Join Date
    2014-Oct
    Posts
    3
    Quote Originally Posted by tnkusaeri View Post
    my kali linuk is no advanced setting in menus why?
    type in terminal

    apt-get install gnome-tweak-tool

    then you will get it

  5. #5
    Join Date
    2013-Jun
    Posts
    125
    if you want nice themes for gnome you can visit http://gnome-look.org/

    1. create a hidden folder call .themes to place all new themes (if you don't have one)

    #mkdir /root/.themes

    2. Download the theme you like and extract folder

    #tar -xvf <location of tarball file>
    (if file is not a .tar file but a .zip file then you might need to use "unzip" or "gunzip" command)

    3. Copy the theme folder extracted and place it in the .themes folder
    #cp -rf <location of theme> /root/.themes/

    4. Open gnome-tweak-tool using the command in a terminal

    #gnome-tweak-tool

    and you will see kali linux's themes and the theme you download!

    NOTE: ONLY DOWNLOAD GTK3 THEMES since kali ships with gnome 3XXX.
    Last edited by repzeroworld; 2014-10-13 at 22:52.

Similar Threads

  1. Kali linux themes problem
    By 77Krystian in forum Installing Kali Linux
    Replies: 0
    Last Post: 2023-07-20, 11:00
  2. Themes
    By ElQuia in forum General Archive
    Replies: 11
    Last Post: 2017-09-15, 16:56
  3. Replies: 1
    Last Post: 2016-05-14, 14:12
  4. I need some help with themes.
    By Ken_Mcnutt in forum General Archive
    Replies: 0
    Last Post: 2015-07-31, 03:37

Posting Permissions

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