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:
parent
885afc20e9
commit
a004cafe2a
3 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./cmp
|
||||
|
||||
./colorschemes/solarized-osaka.nix
|
||||
./colorschemes/tokyonight.nix
|
||||
./colorschemes/vscode.nix
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue