about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheMaxMur <muravjev.mak@yandex.ru>2024-03-11 05:33:41 +0300
committerTheMaxMur <muravjev.mak@yandex.ru>2024-03-11 05:33:41 +0300
commit4ae9084ddd02925c361b86a7b5ceef1df71132ec (patch)
tree6458174c74ec90f9540b2b4f4a28e41f853cfe01
parentc855b309b5ee195547cdb8aab123c00b9cb483c5 (diff)
vscode-extensions.naumovs.theme-oceanicnext: init 0.0.4
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index e2fdd0ed37eeb..7cee28c2a5693 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -2971,6 +2971,23 @@ let
         };
       };
 
+      naumovs.theme-oceanicnext = buildVscodeMarketplaceExtension {
+        mktplcRef = {
+          name = "theme-oceanicnext";
+          publisher = "naumovs";
+          version = "0.0.4";
+          sha256 = "sha256-romhWL3s0NVZ3kptSNT4/X9WkgakgNNfFElaBCo6jj4=";
+        };
+        meta = {
+          description = "Oceanic Next theme for VSCode + dimmed bg version for better looking UI";
+          downloadPage = "https://marketplace.visualstudio.com/items?itemName=naumovs.theme-oceanicnext";
+          homepage = "https://github.com/voronianski/oceanic-next-color-scheme";
+          license = lib.licenses.unlicense;
+          maintainers = [ lib.maintainers.themaxmur ];
+          platforms = [ "x86_64-linux" "aarch64-darwin" ];
+        };
+      };
+
       njpwerner.autodocstring = buildVscodeMarketplaceExtension {
         mktplcRef = {
           name = "autodocstring";