aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)Author
2022-07-04Merge remote-tracking branch 'upstream/main'HEADmasterMichaël Ball
2022-01-05Define matchup's MatchWord highlightGrégoi
# Ref: https://github.com/theova/base16-qutebrowser
.PHONY: all clean update build

BUILD=pybase16
REPO=$(shell pwd)
TEMPLATE=$(shell basename ${REPO})
THEME_DIR=colors
TEMPLATE_DIR=templates
OUTPUT=output

all: update build

update:
	$(BUILD) update

build:
	$(BUILD) build -t ${REPO} -o ${OUTPUT}
	rm -rf ${THEME_DIR}
	mv ${OUTPUT}/${TEMPLATE}/${THEME_DIR}/ ${THEME_DIR}/

clean:
	rm -rf ${OUTPUT} ${TEMPLATE_DIR}/*/
-19 14:55:28 +0200'>2019-05-19templates/default.mustache: use spaces for indentingDaniel Hahler 2019-02-15Use local variables, don't modify a: dictDaniel Wennberg 2018-12-31Change all quotes to double quotes.Aman 2018-10-25Add ansi colors for vim terminalDaniel Wennberg 2018-10-08Merge pull request #188 from aaether32323/change_hi_functionChris Kempson 2018-10-04Let Base16hi optionally omit `attr` and `guisp`Aman 2018-10-01Modify PHP method colorjradtilbrook 2018-05-24Merge pull request #177 from vtavernier/fix/issue-150Chris Kempson 2018-03-31Fix #150Vincent Tavernier 2018-03-26Fixes #175José Luis Lafuente 2018-03-22Merge pull request #172 from jlesquembre/spellChris Kempson 2018-03-22Java highlightingTarin Mahmood 2018-03-13Added java's `new` operator highlightTarin Mahmood 2018-02-02Set default foreground color for spellingJosé Luis Lafuente