aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/theme-studio/previews.js22
-rw-r--r--scripts/theme-studio/theme-studio.html22
2 files changed, 22 insertions, 22 deletions
diff --git a/scripts/theme-studio/previews.js b/scripts/theme-studio/previews.js
index 11ea13caa..a39a47d9a 100644
--- a/scripts/theme-studio/previews.js
+++ b/scripts/theme-studio/previews.js
@@ -170,21 +170,21 @@ function renderDashboardPreview(){const a='dashboard',L=[];
L.push('');
L.push('');
L.push(os(a,'dashboard-heading','Projects:'));
- L.push(' ~/');
- L.push(' ~/.emacs.d/');
- L.push(' ~/projects/work/');
- L.push(' ~/org/roam/');
- L.push(' ~/projects/home/');
+ L.push(os(a,'dashboard-items-face',' ~/'));
+ L.push(os(a,'dashboard-items-face',' ~/.emacs.d/'));
+ L.push(os(a,'dashboard-items-face',' ~/projects/work/'));
+ L.push(os(a,'dashboard-items-face',' ~/org/roam/'));
+ L.push(os(a,'dashboard-items-face',' ~/projects/home/'));
L.push('');
L.push(os(a,'dashboard-heading','Bookmarks'));
- L.push(' Cesar Aira, The Little Buddhist Monk & the Proof');
- L.push(' Edward Abbey, The Fool’s Progress: An Honest Novel');
- L.push(' Agatha Christie, The A.B.C. Murders');
+ L.push(os(a,'dashboard-items-face',' Cesar Aira, The Little Buddhist Monk & the Proof'));
+ L.push(os(a,'dashboard-items-face',' Edward Abbey, The Fool’s Progress: An Honest Novel'));
+ L.push(os(a,'dashboard-items-face',' Agatha Christie, The A.B.C. Murders'));
L.push('');
L.push(os(a,'dashboard-heading','Recent Files:'));
- L.push(' theme-theme.el');
- L.push(' todo.org');
- L.push(' theme-studio-palette-generator-spec.org');
+ L.push(os(a,'dashboard-items-face',' theme-theme.el'));
+ L.push(os(a,'dashboard-items-face',' todo.org'));
+ L.push(os(a,'dashboard-items-face',' theme-studio-palette-generator-spec.org'));
return previewLines(L);}
function renderMu4ePreview(){const a='mu4e',L=[];
const pad=(s,n)=>{s=String(s);return s.length>=n?s.slice(0,n):s+' '.repeat(n-s.length);};
diff --git a/scripts/theme-studio/theme-studio.html b/scripts/theme-studio/theme-studio.html
index 7f5727cef..f813194a0 100644
--- a/scripts/theme-studio/theme-studio.html
+++ b/scripts/theme-studio/theme-studio.html
@@ -2837,21 +2837,21 @@ function renderDashboardPreview(){const a='dashboard',L=[];
L.push('');
L.push('');
L.push(os(a,'dashboard-heading','Projects:'));
- L.push(' ~/');
- L.push(' ~/.emacs.d/');
- L.push(' ~/projects/work/');
- L.push(' ~/org/roam/');
- L.push(' ~/projects/home/');
+ L.push(os(a,'dashboard-items-face',' ~/'));
+ L.push(os(a,'dashboard-items-face',' ~/.emacs.d/'));
+ L.push(os(a,'dashboard-items-face',' ~/projects/work/'));
+ L.push(os(a,'dashboard-items-face',' ~/org/roam/'));
+ L.push(os(a,'dashboard-items-face',' ~/projects/home/'));
L.push('');
L.push(os(a,'dashboard-heading','Bookmarks'));
- L.push(' Cesar Aira, The Little Buddhist Monk & the Proof');
- L.push(' Edward Abbey, The Fool’s Progress: An Honest Novel');
- L.push(' Agatha Christie, The A.B.C. Murders');
+ L.push(os(a,'dashboard-items-face',' Cesar Aira, The Little Buddhist Monk & the Proof'));
+ L.push(os(a,'dashboard-items-face',' Edward Abbey, The Fool’s Progress: An Honest Novel'));
+ L.push(os(a,'dashboard-items-face',' Agatha Christie, The A.B.C. Murders'));
L.push('');
L.push(os(a,'dashboard-heading','Recent Files:'));
- L.push(' theme-theme.el');
- L.push(' todo.org');
- L.push(' theme-studio-palette-generator-spec.org');
+ L.push(os(a,'dashboard-items-face',' theme-theme.el'));
+ L.push(os(a,'dashboard-items-face',' todo.org'));
+ L.push(os(a,'dashboard-items-face',' theme-studio-palette-generator-spec.org'));
return previewLines(L);}
function renderMu4ePreview(){const a='mu4e',L=[];
const pad=(s,n)=>{s=String(s);return s.length>=n?s.slice(0,n):s+' '.repeat(n-s.length);};