プログラミング

ubuntu 16.04: arc-theme(dark) をインストールしてテーマを設定する

# To build the theme the follwing packages are required
sudo apt-get update
sudo apt-get install -y autoconf
sudo apt-get install -y automake
sudo apt-get install -y gtk2-engines-murrine
sudo apt-get install -y libgtk-3-dev
sudo apt-get install -y gnome-tweak-tool
sudo apt-get update

# Clone the git repository with
git clone https://github.com/horst3180/arc-theme --depth 1 && cd arc-theme

# 2. Build and install the theme
./autogen.sh --prefix=/usr
sudo make install


gnome-tweak-toolで設定を起動し,apeearance > GTK+ にて Arc テーマが選択可能.

Atomを連想させる”Arc-Dark”,クールで目にも優しい,オススメのテーマ.
fedoraなど他ディストリビューションや他versionにもインストール可能.

  • 他のテーマ
    他にも,Windows, Macライクなインターフェイスのテーマなど色々ある.

http://www.linuxandubuntu.com/home/macbuntu-transform-ubuntu-1604-to-mac-os-x
https://www.gnome-look.org/content/show.php/Windows+10+Theme?content=171327
http://www.linuxandubuntu.com/home/20-best-themes-for-ubuntu-in-2017

References:
(https://github.com/horst3180/arc-theme)[https://github.com/horst3180/arc-theme]

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です