From a4603a7901d76325f9ce220b4f6f8a4009084257 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 3 Jul 2021 01:29:43 -0700 Subject: Update design and include CSS for my CGit and tekuti instances This should include both a light and a dark theme, but I will admit that I'm mostly testing with the dark one. --- src/less/include/colors.less | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/less/include/colors.less (limited to 'src/less/include/colors.less') diff --git a/src/less/include/colors.less b/src/less/include/colors.less new file mode 100644 index 0000000..c67745a --- /dev/null +++ b/src/less/include/colors.less @@ -0,0 +1,9 @@ +@dark-background: #222424; +@dark-background-highlight: #3f4242; +@dark-foreground: #bfbfbf; +@dark-primary: #ff9800; + +@light-background: #f2f2f2; +@light-background-highlight: #d9d9d9; +@light-foreground: #111414; +@light-primary: #1d44b8; -- cgit v1.2.3-54-g00ecf