From 538e305925b9b04102ef0a4fb7cca19a6c116142 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Sat, 20 Jun 2020 02:27:31 -0400 Subject: updating module to live at sourcehut Also moving the 'registry' library into this repo, rather than maintaining them separately. It will still be decoupled, just live in this repository. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d83b15..319357b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PREFIX?=/usr/local _INSTDIR=$(PREFIX) BINDIR?=$(_INSTDIR)/getwtxt VERSION?=$(shell git tag | grep ^v | sort -V | tail -n 1) -GOFLAGS?=-ldflags '-X github.com/getwtxt/getwtxt/svc.Vers=${VERSION}' +GOFLAGS?=-ldflags '-X git.sr.ht/~gbmor/getwtxt/svc.Vers=${VERSION}' getwtxt: getwtxt.go go.mod go.sum @echo -- cgit 1.4.1-2-gfad0 9bd7b52c0ea9cafec1fb'>this commit touring some programming systemselioat <elioat@tilde.institute>
about summary refs log blame commit diff stats
path: root/js/games/nluqo.github.io/broughlike-tutorial/highlight.min.css
blob: 00adf5fea45dfe9bdd994782916b790c3fbb6901 (plain) (tree)

































































































































                                                                                                                      
.hljs{
	display:block;
	overflow-x:auto;
	padding:0.5em;
}
/*

#232224;
#656f78;
#434346;

#007cff;
#835c1d;
#8a00a3;
#ff3ac1;
#001978;
#006405;
#ff6f00;
*/

body{
	--color-default: #007CCA;
	--color-comment: #929EA8;
	--color-string: #6A0638;
	--color-addition: #5200A5;
	--color-meta: #B1B061;

	--color-tag: #B34DBC;
	--color-keyword: #FF45D1;
	--color-name: #FF45D1;
	--color-attribute: #FF80E0;
	--color-params: #499901;
	--color-number: #B32600;

	/* no idea */
	--color-title: red; 
	--color-variable: red;
	--color-literal: red;
	--color-metastring: red;
}

body .remove, body .add, body .greyCode{/*

	--color-default: #f8f8f2;
	--color-comment: #888888;
	--color-string: #ac80e8;
	--color-title: #880000;
	--color-variable: #BC6060;
	--color-literal: #78A960;
	--color-addition: #56d8ef;
	--color-meta: #1f7199;
	--color-metastring: #4d99bf;

	--color-tag: #f8f8f2;
	--color-keyword: #f92472;
	--color-attribute: #98e22a;
	--color-name: #f92472;
	--color-params: #fd9622;
	--color-number: #ac80ff;*/
}

.hljs,.hljs-subst{
	color: var(--color-default);
}

.hljs-params{
	color: var(--color-params);
}

.hljs-comment{
	color: var(--color-comment);
}

.hljs-name{
	color: var(--color-name);
}

.hljs-keyword,.hljs-selector-tag,.hljs-meta-keyword,.hljs-doctag{
	font-weight: bold;
	color: var(--color-keyword);
}

.hljs-attribute, .hljs-attr{
	color: var(--color-attribute);
}

.hljs-type,.hljs-string,.hljs-selector-id,.hljs-selector-class,.hljs-quote,.hljs-template-tag,.hljs-deletion{
	color: var(--color-string);
}

.hljs-number{
	color: var(--color-number);
}

.hljs-tag{
	color: var(--color-tag);
}

.hljs-title,.hljs-section{
	color: var(--color-title);
	font-weight:bold
}

.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-selector-pseudo{
	color: var(--color-variable);
}

.hljs-literal{
	color: var(--color-literal);
}

.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-addition, .hljs-function{
	color: var(--color-addition);
}

.hljs-meta{
	color: var(--color-meta);
}

.hljs-metastring{
	color: var(--color-metastring);
}

.hljs-emphasis{
	font-style:italic
}

.hljs-strong{
	font-weight:bold
}