aboutsummaryrefslogtreecommitdiff
path: root/docs/prototypes/tokens.el
diff options
context:
space:
mode:
Diffstat (limited to 'docs/prototypes/tokens.el')
-rw-r--r--docs/prototypes/tokens.el41
1 files changed, 0 insertions, 41 deletions
diff --git a/docs/prototypes/tokens.el b/docs/prototypes/tokens.el
deleted file mode 100644
index 1fb6e52..0000000
--- a/docs/prototypes/tokens.el
+++ /dev/null
@@ -1,41 +0,0 @@
-;;; gallery-tokens.el --- generated from tokens.json -*- lexical-binding: t; -*-
-;;; Commentary:
-;; Generated by gen_tokens.py — do not edit by hand; edit tokens.json.
-;;; Code:
-(defconst gallery-tokens
- '((ground . "#151311")
- (panel . "#100f0f")
- (well . "#0a0c0d")
- (raise . "#1a1917")
- (silver . "#bfc4d0")
- (cream . "#f3e7c5")
- (steel . "#969385")
- (dim . "#7c838a")
- (slate . "#424f5e")
- (slate-hi . "#54677d")
- (wash . "#2c2f32")
- (pass . "#74932f")
- (fail . "#cb6b4d")
- (phos . "#7fe0a0")
- (phos-dim . "#1c3626")
- (vfd . "#63e6c8")
- (sevgrn . "#57d357")
- (sevred . "#e2543f")
- (sevoff . "#1a1613")
- (jewel-r . "#ff5b45")
- (jewel-a . "#ffb43a")
- (jewel-g . "#6fce33")
- (gold . "#e2a038")
- (gold-hi . "#ffbe54")
- (amber-grad-top . "#f2c76a")
- (amber-grad-mid . "#d29638")
- (amber-grad-bot . "#8f671f")
- (amber-edge . "#7d5c16")
- (amber-warn . "#f0b552")
- (glow-hi . "#ffbe54")
- (glow-lo . "#e2a038")
- (mono . "\"BerkeleyMono Nerd Font\",\"Berkeley Mono\",monospace")
- (pulse-rate . "1s"))
- "Design tokens for the panel widget gallery.")
-(provide 'gallery-tokens)
-;;; gallery-tokens.el ends here