Added cursors to themes
This commit is contained in:
@@ -20,9 +20,17 @@
|
|||||||
"workbench.iconTheme" = "vscode-icons";
|
"workbench.iconTheme" = "vscode-icons";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
stylix.cursor = {
|
||||||
|
name = "Breeze";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
stylix.cursor = {
|
||||||
|
name = "Breeze";
|
||||||
|
};
|
||||||
|
|
||||||
stylix.fonts = {
|
stylix.fonts = {
|
||||||
serif = {
|
serif = {
|
||||||
package = pkgs.dejavu_fonts;
|
package = pkgs.dejavu_fonts;
|
||||||
|
|||||||
@@ -20,9 +20,17 @@
|
|||||||
"workbench.iconTheme" = "vscode-icons";
|
"workbench.iconTheme" = "vscode-icons";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
stylix.cursor = {
|
||||||
|
name = "Breeze";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
stylix.cursor = {
|
||||||
|
name = "Breeze";
|
||||||
|
};
|
||||||
|
|
||||||
stylix.fonts = {
|
stylix.fonts = {
|
||||||
serif = {
|
serif = {
|
||||||
package = pkgs.dejavu_fonts;
|
package = pkgs.dejavu_fonts;
|
||||||
|
|||||||
Reference in New Issue
Block a user