stylix: make nvim 0.10 default colorscheme system-wide
This commit is contained in:
parent
19ee36a8be
commit
a6b29abff8
2 changed files with 20 additions and 1 deletions
18
home-manager/neovim_default_scheme.yaml
Normal file
18
home-manager/neovim_default_scheme.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
scheme: "Neovim 0.10 default"
|
||||
author: "Neovim contributors"
|
||||
base00: "07080d"
|
||||
base01: "14161b"
|
||||
base02: "2c2e33"
|
||||
base03: "9b9ea4"
|
||||
base04: "07080d"
|
||||
base05: "e0e2ea"
|
||||
base06: "888a91"
|
||||
base07: "d7d9e1"
|
||||
base08: "fcbeb7"
|
||||
base09: "8cf8f7"
|
||||
base0A: "fce094"
|
||||
base0B: "b3f6c0"
|
||||
base0C: "8cf8f7"
|
||||
base0D: "8cf8f7"
|
||||
base0E: "b6f0ff"
|
||||
base0F: "e0e2ea"
|
||||
|
|
@ -3,7 +3,8 @@
|
|||
stylix = {
|
||||
enable = true;
|
||||
image = ./wallpapers/suzume_door.png;
|
||||
polarity = "light";
|
||||
polarity = "dark";
|
||||
base16Scheme = ./neovim_default_scheme.yaml;
|
||||
|
||||
# fix wallpaper set error when not running under kde plasma
|
||||
# see https://github.com/danth/stylix/issues/340
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue