Skip to content

Commit

Permalink
Re-add the accidentally-removed 'text' theme (the-argus#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
exellentcoin26 authored Jan 2, 2024
1 parent 3c702af commit 1325416
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pkgs/themes.nix
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,19 @@ in {
}
'';
};

text = {
name = "text";
src = officialThemes;
patches = {
"xpui.js_find_8008" = ",(\\w+=)56";
"xpui.js_repl_8008" = ",$\{1}32";
};
injectCss = true;
replaceColors = true;
appendName = true;
overwriteAssets = false;
sidebarConfig = false;
};
Dreary = {
name = "Dreary";
src = officialThemes;
Expand Down

0 comments on commit 1325416

Please sign in to comment.