From 4b7d5161a30645b0a23691687ef1aafdda62d3bb Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 25 Jul 2019 23:16:51 -0400 Subject: Use scheme to style HTMLs --- bin/style.sed | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bin/style.sed (limited to 'bin/style.sed') diff --git a/bin/style.sed b/bin/style.sed new file mode 100644 index 00000000..b1fbde63 --- /dev/null +++ b/bin/style.sed @@ -0,0 +1,15 @@ +s/[.]bg0/html, &/ +s/[.]fg15/html, &/ +s/[.]fg12/a, &/ +s/[.]fg13/a:visited, &/ + +s/[.]fg7/.hi.Keyword, &/ +s/[.]fg2/.hi.Macro, &/ +s/[.]fg11/.hi.Tag:focus, &/ +s/[.]fg6/.hi.String, &/ +s/[.]fg14/.hi.Format, &/ +s/[.]fg3/.hi.Interp, &/ +s/[.]fg4/.hi.Comment, &/ +s/[.]fg12/.hi.Todo, &/ +s/[.]fg1 /.hi.DiffOld, &/ +s/[.]fg2/.hi.DiffNew, &/ -- cgit 1.4.1