Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 1325416

Browse files
Re-add the accidentally-removed 'text' theme (#47)
1 parent 3c702af commit 1325416

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pkgs/themes.nix

+13-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,19 @@ in {
223223
}
224224
'';
225225
};
226-
226+
text = {
227+
name = "text";
228+
src = officialThemes;
229+
patches = {
230+
"xpui.js_find_8008" = ",(\\w+=)56";
231+
"xpui.js_repl_8008" = ",$\{1}32";
232+
};
233+
injectCss = true;
234+
replaceColors = true;
235+
appendName = true;
236+
overwriteAssets = false;
237+
sidebarConfig = false;
238+
};
227239
Dreary = {
228240
name = "Dreary";
229241
src = officialThemes;

0 commit comments

Comments
 (0)