about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-01-20 11:11:22 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-02-26 09:49:27 +0100
commit14c955a77ee5adf5a45f6107afffd41b20fdaca2 (patch)
tree5a245b8817dbe6e6e26633056aab32970ff3a66a /pkgs/applications/editors
parentfc75ae719a492568ffee4b5d5c641f7cefc070f0 (diff)
downloadnixlib-14c955a77ee5adf5a45f6107afffd41b20fdaca2.tar
nixlib-14c955a77ee5adf5a45f6107afffd41b20fdaca2.tar.gz
nixlib-14c955a77ee5adf5a45f6107afffd41b20fdaca2.tar.bz2
nixlib-14c955a77ee5adf5a45f6107afffd41b20fdaca2.tar.lz
nixlib-14c955a77ee5adf5a45f6107afffd41b20fdaca2.tar.xz
nixlib-14c955a77ee5adf5a45f6107afffd41b20fdaca2.tar.zst
nixlib-14c955a77ee5adf5a45f6107afffd41b20fdaca2.zip
vscode-extensions.uloco.theme-bluloco-light: init at 3.7.3
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index e4ecabdbdd82..af98314994df 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -3569,6 +3569,24 @@ let
         };
       };
 
+      uloco.theme-bluloco-light = buildVscodeMarketplaceExtension {
+        mktplcRef = {
+          name = "theme-bluloco-light";
+          publisher = "uloco";
+          version = "3.7.3";
+          sha256 = "1il557x7c51ic9bjq7z431105m582kig9v2vpy3k2z3xhrbb0211";
+        };
+        postInstall = ''
+          rm -r $out/share/vscode/extensions/uloco.theme-bluloco-light/screenshots
+        '';
+        meta = {
+          description = "A fancy but yet sophisticated light designer color scheme / theme for Visual Studio Code";
+          downloadPage = "https://marketplace.visualstudio.com/items?itemName=uloco.theme-bluloco-light";
+          homepage = "https://github.com/uloco/theme-bluloco-light";
+          license = lib.licenses.lgpl3;
+        };
+      };
+
       unifiedjs.vscode-mdx = buildVscodeMarketplaceExtension {
         mktplcRef = {
           name = "vscode-mdx";