mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
colorschemes/solarized-osaka: init
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions
This commit is contained in:
parent
ab0a3682cc
commit
be49587a24
3 changed files with 73 additions and 0 deletions
22
plugins/colorschemes/solarized-osaka.nix
Normal file
22
plugins/colorschemes/solarized-osaka.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "solarized-osaka";
|
||||
isColorscheme = true;
|
||||
packPathName = "solarized-osaka.nvim";
|
||||
package = "solarized-osaka-nvim";
|
||||
colorscheme = "solarized-osaka";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsExample = {
|
||||
transparent = false;
|
||||
styles = {
|
||||
comments.italic = true;
|
||||
keywords.italic = false;
|
||||
floats = "transparent";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -25,6 +25,7 @@
|
|||
./colorschemes/palette.nix
|
||||
./colorschemes/poimandres.nix
|
||||
./colorschemes/rose-pine.nix
|
||||
./colorschemes/solarized-osaka.nix
|
||||
./colorschemes/tokyonight.nix
|
||||
./colorschemes/vscode.nix
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue