1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-24 01:41:14 +01:00

colorschemes/solarized-osaka: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:50 -03:00 committed by Gaétan Lepage
parent 885afc20e9
commit a004cafe2a
3 changed files with 0 additions and 1 deletions

View file

@ -1,21 +0,0 @@
{
lib,
...
}:
lib.nixvim.plugins.mkNeovimPlugin {
name = "solarized-osaka";
isColorscheme = true;
package = "solarized-osaka-nvim";
colorscheme = "solarized-osaka";
maintainers = [ lib.maintainers.GaetanLepage ];
settingsExample = {
transparent = false;
styles = {
comments.italic = true;
keywords.italic = false;
floats = "transparent";
};
};
}

View file

@ -2,7 +2,6 @@
imports = [
./cmp
./colorschemes/solarized-osaka.nix
./colorschemes/tokyonight.nix
./colorschemes/vscode.nix