summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-10-07 18:57:23 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-10-07 18:57:23 +0200
commit821667e706978ca4731f096a07632a6f1b59574c (patch)
treefda31306c2000d2f3c585b11f2d5e20c296201fc
parent29bbb45decd4f867ef7cd8d458bfcef9a2bddb7b (diff)
move glyphs to confs
-rw-r--r--confs/en.scm (renamed from glyphs/en.scm)4
-rw-r--r--confs/es.scm (renamed from glyphs/es.scm)0
-rw-r--r--confs/ru.scm (renamed from glyphs/ru.scm)0
-rw-r--r--confs/uk.scm (renamed from glyphs/uk.scm)0
4 files changed, 2 insertions, 2 deletions
diff --git a/glyphs/en.scm b/confs/en.scm
index 83ac0d5..7480e55 100644
--- a/glyphs/en.scm
+++ b/confs/en.scm
@@ -4,7 +4,7 @@
(define numbers (string->list "1234567890"))
(define brackets (string->list "()[]{}<>"))
(define symbols (string->list "+-*\\|@#~$%&^`´\"'"))
-(define punct (string->list ",."))
+(define punct (string->list ",.:;_"))
;(define tab "⭾")
;(define tab "↹")
@@ -37,6 +37,6 @@
(map (lambda (l) (glyph l font "6" "white" "none")) numbers)
(map (lambda (l) (glyph l font "3" "white" "italic")) modifiers)
(map (lambda (l) (glyph l font "6" "red" "none")) brackets)
- ;(map (lambda (l) (glyph l font "6" "steelblue" "none")) media)
+ (map (lambda (l) (glyph l font "6" "steelblue" "none")) media)
(map (lambda (l) (glyph l font "6" "white" "none")) extra-symbols)
(map (lambda (l) (glyph l font "6" "white" "none")) punct))))
diff --git a/glyphs/es.scm b/confs/es.scm
index 5879908..5879908 100644
--- a/glyphs/es.scm
+++ b/confs/es.scm
diff --git a/glyphs/ru.scm b/confs/ru.scm
index 46d9ff8..46d9ff8 100644
--- a/glyphs/ru.scm
+++ b/confs/ru.scm
diff --git a/glyphs/uk.scm b/confs/uk.scm
index 6267aa5..6267aa5 100644
--- a/glyphs/uk.scm
+++ b/confs/uk.scm