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.
- download the zip file
- extract the zip
- copy the desired theme under themes folder to luakit config dir
- rename the theme to
theme.lua
- clone this repo
- build using one of the following methods
- run
make
- copy the desired theme under themes folder to luakit config dit (OR) symbolic link
- read the pybase16 manual
- copy the desired theme under themes folder to luakit config dit (OR) symbolic link
- (OR) copy the desired theme under colors folder to luakit config and use the color in your theme file
- read the pybase16 manual
ln -s themes/base16-gruvbox-dark-medium.lua ~/.config/luakit/theme.lua
$ ln -s colors/base16-gruvbox-dark-medium.lua ~/.config/luakit/color.lua
-- theme.lua
local c = require('color')
local theme = {}
theme.fg = c.base00