mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
colorschemes/kanagawa-paper: init
This commit is contained in:
parent
f7f2dd042f
commit
7d18194a22
3 changed files with 104 additions and 0 deletions
48
tests/test-sources/plugins/colorschemes/kanagawa-paper.nix
Normal file
48
tests/test-sources/plugins/colorschemes/kanagawa-paper.nix
Normal file
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
empty = {
|
||||
# disable test due to this error: ERROR: Cache updated: kanagawa-paper-plugins.json
|
||||
# initial assessment was to disable cache via plugin config but that did not work
|
||||
# then disabled the plugins loading on auto and that did not work either, might be a runtime setup
|
||||
test.runNvim = false;
|
||||
colorschemes.kanagawa-paper.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
test.runNvim = false;
|
||||
colorschemes.kanagawa-paper = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
cache = false;
|
||||
colors = {
|
||||
palette = { };
|
||||
theme = {
|
||||
ink = { };
|
||||
canvas = { };
|
||||
};
|
||||
};
|
||||
undercurl = true;
|
||||
styles = {
|
||||
comments = {
|
||||
italic = true;
|
||||
};
|
||||
functions = {
|
||||
italic = true;
|
||||
};
|
||||
keywords = {
|
||||
italic = true;
|
||||
};
|
||||
statement_style = {
|
||||
bold = true;
|
||||
};
|
||||
};
|
||||
transparent = true;
|
||||
auto_plugins = false;
|
||||
dim_inactive = false;
|
||||
terminal_colors = false;
|
||||
gutter = false;
|
||||
theme = "ink";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue