VENOM

venom-logo

Build Status

GNOME theme for Debian-8 system

Kevin Leptons kevin.leptons@gmail.com
LGPL License
June, 2017

FEATURES

Screen record on Youtube

venom-green

USAGE

Download venom_1.4.0-0_all.deb, then follow instructions

# install
dpkg -i venom_1.4.0-0_all.deb
apt-get install -f

# use theme
# you can replace black with green or orange
venom use black

# if your system is first time install
# restart gnome to enable gnome user extension
# by Alt + F2, type 'r' then enter

# for detail manual, look man page
man venom

DEVELOPMENT

# get source files
git clone https://github.com/kevin-leptons/venom.git
cd venom

# enter python virtual environemtn
./env init
. venv/bin/active
./env install

# test
./ctl test

# build and pack
./ctl build
./ctl dist

Full development documents

REFERENCES