We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788c5e3 commit 2bad873Copy full SHA for 2bad873
editors/zed/default.nix
@@ -59,6 +59,31 @@
59
"vercel-theme"
60
"vscode-dark-modern"
61
"vscode-dark-polished"
62
+
63
+ # Icon Themes
64
+ "catppuccin-icons"
65
+ "material-icon-theme"
66
+ "vscode-icons"
67
+ "colored-zed-icons-theme"
68
+ "jetbrains-new-ui-icons"
69
+ "vscode-great-icons"
70
+ "serendipity"
71
+ "min-theme"
72
+ "symbols"
73
+ "bearded-icon-theme"
74
+ "charmed-icons"
75
+ "jetbrains-icons"
76
+ "phosphor-icons-theme"
77
+ "openmoji-icons"
78
+ "monospace-icon-theme"
79
+ "modern-icons"
80
+ "chawyehsu-vscode-icons"
81
+ "seti-icons"
82
+ "puppet"
83
+ "icons-modern-material"
84
+ "ton"
85
+ "clean-vscode-icons"
86
+ "fantasticons-icons-theme"
87
];
88
89
extraPackages = with pkgs; [
0 commit comments