aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-black-metal-venom
blob: b2d7dbc7a355b6cf8d5a7018702e23e80c291a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Base16 foot template by Michaël Ball (https://git.michaelball.name)
# Black Metal (Venom) by metalelf0 (https://github.com/metalelf0)
#
# Copy this into the [colors] section of your foot.ini config
foreground=c1c1c1
background=000000
regular0=000000
regular1=5f8787
regular2=f8f7f2
regular3=79241f
regular4=888888
regular5=999999
regular6=aaaaaa
regular7=c1c1c1
bright0=333333
bright1=aaaaaa
bright2=121212
bright3=222222
bright4=999999
bright5=999999
bright6=444444
bright7=c1c1c1
selection-foreground=c1c1c1
selection-background=222222
ail com> # Contributor: Patrick Jackson <PatrickSJackson gmail com> # Contributor: Christoph Vigano <mail@cvigano.de> pkgname=st pkgver=0.8.2 pkgrel=2 pkgdesc='A simple virtual terminal emulator for X.' arch=('i686' 'x86_64' 'armv7h') license=('MIT') depends=('libxft' 'libxext' 'xorg-fonts-misc') makedepends=('ncurses') url="http://st.suckless.org" source=(http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz config.h) sha256sums=('aeb74e10aa11ed364e1bcc635a81a523119093e63befd2f231f8b0705b15bf35' 'SKIP') prepare() { # user is supposed to maintain config.h him/herself cp $srcdir/config.h $srcdir/$pkgname-$pkgver/config.h } build() { cd $srcdir/$pkgname-$pkgver make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 } package() { cd $srcdir/$pkgname-$pkgver make PREFIX=/usr DESTDIR="$pkgdir" TERMINFO="$pkgdir/usr/share/terminfo" install install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README" # remove to avoid conflict with ncurses rm "${pkgdir}/usr/share/terminfo/s/st" "${pkgdir}/usr/share/terminfo/s/st-256color" }