Home

Awesome

base16-luakit

This repository is meant to work with base16.

It provides a simple template that can be used with the base16 color schemes to generate a functional config file for LuaKit, a keyboard-focused browser with a minimal GUI.

The themes have been built using base16-builder-python.

Usage

Manual

Using git

Make

pybase16

build
inject

Examples

Symbolic link

ln -s themes/base16-gruvbox-dark-medium.lua ~/.config/luakit/theme.lua

Using color in your theme

$ ln -s colors/base16-gruvbox-dark-medium.lua ~/.config/luakit/color.lua

-- theme.lua
local c = require('color')

local theme = {}

theme.fg = c.base00

Credits