stylix: make nvim 0.10 default colorscheme system-wide

This commit is contained in:
Khaïs COLIN 2024-08-06 20:18:54 +02:00
parent 19ee36a8be
commit a6b29abff8
2 changed files with 20 additions and 1 deletions

View 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"

View file

@ -3,7 +3,8 @@
stylix = { stylix = {
enable = true; enable = true;
image = ./wallpapers/suzume_door.png; image = ./wallpapers/suzume_door.png;
polarity = "light"; polarity = "dark";
base16Scheme = ./neovim_default_scheme.yaml;
# fix wallpaper set error when not running under kde plasma # fix wallpaper set error when not running under kde plasma
# see https://github.com/danth/stylix/issues/340 # see https://github.com/danth/stylix/issues/340